cronos_chain 0.1.2 → 0.1.3

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: c17774b2a384d6636ec9971db021af64f2899740a7c7fd5dceef99faea8c931c
4
- data.tar.gz: 354041907741e94f959936ac14c771578aeaa73376a70f2f2f29312f67268326
3
+ metadata.gz: 4698f9db95ef675a240646b2a754961aa3f37921a99a59514b8fcb6f3592ac05
4
+ data.tar.gz: f3f8735f5f2f47a08d5d6eae34f081ab99289c44a55b700fc5940a92054da486
5
5
  SHA512:
6
- metadata.gz: 5eb12fbd1676b4edb21ba3a8df3237d417d7b823dee2cb7df263741e795b1a6110229b592ecc7e1c2815508ea27cc41aa9585d864ed55e6c0c694fe053c77dbd
7
- data.tar.gz: d41df6b46af951496721c54f0907998f92b62ab4c9e2c8031e6101b35e61860ff216008027ca4f368866c56b0d6c43e6f129e691ffb60baf864941c758cda6c5
6
+ metadata.gz: d44b109acda0eef4167fecb93bd3717d52ee70f2776449804f0d5693e2071adf37d45bc4f926775b489293d969981c6b5c62ce2af37333cc554ca3f6adf6dead
7
+ data.tar.gz: f1091bd8da88bcfa053ce67a56af9f2cbaa204696c0b20eba3324f364464ab0fdf22401164701f52b0079fe571bccd63ee36a2e3d7b3db4e59b7a5d370d3241d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cronos_chain (0.1.2)
4
+ cronos_chain (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/cronos_chain.gemspec CHANGED
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Write a short summary, because RubyGems requires one."
12
12
  spec.description = "Write a longer description or delete this line."
13
- spec.homepage = 'https://rubygems.org/gems/cronos_chain'
13
+ spec.homepage = 'https://github.com/menghuanwd/cronos_chain'
14
14
  spec.required_ruby_version = ">= 2.4.0"
15
15
 
16
16
  spec.metadata["allowed_push_host"] = 'https://rubygems.org'
17
17
 
18
- # spec.metadata["homepage_uri"] = 'https://rubygems.org/gems/cronos_chain'
18
+ spec.metadata["homepage_uri"] = 'https://github.com/menghuanwd/cronos_chain'
19
19
  # spec.metadata["source_code_uri"] = 'https://github.com/menghuanwd/cronos_chain'
20
20
  # spec.metadata["changelog_uri"] = 'https://github.com/menghuanwd/cronos_chain'
21
21
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CronosChain
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronos_chain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - menghuanwd
@@ -26,10 +26,11 @@ files:
26
26
  - cronos_chain.gemspec
27
27
  - lib/cronos_chain.rb
28
28
  - lib/cronos_chain/version.rb
29
- homepage: https://rubygems.org/gems/cronos_chain
29
+ homepage: https://github.com/menghuanwd/cronos_chain
30
30
  licenses: []
31
31
  metadata:
32
32
  allowed_push_host: https://rubygems.org
33
+ homepage_uri: https://github.com/menghuanwd/cronos_chain
33
34
  post_install_message:
34
35
  rdoc_options: []
35
36
  require_paths: