rspec-rails 1.1.6 → 1.1.7

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,3 +1,8 @@
1
+ === Version 1.1.7 / 2008-10-02
2
+
3
+ * 1 bug fix
4
+ * depend on the correct version of rspec
5
+
1
6
  === Version 1.1.6 / 2008-10-02
2
7
 
3
8
  * 1 bug fix
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ Hoe.new('rspec-rails', Spec::Rails::VERSION::STRING) do |p|
15
15
  p.description = "Behaviour Driven Development for Ruby on Rails."
16
16
  p.rubyforge_name = 'rspec'
17
17
  p.developer('RSpec Development Team', 'rspec-devel@rubyforge.org')
18
- p.extra_deps = [["rspec","1.1.5"]]
18
+ p.extra_deps = [["rspec","1.1.7"]]
19
19
  end
20
20
 
21
21
  ['audit','test','test_deps','default','publish_docs','post_blog', 'release'].each do |task|
@@ -4,7 +4,7 @@ module Spec
4
4
  unless defined? MAJOR
5
5
  MAJOR = 1
6
6
  MINOR = 1
7
- TINY = 6
7
+ TINY = 7
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY].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.1.6
4
+ version: 1.1.7
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.1.5
23
+ version: 1.1.7
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: hoe
@@ -229,6 +229,6 @@ rubyforge_project: rspec
229
229
  rubygems_version: 1.3.0
230
230
  signing_key:
231
231
  specification_version: 2
232
- summary: rspec-rails 1.1.6
232
+ summary: rspec-rails 1.1.7
233
233
  test_files: []
234
234