|
4 | 4 |
|
5 | 5 | Gem::Specification.new do |s| |
6 | 6 | s.name = "annotate" |
7 | | - s.version = "2.6.0.beta2" |
| 7 | + s.version = "2.6.0" |
8 | 8 |
|
9 | | - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= |
10 | 9 | s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"] |
11 | | - s.date = "2013-06-21" |
| 10 | + s.date = "2013-11-29" |
12 | 11 | s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema." |
13 | 12 | s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"] |
14 | 13 | s.executables = ["annotate"] |
15 | 14 | 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/annotate_models.rake", "lib/tasks/annotate_routes.rake", "tasks/migrate.rake"] |
| 15 | + s.files = ["AUTHORS.rdoc", "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"] |
17 | 16 | s.homepage = "http://github.com/ctran/annotate_models" |
18 | 17 | s.licenses = ["Ruby"] |
19 | 18 | s.require_paths = ["lib"] |
20 | 19 | s.rubyforge_project = "annotate" |
21 | | - s.rubygems_version = "2.0.3" |
| 20 | + s.rubygems_version = "2.0.6" |
22 | 21 | s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema." |
23 | 22 |
|
24 | 23 | if s.respond_to? :specification_version then |
|
0 commit comments