shoulda_routing_macros 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.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
- - test/shoulda_routing_macros_test.rb
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
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :shoulda_routing_macros do
3
- # # Task goes here
4
- # end
@@ -1,8 +0,0 @@
1
- require 'test_helper'
2
-
3
- class ShouldaRoutingMacrosTest < ActiveSupport::TestCase
4
- # Replace this with your real tests.
5
- test "the truth" do
6
- assert true
7
- end
8
- end
@@ -1,3 +0,0 @@
1
- require 'rubygems'
2
- require 'active_support'
3
- require 'active_support/test_case'
@@ -1 +0,0 @@
1
- # Uninstall hook code here