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.
- data/README.rdoc +9 -1
- data/auto_annotate.gemspec +3 -3
- metadata +7 -7
data/README.rdoc
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
= auto_annotate
|
2
2
|
|
3
|
-
|
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
|
|
data/auto_annotate.gemspec
CHANGED
@@ -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 =
|
6
|
+
s.version = "0.2.0"
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
|
-
s.date =
|
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.
|
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 2
|
9
9
|
- 0
|
10
|
-
version: 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-
|
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:
|
155
|
+
hash: 23
|
156
156
|
segments:
|
157
157
|
- 1
|
158
158
|
- 3
|
159
|
-
-
|
160
|
-
version: 1.3.
|
159
|
+
- 6
|
160
|
+
version: 1.3.6
|
161
161
|
requirements: []
|
162
162
|
|
163
163
|
rubyforge_project:
|