rspec-core 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,10 @@
1
+ ### 2.5.2 / 2011-05-02
2
+
3
+ [full changelog](http://github.com/rspec/rspec-core/compare/v2.5.1...v2.5.2)
4
+
5
+ * Enhancements
6
+ * Remove deprecated default_executable from gemspec
7
+
1
8
  ### 2.5.1 / 2011-02-05
2
9
 
3
10
  [full changelog](http://github.com/rspec/rspec-core/compare/v2.5.0...v2.5.1)
@@ -1,7 +1,7 @@
1
1
  module RSpec # :nodoc:
2
2
  module Core # :nodoc:
3
3
  module Version # :nodoc:
4
- STRING = '2.5.1'
4
+ STRING = '2.5.2'
5
5
  end
6
6
  end
7
7
  end
@@ -12,9 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.summary = "rspec-core-#{RSpec::Core::Version::STRING}"
13
13
  s.description = "RSpec runner and example groups"
14
14
 
15
- s.rubygems_version = "1.3.7"
16
15
  s.rubyforge_project = "rspec"
17
- s.default_executable = "rspec"
18
16
 
19
17
  s.files = `git ls-files`.split("\n")
20
18
  s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-core
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
4
+ hash: 31
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 5
9
- - 1
10
- version: 2.5.1
9
+ - 2
10
+ version: 2.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chad Humphries
@@ -16,8 +16,8 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-02-06 00:00:00 -06:00
20
- default_executable: rspec
19
+ date: 2011-05-05 00:00:00 -05:00
20
+ default_executable:
21
21
  dependencies: []
22
22
 
23
23
  description: RSpec runner and example groups
@@ -227,10 +227,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  requirements: []
228
228
 
229
229
  rubyforge_project: rspec
230
- rubygems_version: 1.3.7
230
+ rubygems_version: 1.6.2
231
231
  signing_key:
232
232
  specification_version: 3
233
- summary: rspec-core-2.5.1
233
+ summary: rspec-core-2.5.2
234
234
  test_files:
235
235
  - features/Autotest.md
236
236
  - features/Changelog.md