shoulda 3.4.0 → 3.5.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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTc4N2U1MTc2NWIzMDdjODE2NmVlZjY0ZTYzZWE2YTY5NDBmN2EyNg==
5
+ data.tar.gz: !binary |-
6
+ ZjQ3YjJkNDIwYTIzMjJmOWVjNWNjNjJjNGYwN2IwNmNjOWNmZWJmMw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NzIzMGJmMjg2YzUxMDdiYjUzZTNkZWRjMTQ3MDk0MmRhZmQ1NjJlZGJiZmQ4
10
+ Y2JkNTg4NzI3ZWVlOGMwZjJiYTBhNzk0YTY3YTFhZmMwNGFkNTEwZmYyZDEx
11
+ MWUxMmIxNzlmYjNhY2Q5MDJhYjBjOWRkZGRmMGY1NWM4YWZlYWE=
12
+ data.tar.gz: !binary |-
13
+ Y2MxNGJiOWY0MGY1NDFjYTRkNzYwOGU3ZjExYTEyMjI5MzVhNDg1YmI2MTFk
14
+ NzQ0MjY5NjA1NGRjN2NjOWRlNGI3MWUxZDQyYWZlZjExZWI3ZjdiYTQxMzVj
15
+ NjM5ODQwNjc1YTdhYmQ4NWI2NTNhNDZlNzNiYTgxMTMxMWZhNTE=
@@ -1,3 +1,8 @@
1
1
  rvm:
2
2
  - 1.8.7
3
- - 1.9.2
3
+ - 1.9.3
4
+ - 2.0.0
5
+
6
+ matrix:
7
+ allow_failures:
8
+ - rvm: 1.8.7
data/README.md CHANGED
@@ -2,13 +2,8 @@
2
2
 
3
3
  The shoulda gem is a meta gem with two dependencies:
4
4
 
