rspec 2.8.0.rc1 → 2.8.0.rc2

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/License.txt CHANGED
@@ -1,6 +1,8 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2009, 2010 David Chelimsky, Chad Humphries
3
+ Copyright (c) 2009 Chad Humphries, David Chelimsky
4
+ Copyright (c) 2006 David Chelimsky, The RSpec Development Team
5
+ Copyright (c) 2005 Steven Baker
4
6
 
5
7
  Permission is hereby granted, free of charge, to any person obtaining
6
8
  a copy of this software and associated documentation files (the
data/README.markdown CHANGED
@@ -20,17 +20,17 @@ components of rspec that you're not using.
20
20
  ### rspec-core
21
21
 
22
22
  * [Cucumber features](http://relishapp.com/rspec/rspec-core)
23
- * [RDoc](http://rubydoc.info/gems/rspec-core/2.4.0/frames)
23
+ * [RDoc](http://rubydoc.info/gems/rspec-core/frames)
24
24
 
25
25
  ### rspec-expectations
26
26
 
27
27
  * [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
28
- * [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
28
+ * [RDoc](http://rubydoc.info/gems/rspec-expectations/frames)
29
29
 
30
30
  ### rspec-mocks
31
31
 
32
32
  * [Cucumber features](http://relishapp.com/rspec/rspec-mocks)
33
- * [RDoc](http://rubydoc.info/gems/rspec-mocks/2.4.0/frames)
33
+ * [RDoc](http://rubydoc.info/gems/rspec-mocks/frames)
34
34
 
35
35
  ## Install
36
36
 
data/lib/rspec/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module RSpec # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '2.8.0.rc1'
3
+ STRING = '2.8.0.rc2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424215
4
+ hash: 15424209
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 2
8
8
  - 8
9
9
  - 0
10
10
  - rc
11
- - 1
12
- version: 2.8.0.rc1
11
+ - 2
12
+ version: 2.8.0.rc2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Steven Baker
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-11-06 00:00:00 Z
21
+ date: 2011-12-20 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -26,56 +26,56 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 15424215
29
+ hash: 15424209
30
30
  segments:
31
31
  - 2
32
32
  - 8
33
33
  - 0
34
34
  - rc
35
- - 1
36
- version: 2.8.0.rc1
37
- requirement: *id001
38
- type: :runtime
35
+ - 2
36
+ version: 2.8.0.rc2
39
37
  prerelease: false
38
+ requirement: *id001
40
39
  name: rspec-core
40
+ type: :runtime
41
41
  - !ruby/object:Gem::Dependency
42
42
  version_requirements: &id002 !ruby/object:Gem::Requirement
43
43
  none: false
44
44
  requirements:
45
45
  - - "="
46
46
  - !ruby/object:Gem::Version
47
- hash: 15424215
47
+ hash: 15424209
48
48
  segments:
49
49
  - 2
50
50
  - 8
51
51
  - 0
52
52
  - rc
53
- - 1
54
- version: 2.8.0.rc1
55
- requirement: *id002
56
- type: :runtime
53
+ - 2
54
+ version: 2.8.0.rc2
57
55
  prerelease: false
56
+ requirement: *id002
58
57
  name: rspec-expectations
58
+ type: :runtime
59
59
  - !ruby/object:Gem::Dependency
60
60
  version_requirements: &id003 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - "="
64
64
  - !ruby/object:Gem::Version
65
- hash: 15424215
65
+ hash: 15424209
66
66
  segments:
67
67
  - 2
68
68
  - 8
69
69
  - 0
70
70
  - rc
71
- - 1
72
- version: 2.8.0.rc1
73
- requirement: *id003
74
- type: :runtime
71
+ - 2
72
+ version: 2.8.0.rc2
75
73
  prerelease: false
74
+ requirement: *id003
76
75
  name: rspec-mocks
76
+ type: :runtime
77
77
  description: BDD for Ruby
78
- email: rspec-users@rubyforge.org;
78
+ email: rspec-users@rubyforge.org
79
79
  executables: []
80
80
 
81
81
  extensions: []
@@ -83,18 +83,13 @@ extensions: []
83
83
  extra_rdoc_files:
84
84
  - README.markdown
85
85
  files:
86
- - .document
87
- - .gitignore
88
- - Gemfile
89
- - License.txt
90
- - README.markdown
91
- - Rakefile
92
86
  - lib/rspec.rb
93
87
  - lib/rspec/version.rb
94
- - rspec.gemspec
88
+ - License.txt
89
+ - README.markdown
95
90
  homepage: http://github.com/rspec
96
- licenses: []
97
-
91
+ licenses:
92
+ - MIT
98
93
  post_install_message:
99
94
  rdoc_options:
100
95
  - --charset=UTF-8
@@ -126,6 +121,6 @@ rubyforge_project: rspec
126
121
  rubygems_version: 1.8.11
127
122
  signing_key:
128
123
  specification_version: 3
129
- summary: rspec-2.8.0.rc1
124
+ summary: rspec-2.8.0.rc2
130
125
  test_files: []
131
126
 
data/.document DELETED
@@ -1,2 +0,0 @@
1
- README.markdown
2
- License.txt
data/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- *.sw?
2
- .DS_Store
3
- coverage
4
- doc
5
- pkg
6
- Gemfile.lock
7
- .bundle
8
- *.rbc
data/Gemfile DELETED
@@ -1,7 +0,0 @@
1
- source :rubygems
2
-
3
- gem "rake"
4
-
5
- %w[rspec-core rspec-expectations rspec-mocks].each do |lib|
6
- gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
7
- end
data/Rakefile DELETED
@@ -1,30 +0,0 @@
1
- require "bundler"
2
- Bundler.setup
3
- Bundler::GemHelper.install_tasks
4
-
5
- task :build => :raise_if_psych_is_defined
6
-
7
- task :raise_if_psych_is_defined do
8
- if defined?(Psych)
9
- raise <<-MSG
10
- ===============================================================================
11
- Gems compiled in Ruby environments with Psych loaded are incompatible with Ruby
12
- environments that don't have Psych loaded. Try building this gem in Ruby 1.8.7
13
- instead.
14
- ===============================================================================
15
- MSG
16
- end
17
- end
18
-
19
- require 'rake'
20
- require 'fileutils'
21
- require 'pathname'
22
-
23
- task :clobber do
24
- rm_rf 'pkg'
25
- end
26
-
27
- task :default do
28
- puts "Nothing to do for the default task"
29
- end
30
-
data/rspec.gemspec DELETED
@@ -1,33 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
4
- require "rspec/version"
5
-
6
- Gem::Specification.new do |s|
7
- s.name = "rspec"
8
- s.version = RSpec::Version::STRING
9
- s.platform = Gem::Platform::RUBY
10
- s.authors = ["Steven Baker", "David Chelimsky"]
11
- s.email = "rspec-users@rubyforge.org;"
12
- s.homepage = "http://github.com/rspec"
13
- s.summary = "rspec-#{RSpec::Version::STRING}"
14
- s.description = "BDD for Ruby"
15
-
16
- s.rubygems_version = "1.3.7"
17
- s.rubyforge_project = "rspec"
18
-
19
- s.files = `git ls-files`.split("\n")
20
- s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
21
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
- s.extra_rdoc_files = [ "README.markdown" ]
23
- s.rdoc_options = ["--charset=UTF-8"]
24
- s.require_path = "lib"
25
-
26
- %w[core expectations mocks].each do |name|
27
- if RSpec::Version::STRING =~ /[a-zA-Z]+/
28
- s.add_runtime_dependency "rspec-#{name}", "= #{RSpec::Version::STRING}"
29
- else
30
- s.add_runtime_dependency "rspec-#{name}", "~> #{RSpec::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
31
- end
32
- end
33
- end