libra_client 0.1.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.
metadata ADDED
@@ -0,0 +1,143 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: libra_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - yuan xinyu
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: minitest
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '5.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '5.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: grpc
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.23'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.23'
69
+ description: A ruby client for Libra network.
70
+ email:
71
+ - yuanxinyu.hangzhou@gmail.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - ".gitignore"
77
+ - ".travis.yml"
78
+ - CODE_OF_CONDUCT.md
79
+ - Gemfile
80
+ - Gemfile.lock
81
+ - LICENSE.txt
82
+ - README.md
83
+ - Rakefile
84
+ - bin/console
85
+ - bin/setup
86
+ - gen_proto.sh
87
+ - lib/libra_client.rb
88
+ - lib/libra_client/version.rb
89
+ - libra_client.gemspec
90
+ - proto-lib/access_path_pb.rb
91
+ - proto-lib/account_state_blob_pb.rb
92
+ - proto-lib/admission_control_pb.rb
93
+ - proto-lib/admission_control_services_pb.rb
94
+ - proto-lib/events_pb.rb
95
+ - proto-lib/get_with_proof_pb.rb
96
+ - proto-lib/ledger_info_pb.rb
97
+ - proto-lib/mempool_status_pb.rb
98
+ - proto-lib/proof_pb.rb
99
+ - proto-lib/transaction_info_pb.rb
100
+ - proto-lib/transaction_pb.rb
101
+ - proto-lib/validator_change_pb.rb
102
+ - proto-lib/vm_errors_pb.rb
103
+ - protos/access_path.proto
104
+ - protos/account_state_blob.proto
105
+ - protos/admission_control.proto
106
+ - protos/events.proto
107
+ - protos/get_with_proof.proto
108
+ - protos/ledger_info.proto
109
+ - protos/mempool_status.proto
110
+ - protos/proof.proto
111
+ - protos/transaction.proto
112
+ - protos/transaction_info.proto
113
+ - protos/validator_change.proto
114
+ - protos/vm_errors.proto
115
+ homepage: https://github.com/yuanxinyu/libra_client.git
116
+ licenses:
117
+ - MIT
118
+ metadata:
119
+ allowed_push_host: https://rubygems.org
120
+ homepage_uri: https://github.com/yuanxinyu/libra_client.git
121
+ source_code_uri: https://github.com/yuanxinyu/libra_client.git
122
+ changelog_uri: https://github.com/yuanxinyu/libra_client.git
123
+ post_install_message:
124
+ rdoc_options: []
125
+ require_paths:
126
+ - lib
127
+ required_ruby_version: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ required_rubygems_version: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - ">="
135
+ - !ruby/object:Gem::Version
136
+ version: '0'
137
+ requirements: []
138
+ rubyforge_project:
139
+ rubygems_version: 2.7.7
140
+ signing_key:
141
+ specification_version: 4
142
+ summary: A ruby client for Libra network.
143
+ test_files: []