|
1 | 1 | # This file is auto-generated! |
2 | 2 | # DO NOT EDIT THIS FILE DIRECTLY! |
3 | 3 | # Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*- |
| 4 | +# stub: annotate 2.6.1 ruby lib |
4 | 5 |
|
5 | 6 | Gem::Specification.new do |s| |
6 | 7 | s.name = "annotate" |
7 | | - s.version = "2.6.0" |
| 8 | + s.version = "2.6.1" |
8 | 9 |
|
| 10 | + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
9 | 11 | s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"] |
10 | | - s.date = "2013-11-29" |
| 12 | + s.date = "2013-12-21" |
11 | 13 | s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema." |
12 | 14 | s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"] |
13 | 15 | s.executables = ["annotate"] |
14 | 16 | s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"] |
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 | + s.files = ["AUTHORS.rdoc", "CHANGELOG.rdoc", "LICENSE.txt", "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"] |
16 | 18 | s.homepage = "http://github.com/ctran/annotate_models" |
17 | 19 | s.licenses = ["Ruby"] |
18 | 20 | s.require_paths = ["lib"] |
19 | 21 | s.rubyforge_project = "annotate" |
20 | | - s.rubygems_version = "2.0.6" |
| 22 | + s.rubygems_version = "2.1.11" |
21 | 23 | s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema." |
22 | 24 |
|
23 | 25 | if s.respond_to? :specification_version then |
|
0 commit comments