rspec 2.7.0 → 2.8.0

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.7.0'
3
+ STRING = '2.8.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
- - 7
8
+ - 8
9
9
  - 0
10
- version: 2.7.0
10
+ version: 2.8.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Baker
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-10-16 00:00:00 Z
19
+ date: 2012-01-05 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -24,50 +24,50 @@ dependencies:
24
24
  requirements:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
- hash: 19
27
+ hash: 47
28
28
  segments:
29
29
  - 2
30
- - 7
30
+ - 8
31
31
  - 0
32
- version: 2.7.0
33
- requirement: *id001
34
- type: :runtime
32
+ version: 2.8.0
35
33
  prerelease: false
34
+ requirement: *id001
36
35
  name: rspec-core
36
+ type: :runtime
37
37
  - !ruby/object:Gem::Dependency
38
38
  version_requirements: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
42
42
  - !ruby/object:Gem::Version
43
- hash: 19
43
+ hash: 47
44
44
  segments:
45
45
  - 2
46
- - 7
46
+ - 8
47
47
  - 0
48
- version: 2.7.0
49
- requirement: *id002
50
- type: :runtime
48
+ version: 2.8.0
51
49
  prerelease: false
50
+ requirement: *id002
52
51
  name: rspec-expectations
52
+ type: :runtime
53
53
  - !ruby/object:Gem::Dependency
54
54
  version_requirements: &id003 !ruby/object:Gem::Requirement
55
55
  none: false
56
56
  requirements:
57
57
  - - ~>
58
58
  - !ruby/object:Gem::Version
59
- hash: 19
59
+ hash: 47
60
60
  segments:
61
61
  - 2
62
- - 7
62
+ - 8
63
63
  - 0
64
- version: 2.7.0
65
- requirement: *id003
66
- type: :runtime
64
+ version: 2.8.0
67
65
  prerelease: false
66
+ requirement: *id003
68
67
  name: rspec-mocks
68
+ type: :runtime
69
69
  description: BDD for Ruby
70
- email: rspec-users@rubyforge.org;
70
+ email: rspec-users@rubyforge.org
71
71
  executables: []
72
72
 
73
73
  extensions: []
@@ -75,18 +75,13 @@ extensions: []
75
75
  extra_rdoc_files:
76
76
  - README.markdown
77
77
  files:
78
- - .document
79
- - .gitignore
80
- - Gemfile
81
- - License.txt
82
- - README.markdown
83
- - Rakefile
84
78
  - lib/rspec.rb
85
79
  - lib/rspec/version.rb
86
- - rspec.gemspec
80
+ - License.txt
81
+ - README.markdown
87
82
  homepage: http://github.com/rspec
88
- licenses: []
89
-
83
+ licenses:
84
+ - MIT
90
85
  post_install_message:
91
86
  rdoc_options:
92
87
  - --charset=UTF-8
@@ -116,6 +111,6 @@ rubyforge_project: rspec
116
111
  rubygems_version: 1.8.11
117
112
  signing_key:
118
113
  specification_version: 3
119
- summary: rspec-2.7.0
114
+ summary: rspec-2.8.0
120
115
  test_files: []
121
116
 
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