rspec 3.5.0.beta1 → 3.5.0.beta2

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: fdab4e7762c41c145d53ddfc731f9d5b1fd59800
4
- data.tar.gz: 373b88b0c598f88e7271fec5466539de4c65092e
3
+ metadata.gz: f62c35422817dd5e2296fbbb3439e6fe3cdf40ac
4
+ data.tar.gz: 2d80b61c4b0241e59f08914e0186fcd5586bf082
5
5
  SHA512:
6
- metadata.gz: 49941ae844823675de9750e8563d9d7f3360d9b3d3e089ba0d13afbb4214dbc9cf514d6028380d464a557987bb62996bad21ba8c4fca606c3cd3ba63e54569c4
7
- data.tar.gz: 3afbb697674951dee5c4d4d7a9d2ddedc2659c94755d9ceefb2747ba013078f4e048a07113d1898607d8a4c88c3076fb572852ca76906f222da9c0384528715b
6
+ metadata.gz: 8b1335e89ac6df9850edca01f20212381af669727fb790570f7c651a1866779a0135a34eb6bcd12d3924cae850190cad5dc0219ca3b993acf82953dd45a39950
7
+ data.tar.gz: ad8c236cfd124aaf32d6223ca6f4c1b12542d541f60e6f6cc5004543fd84345686c7d8b914ba2b92d89d35b04547b9c52733e7c56679d3aa890c3e527d500578
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -14,7 +14,7 @@ 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/mochajs/mocha), [rr] (https://github.com/btakita/rr)
17
+ [mocha](https://github.com/freerange/mocha), [rr] (https://github.com/btakita/rr)
18
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.
@@ -1,5 +1,5 @@
1
1
  module RSpec # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '3.5.0.beta1'
3
+ STRING = '3.5.0.beta2'
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.5.0.beta1
4
+ version: 3.5.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -45,7 +45,7 @@ cert_chain:
45
45
  ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
46
46
  F3MdtaDehhjC
47
47
  -----END CERTIFICATE-----
48
- date: 2016-02-06 00:00:00.000000000 Z
48
+ date: 2016-03-10 00:00:00.000000000 Z
49
49
  dependencies:
50
50
  - !ruby/object:Gem::Dependency
51
51
  name: rspec-core
@@ -53,42 +53,42 @@ dependencies:
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 3.5.0.beta1
56
+ version: 3.5.0.beta2
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.5.0.beta1
63
+ version: 3.5.0.beta2
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.5.0.beta1
70
+ version: 3.5.0.beta2
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.5.0.beta1
77
+ version: 3.5.0.beta2
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.5.0.beta1
84
+ version: 3.5.0.beta2
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.5.0.beta1
91
+ version: 3.5.0.beta2
92
92
  description: BDD for Ruby
93
93
  email: rspec@googlegroups.com
94
94
  executables: []
@@ -121,8 +121,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: 1.3.1
122
122
  requirements: []
123
123
  rubyforge_project:
124
- rubygems_version: 2.4.5.1
124
+ rubygems_version: 2.5.1
125
125
  signing_key:
126
126
  specification_version: 4
127
- summary: rspec-3.5.0.beta1
127
+ summary: rspec-3.5.0.beta2
128
128
  test_files: []
metadata.gz.sig CHANGED
Binary file