rspec-core 3.4.3 → 3.4.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 203d6dff4306be78d671362a48e847eb74c1b115
4
- data.tar.gz: 4faa8c73ef35b7a593162c6e338090b697799243
3
+ metadata.gz: 80afd0a6f2838eb53ebb2217151c1fb0923b24f7
4
+ data.tar.gz: 6e16ffeac1295c98109d282d4ba08cfb64686f0a
5
5
  SHA512:
6
- metadata.gz: 2ed7871a3cdfd07530698efd71d9a96c85b1eef26a8253485a58071adf92a1165c9583d9c9c668a24b66d6f74a9be63b394e16174796324f4b03f7d6537a4a8d
7
- data.tar.gz: 2219a50dc96580d34005d7c40a50025f0dc6e1b22fd8e8bf774f0d661f0b31585f69335f221678f800fb12d9b08bac142fe28b67336d4c2e1e89ff824c38ecef
6
+ metadata.gz: 940d7b7c9ae596935443556c7faf294c917daa995441d5123ef93c21902bb8be092ae981c0afc1cac0f6f551a743865b3209f5b1710671980ae4cbd082d983a1
7
+ data.tar.gz: 97e2e19769e250c59a00a205cf8e2388deae8de8290e3d2d372c4a582db638c296ec318b75ff86036e96ec462501910272bf4bb3ed421daca77f11f9f62a203c
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,5 +1,13 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...3-4-maintenance)
2
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.4...3-4-maintenance)
3
+
4
+ ### 3.4.4 / 2016-03-09
5
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...3.4.4)
6
+
7
+ Bug Fixes:
8
+
9
+ * Fix `RSpec::Core::RakeTask` so that it works with Rake 11.
10
+ (Travis Grathwell, #2197)
3
11
 
4
12
  ### 3.4.3 / 2016-02-19
5
13
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.2...3.4.3)
@@ -88,7 +88,7 @@ module RSpec
88
88
 
89
89
  # @private
90
90
  def define(args, &task_block)
91
- desc "Run RSpec code examples" unless ::Rake.application.last_comment
91
+ desc "Run RSpec code examples" unless ::Rake.application.last_description
92
92
 
93
93
  task name, *args do |_, task_args|
94
94
  RakeFileUtils.__send__(:verbose, verbose) do
@@ -3,7 +3,7 @@ module RSpec
3
3
  # Version information for RSpec Core.
4
4
  module Version
5
5
  # Current version of RSpec Core, in semantic versioning format.
6
- STRING = '3.4.3'
6
+ STRING = '3.4.4'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.3
4
+ version: 3.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -46,7 +46,7 @@ cert_chain:
46
46
  ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
47
47
  F3MdtaDehhjC
48
48
  -----END CERTIFICATE-----
49
- date: 2016-02-18 00:00:00.000000000 Z
49
+ date: 2016-03-09 00:00:00.000000000 Z
50
50
  dependencies:
51
51
  - !ruby/object:Gem::Dependency
52
52
  name: rspec-support
@@ -66,14 +66,14 @@ dependencies:
66
66
  name: rake
67
67
  requirement: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - "~>"
69
+ - - ">="
70
70
  - !ruby/object:Gem::Version
71
71
  version: 10.0.0
72
72
  type: :development
73
73
  prerelease: false
74
74
  version_requirements: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - "~>"
76
+ - - ">="
77
77
  - !ruby/object:Gem::Version
78
78
  version: 10.0.0
79
79
  - !ruby/object:Gem::Dependency
@@ -293,9 +293,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
293
  version: '0'
294
294
  requirements: []
295
295
  rubyforge_project:
296
- rubygems_version: 2.5.1
296
+ rubygems_version: 2.4.5.1
297
297
  signing_key:
298
298
  specification_version: 4
299
- summary: rspec-core-3.4.3
299
+ summary: rspec-core-3.4.4
300
300
  test_files: []
301
301
  has_rdoc:
metadata.gz.sig CHANGED
Binary file