friends 0.49 → 0.50

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 723092682f9f7d7c5cbd9079a5aaa4e2e413a4ea9ea4a60ef871abf9d8a8b391
4
- data.tar.gz: e7f570b41f8c3e74dd19b4e540a804f4a585541a59efa29125e1f3c3000de213
3
+ metadata.gz: caa472946e4b1055d2168cac599d3723c53f42c751afd9de3c2561184e6886da
4
+ data.tar.gz: 2bea663a17650429b4b5bfb7dd0a6bd292891d77ccd889c67a76b77a4ed20174
5
5
  SHA512:
6
- metadata.gz: 60573538a3ac488669c1f2eddff260823aafdd488f2972cd29f9081c06e37aa98d3afbbdb45c650fdb369e392e9cfb98e7a3b29a4ed5dbc09eb2cfeed7aa37d4
7
- data.tar.gz: 4f8e7159b3c99406d74c8cc4ba48cbfc9fd82114db29ab93c9bc855d9016bdd6c9bb570cf776083660b573660f110e6991600a17225f9c5f0fcd3af118f48d0a
6
+ metadata.gz: 158f60b3d085a2f4fbeaabb6d418bd71e8bc34fdf4a1a9965dc1df6828362ef71f3ba1998e8b01421d9d6357789fa5a4022a04e5533c133305800d75638eb26f
7
+ data.tar.gz: 2365522a4994fd2581ec2acecfb09cfd1c0ae4a10122f3f316bfffd284c9fed1cb076eef54b7dced2e38d819c95b559e6a305539c0a1805f89f8954966d7dea5
@@ -4,13 +4,14 @@ rvm:
4
4
  - 2.2
5
5
  - 2.3
6
6
  - 2.4
7
- - 2.5 # 2.6 is tested below
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.6
14
+ - rvm: 2.7
14
15
  gemfile: Gemfile
15
16
  script:
16
17
  - bundle exec rake test
@@ -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)
@@ -26,7 +26,7 @@ module Serializable
26
26
  reduce(:merge).
27
27
  reject { |_, v| v.nil? }
28
28
 
29
- new(args)
29
+ new(**args)
30
30
  end
31
31
 
32
32
  class SerializationError < StandardError
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Friends
4
- VERSION = "0.49".freeze
4
+ VERSION = "0.50".freeze
5
5
  end
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.49'
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-02 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic