friends 0.49 → 0.50
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/.travis.yml +3 -2
- data/CHANGELOG.md +12 -0
- data/lib/friends/serializable.rb +1 -1
- data/lib/friends/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caa472946e4b1055d2168cac599d3723c53f42c751afd9de3c2561184e6886da
|
|
4
|
+
data.tar.gz: 2bea663a17650429b4b5bfb7dd0a6bd292891d77ccd889c67a76b77a4ed20174
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 158f60b3d085a2f4fbeaabb6d418bd71e8bc34fdf4a1a9965dc1df6828362ef71f3ba1998e8b01421d9d6357789fa5a4022a04e5533c133305800d75638eb26f
|
|
7
|
+
data.tar.gz: 2365522a4994fd2581ec2acecfb09cfd1c0ae4a10122f3f316bfffd284c9fed1cb076eef54b7dced2e38d819c95b559e6a305539c0a1805f89f8954966d7dea5
|
data/.travis.yml
CHANGED
|
@@ -4,13 +4,14 @@ rvm:
|
|
|
4
4
|
- 2.2
|
|
5
5
|
- 2.3
|
|
6
6
|
- 2.4
|
|
7
|
-
- 2.5
|
|
7
|
+
- 2.5
|
|
8
|
+
- 2.6 # 2.7 is tested below
|
|
8
9
|
gemfile: Gemfile.old # The latest Ruby version uses Gemfile below
|
|
9
10
|
script:
|
|
10
11
|
- bundle exec rake test
|
|
11
12
|
matrix:
|
|
12
13
|
include:
|
|
13
|
-
- rvm: 2.
|
|
14
|
+
- rvm: 2.7
|
|
14
15
|
gemfile: Gemfile
|
|
15
16
|
script:
|
|
16
17
|
- bundle exec rake test
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@
|
|
|
4
4
|
making a small donation (🙏) with the **Sponsor** button at the top of this page to
|
|
5
5
|
show you appreciate its continued development.
|
|
6
6
|
|
|
7
|
+
## [v0.50](https://github.com/JacobEvelyn/friends/tree/v0.50) (2020-04-03)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.49...v0.50)
|
|
10
|
+
|
|
11
|
+
**Implemented enhancements:**
|
|
12
|
+
|
|
13
|
+
- Add support for Ruby 2.7 [\#254](https://github.com/JacobEvelyn/friends/issues/254)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- Add Travis tests for Ruby 2.7 [\#255](https://github.com/JacobEvelyn/friends/pull/255) ([JacobEvelyn](https://github.com/JacobEvelyn))
|
|
18
|
+
|
|
7
19
|
## [v0.49](https://github.com/JacobEvelyn/friends/tree/v0.49) (2020-04-02)
|
|
8
20
|
|
|
9
21
|
[Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.48...v0.49)
|
data/lib/friends/serializable.rb
CHANGED
data/lib/friends/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: friends
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.50'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jacob Evelyn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chronic
|