rspec-rails 1.1.10 → 1.1.11

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,7 @@
1
+ === Version 1.1.11 / 2008-10-24
2
+
3
+ * No changes to rspec-rails - release to align with bug-fix release in rspec ... again :(
4
+
1
5
  === Version 1.1.10 / 2008-10-24
2
6
 
3
7
  * No changes to rspec-rails - release to align with bug-fix release in rspec
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.10"]]
18
+ p.extra_deps = [["rspec","1.1.11"]]
19
19
  p.remote_rdoc_dir = "rspec-rails/#{Spec::Rails::VERSION::STRING}"
20
20
  end
21
21
 
@@ -4,7 +4,7 @@ module Spec
4
4
  unless defined? MAJOR
5
5
  MAJOR = 1
6
6
  MINOR = 1
7
- TINY = 10
7
+ TINY = 11
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY].join('.')
10
10
 
@@ -1,9 +1,8 @@
1
- (in /Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails)
2
1
  # -*- encoding: utf-8 -*-
3
2
 
4
3
  Gem::Specification.new do |s|
5
4
  s.name = %q{rspec-rails}
6
- s.version = "1.1.10"
5
+ s.version = "1.1.11"
7
6
 
8
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
8
  s.authors = ["RSpec Development Team"]
@@ -18,19 +17,12 @@ Gem::Specification.new do |s|
18
17
  s.require_paths = ["lib"]
19
18
  s.rubyforge_project = %q{rspec}
20
19
  s.rubygems_version = %q{1.3.0}
21
- s.summary = %q{rspec-rails 1.1.10}
20
+ s.summary = %q{rspec-rails 1.1.11}
22
21
 
23
22
  if s.respond_to? :specification_version then
24
23
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
25
24
  s.specification_version = 2
26
-
27
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
28
- s.add_runtime_dependency(%q<rspec>, ["= 1.1.10"])
29
- s.add_development_dependency(%q<hoe>, [">= 1.8.1"])
30
- else
31
- s.add_dependency(%q<rspec>, ["= 1.1.10"])
32
- end
33
- else
34
- s.add_dependency(%q<rspec>, ["= 1.1.10"])
35
25
  end
26
+
27
+ s.add_dependency(%q<rspec>, ["= 1.1.11"])
36
28
  end
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.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - RSpec Development Team
@@ -18,9 +18,9 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ">="
21
+ - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.1.10
23
+ version: 1.1.11
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: hoe
@@ -233,6 +233,6 @@ rubyforge_project: rspec
233
233
  rubygems_version: 1.3.0
234
234
  signing_key:
235
235
  specification_version: 2
236
- summary: rspec-rails 1.1.10
236
+ summary: rspec-rails 1.1.11
237
237
  test_files: []
238
238