cronos_explorer 0.1.1 → 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: 1fdd494b546057162a0b2a219bb3c4d3c6dfce2621f13dd3af7ff29b5b07835c
4
- data.tar.gz: cfe311b6ec6fdd9a05563d04d8fc69c217539bdaa687975a3e40ba83143e93c6
3
+ metadata.gz: 79c4ae9221343ccb2c32c3ca7f0e4f1f8145a040d4fd4e34ee83980238a808a6
4
+ data.tar.gz: 379356bf6e5a28cbc5379d8d0abe77f94e1a25976f145ba7ff2b895a7d663c7d
5
5
  SHA512:
6
- metadata.gz: aa6106ea7635a3eef0b5eb0de642ceb62603975ed60212f3146c026def0ecc95a3451974cf243056bd2c0f393a206fbd50867c077e5b8eacf07f5c6beecf8753
7
- data.tar.gz: 32d600c443a866ef5779984d6926ed2243feb5eac5ce535616e13b4769b7ffc5dbc68bfdbbe937239ef034fab89900ff1784e51250551418fb787e669e5bf634
6
+ metadata.gz: 257561ff4d9be691802b4bdae9e23ba1271c2afd479cac55cfb0b8ef337c3b3191f4b554b7b79ed64ba8c71a939d15ad9fb96281e8ec2b2a85a58adf77f63cfa
7
+ data.tar.gz: 555152d9efcb316558bc447a5b581c9fcce38bed81db49df0b45ed099318e1d2980f0476e7c2ba229dcc9168678bce91e28b47972b1ca88630c4d9a11dc7685e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cronos_explorer (0.1.1)
4
+ cronos_explorer (0.2.0)
5
5
  faraday (~> 2.0)
6
6
  oj (~> 3.0)
7
7
 
@@ -19,6 +19,7 @@ GEM
19
19
 
20
20
  PLATFORMS
21
21
  x86_64-darwin-19
22
+ x86_64-darwin-20
22
23
 
23
24
  DEPENDENCIES
24
25
  bundler (~> 2.0)
data/README.md CHANGED
@@ -55,4 +55,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
55
55
 
56
56
  ## Contributing
57
57
 
58
- Bug reports and pull requests are welcome on GitHub at https://github.com/menghuanwd/cronos_explorer.
58
+ Bug reports and pull requests are welcome on GitHub at https://github.com/gu-dave/cronos_explorer.
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CronosExplorer
4
- VERSION = "0.1.1"
4
+ VERSION = "0.2.0"
5
5
  end
6
-
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronos_explorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - menghuanwd
7
+ - dave
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -80,9 +80,9 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '5.0'
83
- description: An unofficial simple gem For Cronos Chain API
83
+ description: An unofficial simple gem For Cronos Chain Explorer API
84
84
  email:
85
- - 651019063@qq.com
85
+ - dave.gu@crypto.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
@@ -93,7 +93,6 @@ files:
93
93
  - Rakefile
94
94
  - bin/console
95
95
  - bin/setup
96
- - cronos_explorer.gemspec
97
96
  - lib/cronos_explorer.rb
98
97
  - lib/cronos_explorer/accounts.rb
99
98
  - lib/cronos_explorer/blocks.rb
@@ -102,11 +101,11 @@ files:
102
101
  - lib/cronos_explorer/tokens.rb
103
102
  - lib/cronos_explorer/transactions.rb
104
103
  - lib/cronos_explorer/version.rb
105
- homepage: https://github.com/menghuanwd/cronos_explorer
104
+ homepage: https://github.com/gu-dave/cronos_explorer
106
105
  licenses: []
107
106
  metadata:
108
107
  allowed_push_host: https://rubygems.org
109
- homepage_uri: https://github.com/menghuanwd/cronos_explorer
108
+ homepage_uri: https://github.com/gu-dave/cronos_explorer
110
109
  post_install_message:
111
110
  rdoc_options: []
112
111
  require_paths:
@@ -122,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
121
  - !ruby/object:Gem::Version
123
122
  version: '0'
124
123
  requirements: []
125
- rubygems_version: 3.0.6
124
+ rubygems_version: 3.0.3
126
125
  signing_key:
127
126
  specification_version: 4
128
127
  summary: A Ruby Gem For Cronos Chain
@@ -1,43 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "lib/cronos_explorer/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "cronos_explorer"
7
- spec.version = CronosExplorer::VERSION
8
- spec.authors = ["menghuanwd"]
9
- spec.email = ["651019063@qq.com"]
10
-
11
- spec.summary = "A Ruby Gem For Cronos Chain"
12
- spec.description = "An unofficial simple gem For Cronos Chain API"
13
- spec.homepage = 'https://github.com/menghuanwd/cronos_explorer'
14
- spec.required_ruby_version = ">= 2.4.0"
15
-
16
- spec.metadata["allowed_push_host"] = 'https://rubygems.org'
17
-
18
- spec.metadata["homepage_uri"] = 'https://github.com/menghuanwd/cronos_explorer'
19
-
20
- # Specify which files should be added to the gem when it is released.
21
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
- `git ls-files -z`.split("\x0").reject do |f|
24
- (f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
25
- end
26
- end
27
- spec.bindir = "exe"
28
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
29
- spec.require_paths = ["lib"]
30
-
31
- spec.add_dependency "faraday", "~> 2.0"
32
- spec.add_dependency "oj", "~> 3.0"
33
-
34
- spec.add_development_dependency "bundler", "~> 2.0"
35
- spec.add_development_dependency "rake", "~> 10.0"
36
- spec.add_development_dependency "minitest", "~> 5.0"
37
-
38
- # Uncomment to register a new dependency of your gem
39
- # spec.add_dependency "example-gem", "~> 1.0"
40
-
41
- # For more information and examples about making a new gem, checkout our
42
- # guide at: https://bundler.io/guides/creating_gem.html
43
- end