i0n_rails3_generators 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/config/version.yml +1 -1
- metadata +4 -4
data/config/version.yml
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 1
|
9
|
+
version: 0.2.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ian Alexander Wood (i0n)
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: "0"
|
44
44
|
type: :development
|
45
45
|
version_requirements: *id002
|
46
|
-
description:
|
46
|
+
description: Custom Rails 3 Generators
|
47
47
|
email:
|
48
48
|
- ianalexanderwood@gmail.com
|
49
49
|
executables: []
|
@@ -110,6 +110,6 @@ rubyforge_project:
|
|
110
110
|
rubygems_version: 1.3.7
|
111
111
|
signing_key:
|
112
112
|
specification_version: 3
|
113
|
-
summary:
|
113
|
+
summary: Custom Rails 3 Generators
|
114
114
|
test_files: []
|
115
115
|
|