ruby_coincheck_client 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 +4 -4
- data/README.md +1 -1
- data/lib/ruby_coincheck_client/version.rb +1 -1
- data/ruby_coincheck_client.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c6a8970e4ee5a64020c66cce15698c827296cd5
|
|
4
|
+
data.tar.gz: f27c493f30e5672624823b0c9eeecf3e0b5ffed2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fddaabb35d8e7d3c8f7f261876fc56de09fd53299040897264df8ac98e56356b0740aeaa63e655716047fc54b35e19a6d45bb1221e53e637dc253b111e0772d
|
|
7
|
+
data.tar.gz: c8796ae008f766e9dfcf88d30dc09001c307edaefa700bdd2d44ac71bbd59e21f4ad4aca7a455296abe53f2290b6408572a3909104ada89b1a024a7fb72444f4
|
data/README.md
CHANGED
|
@@ -44,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
44
44
|
|
|
45
45
|
## Contributing
|
|
46
46
|
|
|
47
|
-
1. Fork it ( https://github.com/
|
|
47
|
+
1. Fork it ( https://github.com/yuma300/ruby_coincheck_client/fork )
|
|
48
48
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
49
49
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
50
50
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
@@ -6,11 +6,11 @@ require 'ruby_coincheck_client/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "ruby_coincheck_client"
|
|
8
8
|
spec.version = RubyCoincheckClient::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["coincheck"]
|
|
10
|
+
spec.email = ["info@coincheck.jp"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{This is ruby client of coincheck api}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/coincheckjp/ruby_coincheck_client"
|
|
14
14
|
|
|
15
15
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
16
16
|
# delete this section to allow pushing this gem to any host.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_coincheck_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- coincheck
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '0'
|
|
55
55
|
description:
|
|
56
56
|
email:
|
|
57
|
-
-
|
|
57
|
+
- info@coincheck.jp
|
|
58
58
|
executables: []
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lib/ruby_coincheck_client/coincheck_client.rb
|
|
72
72
|
- lib/ruby_coincheck_client/version.rb
|
|
73
73
|
- ruby_coincheck_client.gemspec
|
|
74
|
-
homepage: https://github.com/
|
|
74
|
+
homepage: https://github.com/coincheckjp/ruby_coincheck_client
|
|
75
75
|
licenses: []
|
|
76
76
|
metadata:
|
|
77
77
|
allowed_push_host: https://rubygems.org
|