eight_ball 2.2.0 → 2.2.1
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
- data/CHANGELOG.md +19 -7
- data/lib/eight_ball/version.rb +1 -1
- metadata +3 -5
- data/.travis.yml +0 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c05f1bec9958e4b2602bc9559ff20c54bddbfecbc791b25ade0996ca854a61f7
|
|
4
|
+
data.tar.gz: 7f8ee4370d9a1d1d935442623f847cad7b75b96ca8c497525ef704e715376dcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b507c5aec0f43afad5d2f25541ebb9939be8478e9d0e5feac685a06c19b5433dd3c62d01270aa5843fd5836054f28cb860bc4df2bec808dc083f6e82696508e6
|
|
7
|
+
data.tar.gz: 1205c3924565b64c8d86eb4bed1ca0b7e67e1f16bd3c0c0c61c7b48501fb419575dbff352692573c03ab42c2266ac26fce8e6e470bc67d0745eac6cb63c07a84
|
data/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.1]
|
|
4
|
+
|
|
5
|
+
- Switch release to github actions
|
|
6
|
+
|
|
3
7
|
## [2.2.0]
|
|
4
|
-
|
|
8
|
+
|
|
9
|
+
- Add `==` to `Feature` and `Conditions`
|
|
5
10
|
|
|
6
11
|
## [2.1.0]
|
|
7
|
-
|
|
12
|
+
|
|
13
|
+
- Add `features` parameter to `EightBall.marshall` to allow marshalling any Features, not just the ones
|
|
8
14
|
from the configured Provider.
|
|
9
15
|
|
|
10
16
|
## [2.0.0]
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
|
|
18
|
+
- [BREAKING] `Parsers` have been replaced with `Marshallers`, allowing bi-directional conversions
|
|
19
|
+
- Added `EightBall.marshall` as a way to output the Feature list to an external format (e.g. to create a JSON file)
|
|
20
|
+
- Added `EightBall.features` as a shortcut to `EightBall.provider.features`
|
|
21
|
+
- Testing framework has been moved from Minitest to rspec
|
|
22
|
+
- Updated dev dependencies
|
|
16
23
|
|
|
17
24
|
## [1.0.5]
|
|
25
|
+
|
|
18
26
|
Security: Update rake to >= 12.3.3
|
|
19
27
|
|
|
20
28
|
## [1.0.3]
|
|
29
|
+
|
|
21
30
|
Update .travis.yml
|
|
22
31
|
|
|
23
32
|
## [1.0.2]
|
|
33
|
+
|
|
24
34
|
Update .travis.yml
|
|
25
35
|
|
|
26
36
|
## [1.0.1]
|
|
37
|
+
|
|
27
38
|
Security: Update yard 0.9.16 -> 0.9.20
|
|
28
39
|
|
|
29
40
|
## [1.0.0]
|
|
41
|
+
|
|
30
42
|
Initial release!
|
data/lib/eight_ball/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eight_ball
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rewind.io
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awrence
|
|
@@ -145,7 +145,6 @@ extra_rdoc_files: []
|
|
|
145
145
|
files:
|
|
146
146
|
- ".gitignore"
|
|
147
147
|
- ".rspec"
|
|
148
|
-
- ".travis.yml"
|
|
149
148
|
- CHANGELOG.md
|
|
150
149
|
- Gemfile
|
|
151
150
|
- Gemfile.lock
|
|
@@ -188,8 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
188
187
|
- !ruby/object:Gem::Version
|
|
189
188
|
version: '0'
|
|
190
189
|
requirements: []
|
|
191
|
-
|
|
192
|
-
rubygems_version: 2.7.7
|
|
190
|
+
rubygems_version: 3.0.3
|
|
193
191
|
signing_key:
|
|
194
192
|
specification_version: 4
|
|
195
193
|
summary: The most cost efficient way to flag features
|
data/.travis.yml
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
sudo: false
|
|
2
|
-
language: ruby
|
|
3
|
-
cache: bundler
|
|
4
|
-
rvm:
|
|
5
|
-
- 2.5.0
|
|
6
|
-
before_install: gem install bundler -v 1.17.2
|
|
7
|
-
deploy:
|
|
8
|
-
provider: rubygems
|
|
9
|
-
api_key:
|
|
10
|
-
secure: fHXG5wBNcGRqpznLCCHfgwKEL1UXf0CNjou+HUdLJgLDwHaJro5TxM/c9z0Pnb9OJE0KIydVaIKh3iX0VtH1gS4m3ZztSpb5tnu4kkwAfdqG6QXVyubatxL/NQKTZSv6IzUjK/SC1eUePFMUu64Kx6voe8B1ZwoAGVf6L+atektcGb0PhZ24ogNFQaNUC3QJVPYyVKHLD8hZv6GVtxHE/xF6yiVhSZ4Mz2vqD4hDMQlkASnFzhhGvBk22aboc9Z0cBeYd2CRICJfyMyjUSmM2cFaeq1IsMJ6p2THoeeHYu8dIE7iiPMh2hMBD+ok+O+5f/8T3MpOdnpaLuq0u/ZkGBjg8oe4TCEQ67IZdIZnsRYEtwqJl//0Tkh9qW6ZZrq9ZHpd8VSXGbJv3eDutytlXNb0YdLXiRrBX72dGH9zheSQHIaBnc5gbSdaTcgqFacdeK3grx1L40SWTVrwBm+Dm88xvGGfPl+Y2sj0dBoPdeZqRfbrztSJivbbbR7XKosyOWQK9LqasPNP5EXjlnJRms6C/15m57RFs0oi/1p1TPAbaLqcp9Xvbwlft6HegCSram9xvd6R9alFgaizS1vLbESOJAQkADA9VN9ERApr38Eum8J6HF2xa/uXn4mHsLXzp5nkYqWb8LRqvxvzAnWL2p553upBTfP4m055jxPGwaM=
|
|
11
|
-
gem: eight_ball
|
|
12
|
-
on:
|
|
13
|
-
tags: true
|
|
14
|
-
repo: rewindio/eight_ball
|