shoulda 3.3.0 → 3.3.1

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.
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: /Users/draper/Dropbox/Development/shoulda
3
3
  specs:
4
- shoulda (3.3.0)
4
+ shoulda (3.3.1)
5
5
  shoulda-context (~> 1.0)
6
- shoulda-matchers (~> 1.4)
6
+ shoulda-matchers (~> 1.4.1)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
@@ -104,12 +104,12 @@ GEM
104
104
  railties (~> 3.0)
105
105
  rspec (~> 2.7.0)
106
106
  shoulda-context (1.0.0)
107
- shoulda-matchers (1.4.0)
107
+ shoulda-matchers (1.4.1)
108
108
  activesupport (>= 3.0.0)
109
109
  sqlite3 (1.3.6)
110
110
  term-ansicolor (1.0.7)
111
111
  thor (0.14.6)
112
- treetop (1.4.10)
112
+ treetop (1.4.11)
113
113
  polyglot
114
114
  polyglot (>= 0.3.1)
115
115
  tzinfo (0.3.33)
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: /Users/draper/Dropbox/Development/shoulda
3
3
  specs:
4
- shoulda (3.3.0)
4
+ shoulda (3.3.1)
5
5
  shoulda-context (~> 1.0)
6
- shoulda-matchers (~> 1.4)
6
+ shoulda-matchers (~> 1.4.1)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
@@ -119,7 +119,7 @@ GEM
119
119
  sass (>= 3.1.10)
120
120
  tilt (~> 1.3.2)
121
121
  shoulda-context (1.0.0)
122
- shoulda-matchers (1.4.0)
122
+ shoulda-matchers (1.4.1)
123
123
  activesupport (>= 3.0.0)
124
124
  sprockets (2.0.4)
125
125
  hike (~> 1.2)
@@ -129,7 +129,7 @@ GEM
129
129
  term-ansicolor (1.0.7)
130
130
  thor (0.14.6)
131
131
  tilt (1.3.3)
132
- treetop (1.4.10)
132
+ treetop (1.4.11)
133
133
  polyglot
134
134
  polyglot (>= 0.3.1)
135
135
  tzinfo (0.3.33)
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: /Users/draper/Dropbox/Development/shoulda
3
3
  specs:
4
- shoulda (3.3.0)
4
+ shoulda (3.3.1)
5
5
  shoulda-context (~> 1.0)
6
- shoulda-matchers (~> 1.4)
6
+ shoulda-matchers (~> 1.4.1)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
@@ -116,7 +116,7 @@ GEM
116
116
  sass (>= 3.1.10)
117
117
  tilt (~> 1.3)
118
118
  shoulda-context (1.0.0)
119
- shoulda-matchers (1.4.0)
119
+ shoulda-matchers (1.4.1)
120
120
  activesupport (>= 3.0.0)
121
121
  sprockets (2.1.3)
122
122
  hike (~> 1.2)
@@ -126,7 +126,7 @@ GEM
126
126
  term-ansicolor (1.0.7)
127
127
  thor (0.14.6)
128
128
  tilt (1.3.3)
129
- treetop (1.4.10)
129
+ treetop (1.4.11)
130
130
  polyglot
131
131
  polyglot (>= 0.3.1)
132
132
  tzinfo (0.3.33)
@@ -1,3 +1,3 @@
1
1
  module Shoulda
2
- VERSION = "3.3.0"
2
+ VERSION = "3.3.1"
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
 
20
20
  s.add_dependency("shoulda-context", "~> 1.0")
21
- s.add_dependency("shoulda-matchers", "~> 1.4")
21
+ s.add_dependency("shoulda-matchers", "~> 1.4.1")
22
22
 
23
23
  s.add_development_dependency('appraisal', '~> 0.4.0')
24
24
  s.add_development_dependency("rails", "3.0.12")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2012-10-05 00:00:00.000000000 Z
16
+ date: 2012-10-15 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: shoulda-context
@@ -38,7 +38,7 @@ dependencies:
38
38
  requirements:
39
39
  - - ~>
40
40
  - !ruby/object:Gem::Version
41
- version: '1.4'
41
+ version: 1.4.1
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -46,7 +46,7 @@ dependencies:
46
46
  requirements:
47
47
  - - ~>
48
48
  - !ruby/object:Gem::Version
49
- version: '1.4'
49
+ version: 1.4.1
50
50
  - !ruby/object:Gem::Dependency
51
51
  name: appraisal
52
52
  requirement: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  segments:
186
186
  - 0
187
- hash: 3338442721658376531
187
+ hash: -2817496976474918441
188
188
  required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  none: false
190
190
  requirements:
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  segments:
195
195
  - 0
196
- hash: 3338442721658376531
196
+ hash: -2817496976474918441
197
197
  requirements: []
198
198
  rubyforge_project:
199
199
  rubygems_version: 1.8.24