shoulda_routing_macros 0.1.1 → 0.1.2
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/VERSION +1 -1
- metadata +5 -12
- data/init.rb +0 -1
- data/install.rb +0 -1
- data/tasks/shoulda_routing_macros_tasks.rake +0 -4
- data/test/shoulda_routing_macros_test.rb +0 -8
- data/test/test_helper.rb +0 -3
- data/uninstall.rb +0 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoulda_routing_macros
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jaime Bellmyer
|
@@ -32,13 +32,7 @@ files:
|
|
32
32
|
- README
|
33
33
|
- Rakefile
|
34
34
|
- VERSION
|
35
|
-
- init.rb
|
36
|
-
- install.rb
|
37
35
|
- lib/shoulda_routing_macros.rb
|
38
|
-
- tasks/shoulda_routing_macros_tasks.rake
|
39
|
-
- test/shoulda_routing_macros_test.rb
|
40
|
-
- test/test_helper.rb
|
41
|
-
- uninstall.rb
|
42
36
|
has_rdoc: true
|
43
37
|
homepage: http://github.com/bellmyer/shoulda_routing_macros
|
44
38
|
licenses: []
|
@@ -73,6 +67,5 @@ rubygems_version: 1.3.7
|
|
73
67
|
signing_key:
|
74
68
|
specification_version: 3
|
75
69
|
summary: easy shoulda testing of restful routes
|
76
|
-
test_files:
|
77
|
-
|
78
|
-
- test/test_helper.rb
|
70
|
+
test_files: []
|
71
|
+
|
data/init.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
# Include hook code here
|
data/install.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
# Install hook code here
|
data/test/test_helper.rb
DELETED
data/uninstall.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
# Uninstall hook code here
|