dgraph 0.1.0 → 0.2.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
  SHA256:
3
- metadata.gz: 1fdd8b102063e8eb21e57d3d5ea3b9fc78acd4e0d2a626ad2719c49a857b646c
4
- data.tar.gz: 5d41c100df3a427eda24d841c4b8087700dd72d19bb83b8d30482671acda8615
3
+ metadata.gz: 3bbc8fa0936ee891daa9496da9852fbb010bd324d473b6fef5897cc844eab140
4
+ data.tar.gz: b617d580f6403c3a7874665b711ec1add6cbebb32a016e4c054bd313464c6e3c
5
5
  SHA512:
6
- metadata.gz: 61ac087090f855b5a79a618f05331c11dce2c585c2adeb09473e95a0e8d155c184902058b16e77c5aba57fe2bc769c0be8185a65d78af018c0241f49e9bb636d
7
- data.tar.gz: 7ccb14bb12dc90613352f9759bb662eb2e3749cc208cfa1512f435907d32234cfbfcd6c2b384c562b00973f2e31f5336c7dc6f3eee55f3e2f7d3bb3eec12afc5
6
+ metadata.gz: 43a2e9c913244d89741b3cfc3369ab2bf5f88f69d1791f83aa04d439a13156e2ec61361db4a88727d3c9cd9495fe4c5db7a325dee41ea2912a502af52e4bc487
7
+ data.tar.gz: 9a167c470940201e38f169c326789e1c5bc157f2b0b15af411c25192fba828de6ad7d64040c3aeacf6bd16f5334b2b541610143995f267b37653223d256ac602
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dgraph
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
data/lib/dgraph.rb CHANGED
@@ -15,6 +15,6 @@ module Dgraph
15
15
  end
16
16
 
17
17
  def self.stub
18
- @stub ||= Api::Dgraph::Stub.new('localhost:9080', :this_channel_is_insecure)
18
+ @stub ||= Api::Dgraph::Stub.new('0.0.0.0:9080', :this_channel_is_insecure)
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jihan Adel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-17 00:00:00.000000000 Z
11
+ date: 2019-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler