libra_client 0.1.3 → 0.1.5
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 +4 -4
- data/lib/libra/version.rb +1 -1
- data/libra_client.gemspec +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83eed0c1134b737c7fa62a47f11b05d3e8f6c7a0d2dee5a7fd0c3e71faa73417
|
|
4
|
+
data.tar.gz: c9231fa2e7152484c2f29626885a6c411f9b4a30daa7c19786abbd919f754ba4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc7b456259146b913abfd0d4acf8df67ede3d88e6f74ce5795ecf8d8c17280cc0ca310f4dc1b585dba513ec66b24cd6d27497d1ec72b969255eaeb7020e8259f
|
|
7
|
+
data.tar.gz: 638277594c0c240de58524c6f3222bccfbc627cd4e688a2c3a1ed722ce759c6b61be3d25dfb37b1bfcbba459e0d32d1253e7e1b6c065a938f88fede4ce40c5aa
|
data/lib/libra/version.rb
CHANGED
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/
|
|
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/
|
|
24
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
|
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.
|
|
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-
|
|
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/
|
|
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/
|
|
169
|
-
source_code_uri: https://github.com/
|
|
170
|
-
changelog_uri: https://github.com/
|
|
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:
|