graphql_grpc 0.1.0 → 0.1.1

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: 327fc5da0a1c09984847c533c6a0013b6452c9477ef4e61f665f93b1614d7052
4
- data.tar.gz: 4edee786627cdde0bb952d47f298cf00ecdd549d33cf91c2b796e6e8ef7dc840
3
+ metadata.gz: 158e30253a0e941f7b730b0739e5c1fb671e5e18489ea42092b5cdd58b851837
4
+ data.tar.gz: 7018ba7e55e00652a0b0cb178dbfa01f3d9575ddc60c00e557d7107403bf7bbc
5
5
  SHA512:
6
- metadata.gz: bc54e9263b7250e29579ed6608631ed9230a897060d4b07f4a70e9551ee10db7c210919c14904f398010fa19ecbdc7ca9f80745c86544cad9171e6f8f692f9ce
7
- data.tar.gz: ef4160c62f28dfcf83aaab13ac5987e96a191a517b624271bee83aae204143e5d7043a829799d17c95d16444cdb884010bde6a441431c235cf2863c0cbd14926
6
+ metadata.gz: 9b5f07c0bbfd395ca72c46915e365cc52aaf57b344a79ba22cc7bd887d64e6e9cd6bbf3eb4dba4cff7bc327591be8227c4e936bee48e609b1822e9b14aef5907
7
+ data.tar.gz: 9ee2649721eb890e078d02ad91bdcea1153dd136b76b002b4aa28e1e474b569d4247c8fce3df41e415d8005e27f8c6a48f1db53ad15014d506a3f9bf67eb16ec
data/Gemfile CHANGED
@@ -1,2 +1,6 @@
1
+ source 'https://rubygems.org'
2
+
3
+ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4
+
1
5
  # Specify your gem's dependencies in graphql_grpc.gemspec
2
6
  gemspec
data/Gemfile.lock CHANGED
@@ -1,12 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql_grpc (0.1.0)
4
+ graphql_grpc (0.1.1)
5
5
  activesupport
6
6
  graphql
7
7
  grpc
8
8
 
9
9
  GEM
10
+ remote: https://rubygems.org/
10
11
  specs:
11
12
  activesupport (5.2.1)
12
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -18,7 +19,7 @@ GEM
18
19
  ast (2.4.0)
19
20
  bombshell (0.1.6)
20
21
  coderay (1.1.2)
21
- concurrent-ruby (1.1.1)
22
+ concurrent-ruby (1.1.2)
22
23
  diff-lcs (1.3)
23
24
  ffi (1.9.25)
24
25
  formatador (0.2.5)
@@ -1,3 +1,3 @@
1
1
  module GraphqlGrpc
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql_grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zane Claes