apollo-federation 0.3.1 → 0.3.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc5b3f55e3e9273011d081eb8d19bb5910b6d4a1a145bfcfddff711f639859d4
4
- data.tar.gz: 0c95124c3ce5b68edb5a27c5b25650f4ba661716c9f97df1d6eb99837ef68ff8
3
+ metadata.gz: d6c7a99d02e6858f18fe04358315b4d6060a2fc902a91a8da4bbf52004afd491
4
+ data.tar.gz: d1286d1a6c85738c3b9ae280df3082176a95a5889c20ae066caa29b76ed41408
5
5
  SHA512:
6
- metadata.gz: 8bc30f9c504bb704c9b1b78baa137058ccf82b45a6fabfce4d78bb2605ebf94c25e2cb1022e4a40c1470267eae51d953cffcd2e5a5766bccef2cfebba6fdfd88
7
- data.tar.gz: 5909b8969b5792dbd6ec1dd11e5a71ddb92556e053e9aee747230b9876b2af4dc0c6bc2b0b6e7daa374b8501799cacc531e715f38a8e7e245399956f49fc17cd
6
+ metadata.gz: 2a4dac5928783d076a61f2762e29d64cf8455be62ec7c625e5d9386eb536ccdf5bab79b410a22b84139a0c3014ed27e16fc99f90cf2e688c227537d8090c3842
7
+ data.tar.gz: 4a684dbe64963aa70df38f324a54c4c86cfdfa8a508b7bc3bc825c4a426783dd7fedf08b1f468463d223f3da0ed8bdd97a1ab5db37d116de9be8df3cda0ccf8c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.3.2](https://github.com/Gusto/apollo-federation-ruby/compare/v0.3.1...v0.3.2) (2019-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * run bundle-install before semantic-release ([2f60912](https://github.com/Gusto/apollo-federation-ruby/commit/2f60912))
7
+
1
8
  ## [0.3.1](https://github.com/Gusto/apollo-federation-ruby/compare/v0.3.0...v0.3.1) (2019-09-03)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApolloFederation
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noa Elad