1
1
# This file is auto-generated!
2
2
# 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 -*-
4
4
5
5
Gem ::Specification . new do |s |
6
6
s . name = "annotate"
7
- s . version = "2.6.0.beta1 "
7
+ s . version = "2.6.0.beta2 "
8
8
9
9
s . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1" ) if s . respond_to? :required_rubygems_version=
10
10
s . authors = [ "Cuong Tran" , "Alex Chaffee" , "Marcos Piccinini" , "Turadg Aleahmad" , "Jon Frisby" ]
11
- s . date = "2012-10-16 "
11
+ s . date = "2013-06-21 "
12
12
s . description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
13
13
14
14
s . executables = [ "annotate" ]
@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
18
18
s . licenses = [ "Ruby" ]
19
19
s . require_paths = [ "lib" ]
20
20
s . rubyforge_project = "annotate"
21
- s . rubygems_version = "1.8.24 "
21
+ s . rubygems_version = "2.0.3 "
22
22
s . summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema."
23
23
24
24
if s . respond_to? :specification_version then
25
- s . specification_version = 3
25
+ s . specification_version = 4
26
26
27
27
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
28
28
s . add_runtime_dependency ( %q<rake> , [ ">= 0.8.7" ] )
0 commit comments