apollo-tracing 1.2.1 → 1.3.0

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
  SHA1:
3
- metadata.gz: '09c8ada3cd780815c09e953e53fe147916776e1e'
4
- data.tar.gz: 3d1cc0695ad30887bed83f06ee6e3bc8dfc88c8b
3
+ metadata.gz: f642ccdc337b8af04807b5b5639cdc5f9ed12306
4
+ data.tar.gz: d6dfab7dd75326d9b15e8983c21f086daed276f3
5
5
  SHA512:
6
- metadata.gz: 6b91da4b77c82a39422815b9b9acf21b2fb12df2cfe89e386a799969fc7561c755a1e98d21fbd8388c5d81d0c1ff0e4ef0d9c8fd9f4e6b30b895c6f64013927b
7
- data.tar.gz: e700a20e5d08894792ad93cf7aba1a1898cbf91001cd90a3bfb1aefcc43bc44be9a95ab06e0e25e360fa066d6c3636e1ddf9e481a8074a232dfca5d20672723d
6
+ metadata.gz: b681d3c0857e78396bf44770a93d3a2110e0f497a0093a23ac830524a81b368f68d692d590164ba2e4525626b3c79a9d960e7bb01e2e65ee0557869d00c692f6
7
+ data.tar.gz: 8967d41fe8fb42d8f4db56d91b8bf3385d9f14da0248c70ecf514dec122d45514d76e2a06f1521c71049b650708e6d682fc726b4c1c0c5fdc0a6b82499a081cd
@@ -8,10 +8,14 @@ one of the following labels: `Added`, `Changed`, `Deprecated`,
8
8
  to manage the versions of this gem so
9
9
  that you can set version constraints properly.
10
10
 
11
- #### [Unreleased](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.2.1...HEAD)
11
+ #### [Unreleased](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.3.0...HEAD)
12
12
 
13
13
  * WIP
14
14
 
15
+ #### [v1.3.0](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.2.1...v1.3.0) – 2017-11-09
16
+
17
+ * `Changed`: Apollo Engine Proxy version to [2017.11-40-g9585bfc6](https://www.apollographql.com/docs/engine/proxy-release-notes.html#2017-11-40-g9585bfc6).
18
+
15
19
  #### [v1.2.1](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.2.0...v1.2.1) – 2017-10-26
16
20
 
17
21
  * `Fixed`: bump Apollo Engine Proxy version to [2017.10-425-gdd4873ae](https://www.apollographql.com/docs/engine/proxy-release-notes.html) to remove empty `operationName` and `extensions`.
data/Makefile CHANGED
@@ -1,4 +1,4 @@
1
- PROXY_VERSION := 2017.10-425-gdd4873ae
1
+ PROXY_VERSION := 2017.11-40-g9585bfc6
2
2
 
3
3
  download_binaries:
4
4
  curl -O https://registry.npmjs.org/apollo-engine-binary-darwin/-/apollo-engine-binary-darwin-0.$(PROXY_VERSION).tgz
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Apollo Tracing
2
2
 
3
3
  [![Build Status](https://travis-ci.org/uniiverse/apollo-tracing-ruby.svg?branch=master)](https://travis-ci.org/uniiverse/apollo-tracing-ruby)
4
+ [![Latest Version](https://img.shields.io/gem/v/apollo-tracing.svg)](https://rubygems.org/gems/apollo-tracing)
4
5
 
5
6
  Ruby implementation of [GraphQL](https://github.com/rmosolgo/graphql-ruby) trace data in the [Apollo Tracing](https://github.com/apollographql/apollo-tracing) format.
6
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ApolloTracing
4
- VERSION = "1.2.1"
4
+ VERSION = "1.3.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reginald Suh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-10-26 00:00:00.000000000 Z
12
+ date: 2017-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql