wcx 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/lib/wcx.rb +1 -1
- data/lib/wcx/version.rb +1 -1
- data/wcx.gemspec +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efb39d6ac21f9278cb8d7dab9d8bbdf97fbd4734
|
|
4
|
+
data.tar.gz: 6df0614141ac5b4746d507dae740f4e4a2ce1bb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3a06781c46dd58b36f2fd308d6bfea5329c606b973001bfcf27ad917631d033db438ff215bd140b954dd65197c9b036084f09ccc6e51aa17dfb04b201f9f9ca
|
|
7
|
+
data.tar.gz: 37dabdeb05223cb99cb5348682aa20dc9ebe23eccff0bc2ac5224b02304312b42a578317d73e69f68a24c7fd2bbba2f76eb735dac3890f8210d945739e741264
|
data/lib/wcx.rb
CHANGED
data/lib/wcx/version.rb
CHANGED
data/wcx.gemspec
CHANGED
|
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["veerasarma"]
|
|
10
10
|
spec.email = ["veerasarma@osiztechnologies.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{An easy to use
|
|
13
|
-
spec.description = %q{This Ruby Gem is the official reference client for the
|
|
14
|
-
spec.homepage = "
|
|
12
|
+
spec.summary = %q{An easy to use cryptocoin wallet API by wcx.io. Sign up required at wcx.io.}
|
|
13
|
+
spec.description = %q{This Ruby Gem is the official reference client for the wcx.io payments API. To use this, you will need the cryptocurrency API key from wcx.io. Go ahead, sign up :)}
|
|
14
|
+
spec.homepage = "https://wcx.io"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wcx
|
|
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
|
- veerasarma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,9 +112,9 @@ dependencies:
|
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: 2.0.0
|
|
115
|
-
description: This Ruby Gem is the official reference client for the
|
|
116
|
-
|
|
117
|
-
|
|
115
|
+
description: This Ruby Gem is the official reference client for the wcx.io payments
|
|
116
|
+
API. To use this, you will need the cryptocurrency API key from wcx.io. Go ahead,
|
|
117
|
+
sign up :)
|
|
118
118
|
email:
|
|
119
119
|
- veerasarma@osiztechnologies.com
|
|
120
120
|
executables: []
|
|
@@ -134,7 +134,7 @@ files:
|
|
|
134
134
|
- lib/wcx.rb
|
|
135
135
|
- lib/wcx/version.rb
|
|
136
136
|
- wcx.gemspec
|
|
137
|
-
homepage:
|
|
137
|
+
homepage: https://wcx.io
|
|
138
138
|
licenses:
|
|
139
139
|
- MIT
|
|
140
140
|
metadata: {}
|
|
@@ -157,5 +157,5 @@ rubyforge_project:
|
|
|
157
157
|
rubygems_version: 2.5.1
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
|
-
summary: An easy to use
|
|
160
|
+
summary: An easy to use cryptocoin wallet API by wcx.io. Sign up required at wcx.io.
|
|
161
161
|
test_files: []
|