shoulda 3.0.0.beta1 → 3.0.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +7 -2
- data/lib/shoulda.rb +4 -0
- data/lib/shoulda/version.rb +1 -1
- metadata +4 -3
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -80,10 +80,15 @@ GEM
|
|
80
80
|
rspec-core (~> 2.3.0)
|
81
81
|
rspec-expectations (~> 2.3.0)
|
82
82
|
rspec-mocks (~> 2.3.0)
|
83
|
-
rspec-core (2.3.
|
83
|
+
rspec-core (2.3.1)
|
84
84
|
rspec-expectations (2.3.0)
|
85
85
|
diff-lcs (~> 1.1.2)
|
86
86
|
rspec-mocks (2.3.0)
|
87
|
+
rspec-rails (2.3.1)
|
88
|
+
actionpack (~> 3.0)
|
89
|
+
activesupport (~> 3.0)
|
90
|
+
railties (~> 3.0)
|
91
|
+
rspec (~> 2.3.0)
|
87
92
|
ruby-debug (0.10.4)
|
88
93
|
columnize (>= 0.1)
|
89
94
|
ruby-debug-base (~> 0.10.4.0)
|
@@ -103,6 +108,6 @@ DEPENDENCIES
|
|
103
108
|
aruba
|
104
109
|
cucumber
|
105
110
|
rails (= 3.0.3)
|
106
|
-
rspec
|
111
|
+
rspec-rails (~> 2.3.1)
|
107
112
|
ruby-debug
|
108
113
|
sqlite3-ruby
|
data/lib/shoulda.rb
ADDED
data/lib/shoulda/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoulda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 299253626
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 3.0.0.
|
10
|
+
- beta2
|
11
|
+
version: 3.0.0.beta2
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Tammer Saleh
|
@@ -74,6 +74,7 @@ files:
|
|
74
74
|
- Rakefile
|
75
75
|
- README.md
|
76
76
|
- lib/shoulda/version.rb
|
77
|
+
- lib/shoulda.rb
|
77
78
|
has_rdoc: true
|
78
79
|
homepage: http://thoughtbot.com/community/
|
79
80
|
licenses: []
|