gmo_coin 0.1.0 → 0.1.1
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/.gitignore +3 -0
- data/CONTRIBUTING.md +5 -0
- data/lib/gmo_coin/version.rb +1 -1
- data/sample.rb +7 -0
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb492ff154bc07e3e8820b4cacb80d1822e65d986e6175a70ba28dfa3b8637e3
|
|
4
|
+
data.tar.gz: 10d79a02d6148e84b0e8cdd75ab8f50de27b048f8a38f64735e3e18e9afc430f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 055c0945774f4e34e608fd52c8735f6ae3e0512dd9239175f5d546a109854d81f1fcf2451d9bb9e81538bd2289eb89ed1643e9a9b7ec9d6c012012a8dbb304dd
|
|
7
|
+
data.tar.gz: b9fb4464cd640f9fa8813b302a092345034284bec5750378f100cec7ebaa3daedf488c852cc66de0ac7871e784ae86df98a29738181e930e03fe53c6a194a141
|
data/.gitignore
CHANGED
data/CONTRIBUTING.md
ADDED
data/lib/gmo_coin/version.rb
CHANGED
data/sample.rb
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gmo_coin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- akiraNuma
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -89,6 +89,7 @@ extra_rdoc_files: []
|
|
|
89
89
|
files:
|
|
90
90
|
- ".gitignore"
|
|
91
91
|
- ".rspec"
|
|
92
|
+
- CONTRIBUTING.md
|
|
92
93
|
- Gemfile
|
|
93
94
|
- LICENSE.txt
|
|
94
95
|
- README.md
|
|
@@ -100,12 +101,13 @@ files:
|
|
|
100
101
|
- lib/gmo_coin/client.rb
|
|
101
102
|
- lib/gmo_coin/config.rb
|
|
102
103
|
- lib/gmo_coin/version.rb
|
|
104
|
+
- sample.rb
|
|
103
105
|
homepage: https://github.com/akiraNuma/gmo_coin
|
|
104
106
|
licenses:
|
|
105
107
|
- MIT
|
|
106
108
|
metadata:
|
|
107
109
|
allowed_push_host: https://rubygems.org
|
|
108
|
-
post_install_message:
|
|
110
|
+
post_install_message:
|
|
109
111
|
rdoc_options: []
|
|
110
112
|
require_paths:
|
|
111
113
|
- lib
|
|
@@ -120,8 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
122
|
- !ruby/object:Gem::Version
|
|
121
123
|
version: '0'
|
|
122
124
|
requirements: []
|
|
123
|
-
rubygems_version: 3.
|
|
124
|
-
signing_key:
|
|
125
|
+
rubygems_version: 3.3.7
|
|
126
|
+
signing_key:
|
|
125
127
|
specification_version: 4
|
|
126
128
|
summary: API wrapper for GMO Coin.
|
|
127
129
|
test_files: []
|