rspec-rails 1.3.1 → 1.3.2

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,9 @@
1
+ === Version 1.3.2 / 2010-01-13
2
+
3
+ * bug fix
4
+ * generator only adds code for rspec-rails
5
+ * which depends on rspec
6
+
1
7
  === Version 1.3.1 / 2010-01-12
2
8
 
3
9
  * bug fix
@@ -1,4 +1,4 @@
1
- = Upgrade to 1.2.8/1.2.9/1.3.0
1
+ = Upgrade to 1.2.8 - 1.3.2
2
2
 
3
3
  == What's new
4
4
 
@@ -33,7 +33,6 @@ HELPFUL_INSTRUCTIONS
33
33
  puts
34
34
  require File.expand_path('../../../lib/spec/rails/version.rb', __FILE__)
35
35
  rspec_config = <<-EOF
36
- config.gem 'rspec', :version => '>= #{Spec::Rails::VERSION::STRING}', :lib => false unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec'))
37
36
  config.gem 'rspec-rails', :version => '>= #{Spec::Rails::VERSION::STRING}', :lib => false unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails'))
38
37
  EOF
39
38
  File.open(test_env, "wb") do |f|
@@ -4,7 +4,7 @@ module Spec # :nodoc:
4
4
  unless defined? MAJOR
5
5
  MAJOR = 1
6
6
  MINOR = 3
7
- TINY = 1
7
+ TINY = 2
8
8
  PRE = nil
9
9
 
10
10
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RSpec Development Team
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-12 00:00:00 -06:00
12
+ date: 2010-01-13 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -237,7 +237,7 @@ licenses: []
237
237
  post_install_message: |
238
238
  **************************************************
239
239
 
240
- Thank you for installing rspec-rails-1.3.1
240
+ Thank you for installing rspec-rails-1.3.2
241
241
 
242
242
  If you are upgrading, do this in each of your rails apps
243
243
  that you want to upgrade:
@@ -272,6 +272,6 @@ rubyforge_project: rspec
272
272
  rubygems_version: 1.3.5
273
273
  signing_key:
274
274
  specification_version: 3
275
- summary: rspec-rails 1.3.1
275
+ summary: rspec-rails 1.3.2
276
276
  test_files: []
277
277