shoulda_machinist_generator 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
s.summary = "Generators which create tests using shoulda and machinist"
|
9
9
|
s.email = "dave.hrycyszyn@headlondon.com"
|
10
10
|
s.homepage = "http://github.com/futurechimp/shoulda_machinist_generator"
|
11
|
-
s.description = "
|
11
|
+
s.description = "A superfork of shoulda_generator"
|
12
12
|
s.authors = ["Dave Hrycyszyn", "Stuart Chinery"]
|
13
13
|
s.files = FileList["[A-Z]*", "{rails_generators,test}/**/*"]
|
14
14
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoulda_machinist_generator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Hrycyszyn
|
@@ -14,7 +14,7 @@ date: 2009-12-07 00:00:00 +00:00
|
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|
17
|
-
description:
|
17
|
+
description: A superfork of shoulda_generator
|
18
18
|
email: dave.hrycyszyn@headlondon.com
|
19
19
|
executables: []
|
20
20
|
|