rspec-support 3.6.0.beta1 → 3.6.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/Changelog.md +7 -2
- data/lib/rspec/support/version.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7fcfff9285fcfb448dbb76d0b30871c0d60f59e
|
|
4
|
+
data.tar.gz: 56752014cf41733a30d156dd4e6166317deb3e15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e855bdc6915f139f0743b1f1dac1251411f389b00c8f61f12676ee5da459fb194e1bfde2546416b13528018d7ff4affd1c9e149fcba45f3ac09f7c30867e5c0e
|
|
7
|
+
data.tar.gz: 2e0b5cab4de91471beadad27058fdceb2f8607ee801cd1fe86d7347fe1e3f20028f628e1578da0c8f72049ef249fa36a7445ad1f8a6ba39036da90bf15e466c1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/Changelog.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
###
|
|
2
|
-
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.
|
|
1
|
+
### 3.6.0.beta2 / 2016-12-12
|
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)
|
|
3
|
+
|
|
4
|
+
No user-facinc changes.
|
|
5
|
+
|
|
6
|
+
### 3.6.0.beta1 / 2016-10-09
|
|
7
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0...v3.6.0.beta1)
|
|
3
8
|
|
|
4
9
|
Bug Fixes:
|
|
5
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.0.
|
|
4
|
+
version: 3.6.0.beta2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Chelimsky
|
|
@@ -48,7 +48,7 @@ cert_chain:
|
|
|
48
48
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
|
49
49
|
F3MdtaDehhjC
|
|
50
50
|
-----END CERTIFICATE-----
|
|
51
|
-
date: 2016-
|
|
51
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
|
52
52
|
dependencies:
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: bundler
|
|
@@ -152,5 +152,5 @@ rubyforge_project:
|
|
|
152
152
|
rubygems_version: 2.2.2
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
|
-
summary: rspec-support-3.6.0.
|
|
155
|
+
summary: rspec-support-3.6.0.beta2
|
|
156
156
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|