ruby_coincheck_client 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64c93878095d3c9a1f9cac4b86a06cba1deb9750
4
- data.tar.gz: 461bd799fff2ecffb8bba89b1fcbec4d8a3f6c7f
3
+ metadata.gz: 2c6a8970e4ee5a64020c66cce15698c827296cd5
4
+ data.tar.gz: f27c493f30e5672624823b0c9eeecf3e0b5ffed2
5
5
  SHA512:
6
- metadata.gz: eebc3513b1737345e15a5664bfba08bacf782cf0614fcfb1c9e0c7a6545cf8e148e21ae9f8182bf4c115a15681341caab95c076a4f99512bee302cec1de94a67
7
- data.tar.gz: 94af1358778dee02bf1f36189e6a6abf4bd7643261115bbf236159b5b61bfc6f321ddf9bc027250919260e43f67dd3871819cf7cee0dc56002d49c34da94666e
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/[my-github-username]/ruby_coincheck_client/fork )
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`)
@@ -1,3 +1,3 @@
1
1
  module RubyCoincheckClient
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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 = ["yuma300"]
10
- spec.email = ["ywakimoto2s@gmail.com"]
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/yuma300/ruby-ripple-rest"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - yuma300
7
+ - coincheck
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-07 00:00:00.000000000 Z
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
- - ywakimoto2s@gmail.com
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/yuma300/ruby-ripple-rest
74
+ homepage: https://github.com/coincheckjp/ruby_coincheck_client
75
75
  licenses: []
76
76
  metadata:
77
77
  allowed_push_host: https://rubygems.org