klaytn 0.0.6 → 0.0.7

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: 0dec6943938729d65688cbd1d882bcc2182e781cd8b46d9c22f79a44b5127f17
4
- data.tar.gz: d1aa23cc952ad999dc05bd985128655538c8bccc07747ed6599a86ca31226f6d
3
+ metadata.gz: 50c121f73a117ce320b51711e4e8e46cfbc2150598abb0c6ca2052b7c21b8aad
4
+ data.tar.gz: c89c246919725c7ad34ca11e0e48a25f11b9b52592469b78e61c94f5685107a5
5
5
  SHA512:
6
- metadata.gz: 2fd9cba07b61725cf29176063a047623b0aa966122666ed953be25059bd69458674e0b2f93e1e0e03c80bb01e6d17debb2d66da61d083712bbd587401bf25c25
7
- data.tar.gz: b53448b7d3420631bed84bb1716b22347973bda268942feed63e9d03c0a65b521400a3229034445c2f595f8e2085a012ea6e851da0a9ce8adddeda9b8d34a808
6
+ metadata.gz: c75da347b268c6bfd60898c8b87801e1bf6a9b4cbb12dbcc56bc36574ece135615180c0fbdc81401c285b3ef20155602eab1d996b0ca6d39f56b92cef6262d4d
7
+ data.tar.gz: 64e87aa587720212bf30885c46e12c723e19cd6fa7d44fe3c712226a6d576c0c88adf96a89b20319da937d688c859e2d76be800461490b092637292d703e7d67
data/klaytn.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.description = %q{Interact with transactions, smart contracts, and NFTs on the Klaytn blockchain in pure Ruby.}
11
11
  spec.homepage = "https://github.com/OojuTeam/klaytn-ruby"
12
12
  spec.license = "MIT"
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.0.2")
14
14
 
15
15
  if spec.respond_to?(:metadata)
16
16
  spec.metadata['allowed_push_host'] = "https://rubygems.org"
@@ -1,3 +1,3 @@
1
1
  module Klaytn
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klaytn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Kulp
@@ -100,7 +100,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 2.3.0
103
+ version: 3.0.2
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="