libra_client 0.1.3 → 0.1.5

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: 589f70194d44d82434013d5d4469f69a947c67190ae78bd68cc7b3960f5bb8b4
4
- data.tar.gz: a94e79ed350ca47b747e2c2c31a3aa6eb1fbf9f828bd890844c92474d2d72842
3
+ metadata.gz: 83eed0c1134b737c7fa62a47f11b05d3e8f6c7a0d2dee5a7fd0c3e71faa73417
4
+ data.tar.gz: c9231fa2e7152484c2f29626885a6c411f9b4a30daa7c19786abbd919f754ba4
5
5
  SHA512:
6
- metadata.gz: 3642745ef336f66acf064ea77f7e3027ce0302a247101fa5ff6b1aa229a100a65db311123eb163d09468b42f230c128706688bd8a0a6cb2deb238fadedfd15e1
7
- data.tar.gz: b7b53603586cbc630830cd072ef9d2a7ba22446502c06636f3a57c5ba8dc01c509c1287a443a8d9025cdda794392a3b109f51dd69ade9c97213436119dbfa4fb
6
+ metadata.gz: dc7b456259146b913abfd0d4acf8df67ede3d88e6f74ce5795ecf8d8c17280cc0ca310f4dc1b585dba513ec66b24cd6d27497d1ec72b969255eaeb7020e8259f
7
+ data.tar.gz: 638277594c0c240de58524c6f3222bccfbc627cd4e688a2c3a1ed722ce759c6b61be3d25dfb37b1bfcbba459e0d32d1253e7e1b6c065a938f88fede4ce40c5aa
data/lib/libra/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Libra
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
data/libra_client.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{A ruby client for Libra network.}
13
13
  spec.description = %q{A ruby client for Libra network.}
14
- spec.homepage = "https://github.com/yuanxinyu/libra_client.git"
14
+ spec.homepage = "https://github.com/yuan-xy/libra_client_ruby.git"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
20
20
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
21
 
22
22
  spec.metadata["homepage_uri"] = spec.homepage
23
- spec.metadata["source_code_uri"] = "https://github.com/yuanxinyu/libra_client.git"
24
- spec.metadata["changelog_uri"] = "https://github.com/yuanxinyu/libra_client.git"
23
+ spec.metadata["source_code_uri"] = "https://github.com/yuan-xy/libra_client_ruby.git"
24
+ spec.metadata["changelog_uri"] = "https://github.com/yuan-xy/libra_client_ruby.git"
25
25
  else
26
26
  raise "RubyGems 2.0 or newer is required to protect against " \
27
27
  "public gem pushes."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libra_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - yuan xinyu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-02 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -160,14 +160,14 @@ files:
160
160
  - protos/transaction_info.proto
161
161
  - protos/validator_change.proto
162
162
  - protos/vm_errors.proto
163
- homepage: https://github.com/yuanxinyu/libra_client.git
163
+ homepage: https://github.com/yuan-xy/libra_client_ruby.git
164
164
  licenses:
165
165
  - MIT
166
166
  metadata:
167
167
  allowed_push_host: https://rubygems.org
168
- homepage_uri: https://github.com/yuanxinyu/libra_client.git
169
- source_code_uri: https://github.com/yuanxinyu/libra_client.git
170
- changelog_uri: https://github.com/yuanxinyu/libra_client.git
168
+ homepage_uri: https://github.com/yuan-xy/libra_client_ruby.git
169
+ source_code_uri: https://github.com/yuan-xy/libra_client_ruby.git
170
+ changelog_uri: https://github.com/yuan-xy/libra_client_ruby.git
171
171
  post_install_message:
172
172
  rdoc_options: []
173
173
  require_paths: