rspec 3.6.0.beta2 → 3.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 083aee4a4da2c51a56795a35cbdf47c5037212f1
4
- data.tar.gz: 4cecfa286d5acfe1b0abbea20e0dc1cb74685955
3
+ metadata.gz: 12afb107fae74a8001711b990202d11d979b229a
4
+ data.tar.gz: d99bdb9d8c87f21460a0fba6ea2f2ca3b111a3c5
5
5
  SHA512:
6
- metadata.gz: 29fa4799c3d624f5ac9e24291f19764694a83ca3127da412bd028afb66e539b548499eec8b38bb2d27f8b9f570575bbaf559b01fd55b277a64ee05e2bed6c410
7
- data.tar.gz: 431179804bd00bf30d7d625356508000e6f44f7432dd74f57b5be6d2752e5e8b963100c518a96aa31ebed4db8005dcd74447275b454026c743e1d712ebfa473a
6
+ metadata.gz: 309f815f5d4d0654ae76dff82ee0f03ad6b17b8636e41dd69977b89d0b60f1d3f5b5a3152f28f47f7bc951c4fb6c9ecbd3ff3d64b9976458a1011f0cff4268f8
7
+ data.tar.gz: c2c445f9b1ab42a75c4d6b8005f95f20c9fb5f339138e371ec0e6e1ede76447080e18ed04ac2ed866ff23e421dcea56818dfb91ee4e0bf65138b4df70f3922f9
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -14,8 +14,8 @@ Test::Unit::TestCase if you happen to prefer that style.
14
14
 
15
15
  Conversely, if you like RSpec's approach to declaring example groups and
16
16
  examples (`describe` and `it`) but prefer Test::Unit assertions and
17
- [mocha](https://github.com/freerange/mocha), [rr] (https://github.com/btakita/rr)
18
- or [flexmock] (https://github.com/jimweirich/flexmock) for mocking, you'll be
17
+ [mocha](https://github.com/freerange/mocha), [rr](https://github.com/rr/rr)
18
+ or [flexmock](https://github.com/jimweirich/flexmock) for mocking, you'll be
19
19
  able to do that without having to install or load the components of RSpec that
20
20
  you're not using.
21
21
 
@@ -1,5 +1,5 @@
1
1
  module RSpec # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '3.6.0.beta2'
3
+ STRING = '3.6.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0.beta2
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -45,50 +45,50 @@ cert_chain:
45
45
  ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
46
46
  F3MdtaDehhjC
47
47
  -----END CERTIFICATE-----
48
- date: 2016-12-12 00:00:00.000000000 Z
48
+ date: 2017-05-04 00:00:00.000000000 Z
49
49
  dependencies:
50
50
  - !ruby/object:Gem::Dependency
51
51
  name: rspec-core
52
52
  requirement: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - '='
54
+ - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: 3.6.0.beta2
56
+ version: 3.6.0
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - '='
61
+ - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: 3.6.0.beta2
63
+ version: 3.6.0
64
64
  - !ruby/object:Gem::Dependency
65
65
  name: rspec-expectations
66
66
  requirement: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - '='
68
+ - - "~>"
69
69
  - !ruby/object:Gem::Version
70
- version: 3.6.0.beta2
70
+ version: 3.6.0
71
71
  type: :runtime
72
72
  prerelease: false
73
73
  version_requirements: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - '='
75
+ - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: 3.6.0.beta2
77
+ version: 3.6.0
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: rspec-mocks
80
80
  requirement: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - '='
82
+ - - "~>"
83
83
  - !ruby/object:Gem::Version
84
- version: 3.6.0.beta2
84
+ version: 3.6.0
85
85
  type: :runtime
86
86
  prerelease: false
87
87
  version_requirements: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - '='
89
+ - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: 3.6.0.beta2
91
+ version: 3.6.0
92
92
  description: BDD for Ruby
93
93
  email: rspec@googlegroups.com
94
94
  executables: []
@@ -116,13 +116,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
- - - ">"
119
+ - - ">="
120
120
  - !ruby/object:Gem::Version
121
- version: 1.3.1
121
+ version: '0'
122
122
  requirements: []
123
123
  rubyforge_project:
124
- rubygems_version: 2.5.1
124
+ rubygems_version: 2.4.5.2
125
125
  signing_key:
126
126
  specification_version: 4
127
- summary: rspec-3.6.0.beta2
127
+ summary: rspec-3.6.0
128
128
  test_files: []
metadata.gz.sig CHANGED
Binary file