Skip to content

Commit 4a96f3a

Browse files
committed
Merge pull request #103 from sguha00/gemspec_fix
run rake gem:gemspec to fix binary references
2 parents 8004adc + 7262f9a commit 4a96f3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

annotate.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# This file is auto-generated!
22
# DO NOT EDIT THIS FILE DIRECTLY!
3-
# Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*-
3+
# Instead, edit the Rakefile and run 'rake gem:gemspec'.# -*- encoding: utf-8 -*-
44

55
Gem::Specification.new do |s|
66
s.name = "annotate"
77
s.version = "2.6.0.beta1"
88

99
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
1010
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
11-
s.date = "2012-08-27"
11+
s.date = "2012-10-16"
1212
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
1313
s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
14-
s.executables = ["annotate", "annotate_models", "annotate_routes"]
14+
s.executables = ["annotate"]
1515
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"]
16-
s.files = ["CHANGELOG.rdoc", "README.rdoc", "TODO.rdoc", "annotate.gemspec", "bin/annotate", "lib/annotate.rb", "lib/annotate/active_record_patch.rb", "lib/annotate/annotate_models.rb", "lib/annotate/annotate_routes.rb", "lib/annotate/tasks.rb", "lib/annotate/version.rb", "lib/generators/annotate/USAGE", "lib/generators/annotate/install_generator.rb", "lib/generators/annotate/templates/auto_annotate_models.rake", "lib/tasks/migrate.rake"]
16+
s.files = ["CHANGELOG.rdoc", "README.rdoc", "TODO.rdoc", "annotate.gemspec", "bin/annotate", "lib/annotate.rb", "lib/annotate/active_record_patch.rb", "lib/annotate/annotate_models.rb", "lib/annotate/annotate_routes.rb", "lib/annotate/tasks.rb", "lib/annotate/version.rb", "lib/generators/annotate/USAGE", "lib/generators/annotate/install_generator.rb", "lib/generators/annotate/templates/auto_annotate_models.rake", "lib/tasks/annotate_models.rake", "lib/tasks/annotate_routes.rake", "tasks/migrate.rake"]
1717
s.homepage = "http://github.com/ctran/annotate_models"
1818
s.licenses = ["Ruby"]
1919
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)