dchelimsky-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.
data/History.txt CHANGED
@@ -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
 
data/rspec-rails.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rspec-rails}
5
- s.version = "1.1.10"
5
+ s.version = "1.1.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["RSpec Development Team"]
@@ -17,19 +17,12 @@ Gem::Specification.new do |s|
17
17
  s.require_paths = ["lib"]
18
18
  s.rubyforge_project = %q{rspec}
19
19
  s.rubygems_version = %q{1.3.0}
20
- s.summary = %q{rspec-rails 1.1.10}
20
+ s.summary = %q{rspec-rails 1.1.11}
21
21
 
22
22
  if s.respond_to? :specification_version then
23
23
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
24
24
  s.specification_version = 2
25
-
26
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
27
- s.add_runtime_dependency(%q<rspec>, ["= 1.1.10"])
28
- s.add_development_dependency(%q<hoe>, [">= 1.8.1"])
29
- else
30
- s.add_dependency(%q<rspec>, ["= 1.1.10"])
31
- end
32
- else
33
- s.add_dependency(%q<rspec>, ["= 1.1.10"])
34
25
  end
26
+
27
+ s.add_dependency(%q<rspec>, ["= 1.1.11"])
35
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dchelimsky-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
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - "="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.1.10
22
+ version: 1.1.11
23
23
  version:
24
24
  description: Behaviour Driven Development for Ruby on Rails.
25
25
  email:
@@ -222,6 +222,6 @@ rubyforge_project: rspec
222
222
  rubygems_version: 1.2.0
223
223
  signing_key:
224
224
  specification_version: 2
225
- summary: rspec-rails 1.1.10
225
+ summary: rspec-rails 1.1.11
226
226
  test_files: []
227
227