11# This file is auto-generated!
22# DO NOT EDIT THIS FILE DIRECTLY!
3- # Instead, edit the Rakefile and run 'rake gem :gemspec'.# -*- encoding: utf-8 -*-
3+ # Instead, edit the Rakefile and run 'rake gems :gemspec'.# -*- encoding: utf-8 -*-
44
55Gem ::Specification . new do |s |
66 s . name = "annotate"
7- s . version = "2.6.0.beta1 "
7+ s . version = "2.6.0.beta2 "
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-10-16 "
11+ s . date = "2013-06-21 "
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" ]
1414 s . executables = [ "annotate" ]
@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
1818 s . licenses = [ "Ruby" ]
1919 s . require_paths = [ "lib" ]
2020 s . rubyforge_project = "annotate"
21- s . rubygems_version = "1.8.24 "
21+ s . rubygems_version = "2.0.3 "
2222 s . summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema."
2323
2424 if s . respond_to? :specification_version then
25- s . specification_version = 3
25+ s . specification_version = 4
2626
2727 if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
2828 s . add_runtime_dependency ( %q<rake> , [ ">= 0.8.7" ] )
0 commit comments