rspec-rails 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.3"],["rack",">=0.4.0"]]
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'
@@ -4,7 +4,7 @@ module Spec # :nodoc:
4
4
  unless defined? MAJOR
5
5
  MAJOR = 1
6
6
  MINOR = 2
7
- TINY = 3
7
+ TINY = 4
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
10
10
 
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.3
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.3
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.3
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.3
274
+ summary: rspec-rails 1.2.4
275
275
  test_files: []
276
276