5
- * [shoulda-context](https://github.com/thoughtbot/shoulda-context)
6
- * [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers)
7
-
8
- Official documentation for each gem:
9
-
10
- * [shoulda-context](http://rubydoc.info/github/thoughtbot/shoulda-context/master/frames)
11
- * [shoulda-matchers](http://rubydoc.info/github/thoughtbot/shoulda-matchers/master/frames)
5
+ * [shoulda-context](https://github.com/thoughtbot/shoulda-context) ([official documentation](http://rubydoc.info/github/thoughtbot/shoulda-context/master/frames))
6
+ * [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) ([official documentation](http://rubydoc.info/github/thoughtbot/shoulda-matchers/master/frames))
12
7
 
13
8
  The following describes different use cases and combinations.
14
9
 
@@ -1,6 +1,6 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "3.0.12"
6
6
 
@@ -1,12 +1,12 @@
1
1
  PATH
2
- remote: /Users/draper/Dropbox/Development/shoulda
2
+ remote: /Users/rmcgeary/work/oss/shoulda
3
3
  specs:
4
- shoulda (3.3.1)
5
- shoulda-context (~> 1.0.1)
6
- shoulda-matchers (~> 1.4.1)
4
+ shoulda (3.5.0)
5
+ shoulda-context (~> 1.0, >= 1.0.1)
6
+ shoulda-matchers (>= 1.4.1, < 3.0)
7
7
 
8
8
  GEM
9
- remote: http://rubygems.org/
9
+ remote: https://rubygems.org/
10
10
  specs:
11
11
  abstract (1.0.0)
12
12
  actionmailer (3.0.12)
@@ -45,8 +45,8 @@ GEM
45
45
  ffi (>= 1.0.11)
46
46
  rspec (>= 2.7.0)
47
47
  builder (2.1.2)
48
- childprocess (0.3.6)
49
- ffi (~> 1.0, >= 1.0.6)
48
+ childprocess (0.3.9)
49
+ ffi (~> 1.0, >= 1.0.11)
50
50
  cucumber (1.1.9)
51
51
  builder (>= 2.1.2)
52
52
  diff-lcs (>= 1.1.2)
@@ -56,19 +56,19 @@ GEM
56
56
  diff-lcs (1.1.3)
57
57
  erubis (2.6.6)
58
58
  abstract (>= 1.0.0)
59
- ffi (1.1.5)
59
+ ffi (1.8.1)
60
60
  gherkin (2.9.3)
61
61
  json (>= 1.4.6)
62
62
  i18n (0.5.0)
63
- json (1.7.5)
63
+ json (1.7.7)
64
64
  mail (2.2.19)
65
65
  activesupport (>= 2.3.6)
66
66
  i18n (>= 0.4.0)
67
67
  mime-types (~> 1.16)
68
68
  treetop (~> 1.4.8)
69
- mime-types (1.19)
69
+ mime-types (1.23)
70
70
  polyglot (0.3.3)
71
- rack (1.2.5)
71
+ rack (1.2.8)
72
72
  rack-mount (0.6.14)
73
73
  rack (>= 1.0.0)
74
74
  rack-test (0.5.7)
@@ -87,8 +87,8 @@ GEM
87
87
  rake (>= 0.8.7)
88
88
  rdoc (~> 3.4)
89
89
  thor (~> 0.14.4)
90
- rake (0.9.2.2)
91
- rdoc (3.12)
90
+ rake (10.0.4)
91
+ rdoc (3.12.2)
92
92
  json (~> 1.4)
93
93
  rspec (2.7.0)
94
94
  rspec-core (~> 2.7.0)
@@ -103,16 +103,16 @@ GEM
103
103
  activesupport (~> 3.0)
104
104
  railties (~> 3.0)
105
105
  rspec (~> 2.7.0)
106
- shoulda-context (1.0.1)
107
- shoulda-matchers (1.4.1)
106
+ shoulda-context (1.1.1)
107
+ shoulda-matchers (2.1.0)
108
108
  activesupport (>= 3.0.0)
109
- sqlite3 (1.3.6)
110
- term-ansicolor (1.0.7)
109
+ sqlite3 (1.3.7)
110
+ term-ansicolor (1.1.5)
111
111
  thor (0.14.6)
112
- treetop (1.4.11)
112
+ treetop (1.4.12)
113
113
  polyglot
114
114
  polyglot (>= 0.3.1)
115
- tzinfo (0.3.33)
115
+ tzinfo (0.3.37)
116
116
 
117
117
  PLATFORMS
118
118
  ruby
@@ -1,6 +1,6 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "3.1.4"
6
6
  gem "jquery-rails"
@@ -1,12 +1,12 @@
1
1
  PATH
2
- remote: /Users/draper/Dropbox/Development/shoulda
2
+ remote: /Users/rmcgeary/work/oss/shoulda
3
3
  specs:
4
- shoulda (3.3.1)
5
- shoulda-context (~> 1.0.1)
6
- shoulda-matchers (~> 1.4.1)
4
+ shoulda (3.5.0)
5
+ shoulda-context (~> 1.0, >= 1.0.1)
6
+ shoulda-matchers (>= 1.4.1, < 3.0)
7
7
 
8
8
  GEM
9
- remote: http://rubygems.org/
9
+ remote: https://rubygems.org/
10
10
  specs:
11
11
  actionmailer (3.1.4)
12
12
  actionpack (= 3.1.4)
@@ -46,8 +46,8 @@ GEM
46
46
  ffi (>= 1.0.11)
47
47
  rspec (>= 2.7.0)
48
48
  builder (3.0.4)
49
- childprocess (0.3.6)
50
- ffi (~> 1.0, >= 1.0.6)
49
+ childprocess (0.3.9)
50
+ ffi (~> 1.0, >= 1.0.11)
51
51
  cucumber (1.1.9)
52
52
  builder (>= 2.1.2)
53
53
  diff-lcs (>= 1.1.2)
@@ -56,28 +56,28 @@ GEM
56
56
  term-ansicolor (>= 1.0.6)
57
57
  diff-lcs (1.1.3)
58
58
  erubis (2.7.0)
59
- ffi (1.1.5)
59
+ ffi (1.8.1)
60
60
  gherkin (2.9.3)
61
61
  json (>= 1.4.6)
62
- hike (1.2.1)
63
- i18n (0.6.1)
64
- jquery-rails (2.1.3)
65
- railties (>= 3.1.0, < 5.0)
66
- thor (~> 0.14)
67
- json (1.7.5)
62
+ hike (1.2.2)
63
+ i18n (0.6.4)
64
+ jquery-rails (2.2.1)
65
+ railties (>= 3.0, < 5.0)
66
+ thor (>= 0.14, < 2.0)
67
+ json (1.7.7)
68
68
  mail (2.3.3)
69
69
  i18n (>= 0.4.0)
70
70
  mime-types (~> 1.16)
71
71
  treetop (~> 1.4.8)
72
- mime-types (1.19)
73
- multi_json (1.3.6)
72
+ mime-types (1.23)
73
+ multi_json (1.7.3)
74
74
  polyglot (0.3.3)
75
- rack (1.3.6)
75
+ rack (1.3.10)
76
76
  rack-cache (1.2)
77
77
  rack (>= 0.4)
78
78
  rack-mount (0.8.3)
79
79
  rack (>= 1.0.0)
80
- rack-ssl (1.3.2)
80
+ rack-ssl (1.3.3)
81
81
  rack
82
82
  rack-test (0.6.2)
83
83
  rack (>= 1.0)
@@ -96,8 +96,8 @@ GEM
96
96
  rake (>= 0.8.7)
97
97
  rdoc (~> 3.4)
98
98
  thor (~> 0.14.6)
99
- rake (0.9.2.2)
100
- rdoc (3.12)
99
+ rake (10.0.4)
100
+ rdoc (3.12.2)
101
101
  json (~> 1.4)
102
102
  rspec (2.7.0)
103
103
  rspec-core (~> 2.7.0)
@@ -112,27 +112,26 @@ GEM
112
112
  activesupport (~> 3.0)
113
113
  railties (~> 3.0)
114
114
  rspec (~> 2.7.0)
115
- sass (3.2.1)
116
- sass-rails (3.1.6)
115
+ sass (3.2.8)
116
+ sass-rails (3.1.0)
117
117
  actionpack (~> 3.1.0)
118
118
  railties (~> 3.1.0)
119
- sass (>= 3.1.10)
120
- tilt (~> 1.3.2)
121
- shoulda-context (1.0.1)
122
- shoulda-matchers (1.4.1)
119
+ sass (>= 3.1.4)
120
+ shoulda-context (1.1.1)
121
+ shoulda-matchers (2.1.0)
123
122
  activesupport (>= 3.0.0)
124
123
  sprockets (2.0.4)
125
124
  hike (~> 1.2)
126
125
  rack (~> 1.0)
127
126
  tilt (~> 1.1, != 1.3.0)
128
- sqlite3 (1.3.6)
129
- term-ansicolor (1.0.7)
127
+ sqlite3 (1.3.7)
128
+ term-ansicolor (1.1.5)
130
129
  thor (0.14.6)
131
- tilt (1.3.3)
132
- treetop (1.4.11)
130
+ tilt (1.4.0)
131
+ treetop (1.4.12)
133
132
  polyglot
134
133
  polyglot (>= 0.3.1)
135
- tzinfo (0.3.33)
134
+ tzinfo (0.3.37)
136
135
 
137
136
  PLATFORMS
138
137
  ruby
@@ -1,6 +1,6 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "3.2.3"
6
6
  gem "jquery-rails"
@@ -1,12 +1,12 @@
1
1
  PATH
2
- remote: /Users/draper/Dropbox/Development/shoulda
2
+ remote: /Users/rmcgeary/work/oss/shoulda
3
3
  specs:
4
- shoulda (3.3.1)
5
- shoulda-context (~> 1.0.1)
6
- shoulda-matchers (~> 1.4.1)
4
+ shoulda (3.5.0)
5
+ shoulda-context (~> 1.0, >= 1.0.1)
6
+ shoulda-matchers (>= 1.4.1, < 3.0)
7
7
 
8
8
  GEM
9
- remote: http://rubygems.org/
9
+ remote: https://rubygems.org/
10
10
  specs:
11
11
  actionmailer (3.2.3)
12
12
  actionpack (= 3.2.3)
@@ -45,8 +45,8 @@ GEM
45
45
  ffi (>= 1.0.11)
46
46
  rspec (>= 2.7.0)
47
47
  builder (3.0.4)
48
- childprocess (0.3.6)
49
- ffi (~> 1.0, >= 1.0.6)
48
+ childprocess (0.3.9)
49
+ ffi (~> 1.0, >= 1.0.11)
50
50
  cucumber (1.1.9)
51
51
  builder (>= 2.1.2)
52
52
  diff-lcs (>= 1.1.2)
@@ -55,27 +55,27 @@ GEM
55
55
  term-ansicolor (>= 1.0.6)
56
56
  diff-lcs (1.1.3)
57
57
  erubis (2.7.0)
58
- ffi (1.1.5)
58
+ ffi (1.8.1)
59
59
  gherkin (2.9.3)
60
60
  json (>= 1.4.6)
61
- hike (1.2.1)
62
- i18n (0.6.1)
61
+ hike (1.2.2)
62
+ i18n (0.6.4)
63
63
  journey (1.0.4)
64
- jquery-rails (2.1.3)
65
- railties (>= 3.1.0, < 5.0)
66
- thor (~> 0.14)
67
- json (1.7.5)
64
+ jquery-rails (2.2.1)
65
+ railties (>= 3.0, < 5.0)
66
+ thor (>= 0.14, < 2.0)
67
+ json (1.7.7)
68
68
  mail (2.4.4)
69
69
  i18n (>= 0.4.0)
70
70
  mime-types (~> 1.16)
71
71
  treetop (~> 1.4.8)
72
- mime-types (1.19)
73
- multi_json (1.3.6)
72
+ mime-types (1.23)
73
+ multi_json (1.7.3)
74
74
  polyglot (0.3.3)
75
- rack (1.4.1)
75
+ rack (1.4.5)
76
76
  rack-cache (1.2)
77
77
  rack (>= 0.4)
78
- rack-ssl (1.3.2)
78
+ rack-ssl (1.3.3)
79
79
  rack
80
80
  rack-test (0.6.2)
81
81
  rack (>= 1.0)
@@ -94,8 +94,8 @@ GEM
94
94
  rake (>= 0.8.7)
95
95
  rdoc (~> 3.4)
96
96
  thor (~> 0.14.6)
97
- rake (0.9.2.2)
98
- rdoc (3.12)
97
+ rake (10.0.4)
98
+ rdoc (3.12.2)
99
99
  json (~> 1.4)
100
100
  rspec (2.7.0)
101
101
  rspec-core (~> 2.7.0)
@@ -110,26 +110,26 @@ GEM
110
110
  activesupport (~> 3.0)
111
111
  railties (~> 3.0)
112
112
  rspec (~> 2.7.0)
113
- sass (3.2.1)
114
- sass-rails (3.2.5)
113
+ sass (3.2.8)
114
+ sass-rails (3.2.6)
115
115
  railties (~> 3.2.0)
116
116
  sass (>= 3.1.10)
117
117
  tilt (~> 1.3)
118
- shoulda-context (1.0.1)
119
- shoulda-matchers (1.4.1)
118
+ shoulda-context (1.1.1)
119
+ shoulda-matchers (2.1.0)
120
120
  activesupport (>= 3.0.0)
121
121
  sprockets (2.1.3)
122
122
  hike (~> 1.2)
123
123
  rack (~> 1.0)
124
124
  tilt (~> 1.1, != 1.3.0)
125
- sqlite3 (1.3.6)
126
- term-ansicolor (1.0.7)
125
+ sqlite3 (1.3.7)
126
+ term-ansicolor (1.1.5)
127
127
  thor (0.14.6)
128
- tilt (1.3.3)
129
- treetop (1.4.11)
128
+ tilt (1.4.0)
129
+ treetop (1.4.12)
130
130
  polyglot
131
131
  polyglot (>= 0.3.1)
132
- tzinfo (0.3.33)
132
+ tzinfo (0.3.37)
133
133
 
134
134
  PLATFORMS
135
135
  ruby
@@ -1,3 +1,3 @@
1
1
  module Shoulda
2
- VERSION = "3.4.0"
2
+ VERSION = "3.5.0"
3
3
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  s.add_dependency("shoulda-context", ["~> 1.0", ">= 1.0.1"])
22
- s.add_dependency("shoulda-matchers", ["~> 1.0", ">= 1.4.1"])
22
+ s.add_dependency("shoulda-matchers", [">= 1.4.1", "< 3.0"])
23
23
 
24
24
  s.add_development_dependency('appraisal', '~> 0.4.0')
25
25
  s.add_development_dependency("rails", "3.0.12")
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 3.4.0
4
+ version: 3.5.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tammer Saleh
@@ -13,13 +12,10 @@ authors:
13
12
  autorequire:
14
13
  bindir: bin
15
14
  cert_chain: []
16
- date: 2013-03-18 00:00:00.000000000 Z
15
+ date: 2013-05-07 00:00:00.000000000 Z
17
16
  dependencies:
18
17
  - !ruby/object:Gem::Dependency
19
- prerelease: false
20
- name: shoulda-context
21
- type: :runtime
22
- version_requirements: !ruby/object:Gem::Requirement
18
+ requirement: !ruby/object:Gem::Requirement
23
19
  requirements:
24
20
  - - ~>
25
21
  - !ruby/object:Gem::Version
@@ -27,8 +23,7 @@ dependencies:
27
23
  - - ! '>='
28
24
  - !ruby/object:Gem::Version
29
25
  version: 1.0.1
30
- none: false
31
- requirement: !ruby/object:Gem::Requirement
26
+ version_requirements: !ruby/object:Gem::Requirement
32
27
  requirements:
33
28
  - - ~>
34
29
  - !ruby/object:Gem::Version
@@ -36,125 +31,113 @@ dependencies:
36
31
  - - ! '>='
37
32
  - !ruby/object:Gem::Version
38
33
  version: 1.0.1
39
- none: false
40
- - !ruby/object:Gem::Dependency
41
- prerelease: false
42
- name: shoulda-matchers
43
34
  type: :runtime
44
- version_requirements: !ruby/object:Gem::Requirement
35
+ prerelease: false
36
+ name: shoulda-context
37
+ - !ruby/object:Gem::Dependency
38
+ requirement: !ruby/object:Gem::Requirement
45
39
  requirements:
46
- - - ~>
47
- - !ruby/object:Gem::Version
48
- version: '1.0'
49
40
  - - ! '>='
50
41
  - !ruby/object:Gem::Version
51
42
  version: 1.4.1
52
- none: false
53
- requirement: !ruby/object:Gem::Requirement
54
- requirements:
55
- - - ~>
43
+ - - <
56
44
  - !ruby/object:Gem::Version
57
- version: '1.0'
45
+ version: '3.0'
46
+ version_requirements: !ruby/object:Gem::Requirement
47
+ requirements:
58
48
  - - ! '>='
59
49
  - !ruby/object:Gem::Version
60
50
  version: 1.4.1
61
- none: false
62
- - !ruby/object:Gem::Dependency
51
+ - - <
52
+ - !ruby/object:Gem::Version
53
+ version: '3.0'
54
+ type: :runtime
63
55
  prerelease: false
64
- name: appraisal
65
- type: :development
66
- version_requirements: !ruby/object:Gem::Requirement
56
+ name: shoulda-matchers
57
+ - !ruby/object:Gem::Dependency
58
+ requirement: !ruby/object:Gem::Requirement
67
59
  requirements:
68
60
  - - ~>
69
61
  - !ruby/object:Gem::Version
70
62
  version: 0.4.0
71
- none: false
72
- requirement: !ruby/object:Gem::Requirement
63
+ version_requirements: !ruby/object:Gem::Requirement
73
64
  requirements:
74
65
  - - ~>
75
66
  - !ruby/object:Gem::Version
76
67
  version: 0.4.0
77
- none: false
78
- - !ruby/object:Gem::Dependency
79
- prerelease: false
80
- name: rails
81
68
  type: :development
82
- version_requirements: !ruby/object:Gem::Requirement
69
+ prerelease: false
70
+ name: appraisal
71
+ - !ruby/object:Gem::Dependency
72
+ requirement: !ruby/object:Gem::Requirement
83
73
  requirements:
84
74
  - - '='
85
75
  - !ruby/object:Gem::Version
86
76
  version: 3.0.12
87
- none: false
88
- requirement: !ruby/object:Gem::Requirement
77
+ version_requirements: !ruby/object:Gem::Requirement
89
78
  requirements:
90
79
  - - '='
91
80
  - !ruby/object:Gem::Version
92
81
  version: 3.0.12
93
- none: false
94
- - !ruby/object:Gem::Dependency
95
- prerelease: false
96
- name: sqlite3
97
82
  type: :development
98
- version_requirements: !ruby/object:Gem::Requirement
83
+ prerelease: false
84
+ name: rails
85
+ - !ruby/object:Gem::Dependency
86
+ requirement: !ruby/object:Gem::Requirement
99
87
  requirements:
100
88
  - - ~>
101
89
  - !ruby/object:Gem::Version
102
90
  version: 1.3.2
103
- none: false
104
- requirement: !ruby/object:Gem::Requirement
91
+ version_requirements: !ruby/object:Gem::Requirement
105
92
  requirements:
106
93
  - - ~>
107
94
  - !ruby/object:Gem::Version
108
95
  version: 1.3.2
109
- none: false
110
- - !ruby/object:Gem::Dependency
111
- prerelease: false
112
- name: rspec-rails
113
96
  type: :development
114
- version_requirements: !ruby/object:Gem::Requirement
97
+ prerelease: false
98
+ name: sqlite3
99
+ - !ruby/object:Gem::Dependency
100
+ requirement: !ruby/object:Gem::Requirement
115
101
  requirements:
116
102
  - - ~>
117
103
  - !ruby/object:Gem::Version
118
104
  version: 2.7.0
119
- none: false
120
- requirement: !ruby/object:Gem::Requirement
105
+ version_requirements: !ruby/object:Gem::Requirement
121
106
  requirements:
122
107
  - - ~>
123
108
  - !ruby/object:Gem::Version
124
109
  version: 2.7.0
125
- none: false
126
- - !ruby/object:Gem::Dependency
127
- prerelease: false
128
- name: cucumber
129
110
  type: :development
130
- version_requirements: !ruby/object:Gem::Requirement
111
+ prerelease: false
112
+ name: rspec-rails
113
+ - !ruby/object:Gem::Dependency
114
+ requirement: !ruby/object:Gem::Requirement
131
115
  requirements:
132
116
  - - ~>
133
117
  - !ruby/object:Gem::Version
134
118
  version: 1.1.0
135
- none: false
136
- requirement: !ruby/object:Gem::Requirement
119
+ version_requirements: !ruby/object:Gem::Requirement
137
120
  requirements:
138
121
  - - ~>
139
122
  - !ruby/object:Gem::Version
140
123
  version: 1.1.0
141
- none: false
142
- - !ruby/object:Gem::Dependency
143
- prerelease: false
144
- name: aruba
145
124
  type: :development
146
- version_requirements: !ruby/object:Gem::Requirement
125
+ prerelease: false
126
+ name: cucumber
127
+ - !ruby/object:Gem::Dependency
128
+ requirement: !ruby/object:Gem::Requirement
147
129
  requirements:
148
130
  - - ~>
149
131
  - !ruby/object:Gem::Version
150
132
  version: 0.4.11
151
- none: false
152
- requirement: !ruby/object:Gem::Requirement
133
+ version_requirements: !ruby/object:Gem::Requirement
153
134
  requirements:
154
135
  - - ~>
155
136
  - !ruby/object:Gem::Version
156
137
  version: 0.4.11
157
- none: false
138
+ type: :development
139
+ prerelease: false
140
+ name: aruba
158
141
  description: Making tests easy on the fingers and eyes
159
142
  email: support@thoughtbot.com
160
143
  executables: []
@@ -185,6 +168,7 @@ files:
185
168
  homepage: https://github.com/thoughtbot/shoulda
186
169
  licenses:
187
170
  - MIT
171
+ metadata: {}
188
172
  post_install_message:
189
173
  rdoc_options: []
190
174
  require_paths:
@@ -193,25 +177,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
193
177
  requirements:
194
178
  - - ! '>='
195
179
  - !ruby/object:Gem::Version
196
- segments:
197
- - 0
198
- hash: 1378977218323282975
199
180
  version: '0'
200
- none: false
201
181
  required_rubygems_version: !ruby/object:Gem::Requirement
202
182
  requirements:
203
183
  - - ! '>='
204
184
  - !ruby/object:Gem::Version
205
- segments:
206
- - 0
207
- hash: 1378977218323282975
208
185
  version: '0'
209
- none: false
210
186
  requirements: []
211
187
  rubyforge_project:
212
- rubygems_version: 1.8.23
188
+ rubygems_version: 2.0.3
213
189
  signing_key:
214
- specification_version: 3
190
+ specification_version: 4
215
191
  summary: Making tests easy on the fingers and eyes
216
192
  test_files:
217
193
  - features/rails_integration.feature