rspec-rails 1.2.3 → 1.2.4
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/History.rdoc +5 -0
- data/Rakefile +1 -1
- data/lib/spec/rails/version.rb +1 -1
- metadata +4 -4
data/History.rdoc
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
=== Version 1.2.4 / 2009-03-13
|
|
2
|
+
|
|
3
|
+
No changes in this release, but aligns with the rspec-1.2.4 release. Someday
|
|
4
|
+
soon, this binding of rspec/rspec-rails versions needs to end!
|
|
5
|
+
|
|
1
6
|
=== Version 1.2.3 / 2009-03-13
|
|
2
7
|
|
|
3
8
|
No changes in this release, but aligns with the rspec-1.2.3 release.
|
data/Rakefile
CHANGED
|
@@ -13,7 +13,7 @@ Hoe.new('rspec-rails', Spec::Rails::VERSION::STRING) do |p|
|
|
|
13
13
|
p.description = "Behaviour Driven Development for Ruby on Rails."
|
|
14
14
|
p.rubyforge_name = 'rspec'
|
|
15
15
|
p.developer('RSpec Development Team', 'rspec-devel@rubyforge.org')
|
|
16
|
-
p.extra_deps = [["rspec","1.2.
|
|
16
|
+
p.extra_deps = [["rspec","1.2.4"],["rack",">=0.4.0"]]
|
|
17
17
|
p.extra_dev_deps = [["cucumber",">= 0.2.2"]]
|
|
18
18
|
p.remote_rdoc_dir = "rspec-rails/#{Spec::Rails::VERSION::STRING}"
|
|
19
19
|
p.history_file = 'History.rdoc'
|
data/lib/spec/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RSpec Development Team
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - "="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 1.2.
|
|
23
|
+
version: 1.2.4
|
|
24
24
|
version:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rack
|
|
@@ -236,7 +236,7 @@ homepage: http://rspec.info
|
|
|
236
236
|
post_install_message: |
|
|
237
237
|
**************************************************
|
|
238
238
|
|
|
239
|
-
Thank you for installing rspec-rails-1.2.
|
|
239
|
+
Thank you for installing rspec-rails-1.2.4
|
|
240
240
|
|
|
241
241
|
If you are upgrading, do this in each of your rails apps
|
|
242
242
|
that you want to upgrade:
|
|
@@ -271,6 +271,6 @@ rubyforge_project: rspec
|
|
|
271
271
|
rubygems_version: 1.3.1
|
|
272
272
|
signing_key:
|
|
273
273
|
specification_version: 2
|
|
274
|
-
summary: rspec-rails 1.2.
|
|
274
|
+
summary: rspec-rails 1.2.4
|
|
275
275
|
test_files: []
|
|
276
276
|
|