shoulda 3.0.0.beta1 → 3.0.0.beta2

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/Gemfile CHANGED
@@ -2,7 +2,7 @@ source 'http://rubygems.org'
2
2
 
3
3
  gem 'rails', '3.0.3'
4
4
  gem 'sqlite3-ruby', :require => 'sqlite3'
5
- gem 'rspec'
5
+ gem 'rspec-rails', "~> 2.3.1"
6
6
  gem 'ruby-debug'
7
7
  gem 'cucumber'
8
8
  gem "aruba"
@@ -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.0)
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
@@ -0,0 +1,4 @@
1
+ require 'shoulda/version'
2
+ require 'shoulda-matchers'
3
+ require 'shoulda-context'
4
+
@@ -1,4 +1,4 @@
1
1
  module Shoulda
2
- VERSION = "3.0.0.beta1"
2
+ VERSION = "3.0.0.beta2"
3
3
  end
4
4
 
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: 299253629
4
+ hash: 299253626
5
5
  prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 0
10
- - beta1
11
- version: 3.0.0.beta1
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: []