apollo-federation 0.3.0 → 0.3.1

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: 78250716f4ca8ead46572a0e0f88dba69c6260b9ccb828db7c891c79113d8804
4
- data.tar.gz: de914adecf481e70ca697e1da5b3a6844ff64043008fe4f4986e870f43264502
3
+ metadata.gz: dc5b3f55e3e9273011d081eb8d19bb5910b6d4a1a145bfcfddff711f639859d4
4
+ data.tar.gz: 0c95124c3ce5b68edb5a27c5b25650f4ba661716c9f97df1d6eb99837ef68ff8
5
5
  SHA512:
6
- metadata.gz: 904190652009ec6b366668e1df7eaadb3703071a8593aec6672ebaefceb588c24f19a0399f4870119c3f37acdbd04383b7b0cfc460ea12e2d2ba738cc536968c
7
- data.tar.gz: 4cdb851b44879fcd8cedfbc20e27fcd39c9faec4071f012d01a9c04be90691d7ca5e97b408490b69acc7a7f4d47fb021e4ba42262372d1d3a988bec2fcf3d5a0
6
+ metadata.gz: 8bc30f9c504bb704c9b1b78baa137058ccf82b45a6fabfce4d78bb2605ebf94c25e2cb1022e4a40c1470267eae51d953cffcd2e5a5766bccef2cfebba6fdfd88
7
+ data.tar.gz: 5909b8969b5792dbd6ec1dd11e5a71ddb92556e053e9aee747230b9876b2af4dc0c6bc2b0b6e7daa374b8501799cacc531e715f38a8e7e245399956f49fc17cd
@@ -1,3 +1,23 @@
1
+ ## [0.3.1](https://github.com/Gusto/apollo-federation-ruby/compare/v0.3.0...v0.3.1) (2019-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * push up lockfile changes ([4aaa827](https://github.com/Gusto/apollo-federation-ruby/commit/4aaa827))
7
+
8
+ # [0.3.0](https://github.com/Gusto/apollo-federation-ruby/compare/v0.2.0...v0.3.0) (2019-09-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * checkout before running semantic-release ([cb67533](https://github.com/Gusto/apollo-federation-ruby/commit/cb67533))
14
+ * install before running semantic-release ([0ebb5b5](https://github.com/Gusto/apollo-federation-ruby/commit/0ebb5b5))
15
+
16
+
17
+ ### Features
18
+
19
+ * switch from Travis to CircleCI ([#18](https://github.com/Gusto/apollo-federation-ruby/issues/18)) ([3af14b3](https://github.com/Gusto/apollo-federation-ruby/commit/3af14b3))
20
+
1
21
  ## [0.2.0](https://github.com/Gusto/apollo-federation-ruby/compare/v0.1.0...v0.2.0) (2019-08-01)
2
22
 
3
23
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApolloFederation
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-federation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noa Elad
@@ -171,8 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0'
173
173
  requirements: []
174
- rubyforge_project:
175
- rubygems_version: 2.7.9
174
+ rubygems_version: 3.0.3
176
175
  signing_key:
177
176
  specification_version: 4
178
177
  summary: A Ruby implementation of Apollo Federation