auto_annotate 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +9 -1
  2. data/auto_annotate.gemspec +3 -3
  3. metadata +7 -7
@@ -1,6 +1,14 @@
1
1
  = auto_annotate
2
2
 
3
- Description goes here.
3
+ Uses rake-hooks to automatically annotate your Rails models whenever you run db:migrate
4
+
5
+ == Installation
6
+
7
+ Add the following to your Gemfile:
8
+
9
+ group :development do
10
+ gem 'auto_annotate'
11
+ end
4
12
 
5
13
  == Note on Patches/Pull Requests
6
14
 
@@ -3,9 +3,9 @@ require 'auto_annotate/version'
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'auto_annotate'
6
- s.version = AutoAnnotate::VERSION
6
+ s.version = "0.2.0"
7
7
  s.platform = Gem::Platform::RUBY
8
- s.date = '2011-04-19'
8
+ s.date = "2011-04-25"
9
9
  s.authors = ['Jay Zeschin']
10
10
  s.email = 'jay.zeschin@factorylabs.com'
11
11
  s.homepage = 'http://github.com/jayzes/auto_annotate'
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  'README.rdoc',
17
17
  ]
18
18
 
19
- s.required_rubygems_version = Gem::Requirement.new('>= 1.3.7')
19
+ s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6')
20
20
  s.rubygems_version = '1.3.7'
21
21
  s.specification_version = 3
22
22
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_annotate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jay Zeschin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-19 00:00:00 -06:00
18
+ date: 2011-04-25 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -152,12 +152,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  requirements:
153
153
  - - ">="
154
154
  - !ruby/object:Gem::Version
155
- hash: 21
155
+ hash: 23
156
156
  segments:
157
157
  - 1
158
158
  - 3
159
- - 7
160
- version: 1.3.7
159
+ - 6
160
+ version: 1.3.6
161
161
  requirements: []
162
162
 
163
163
  rubyforge_project: