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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/wcx.rb +1 -1
  3. data/lib/wcx/version.rb +1 -1
  4. data/wcx.gemspec +3 -3
  5. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fa347c62665c295a26ef030a40d21194d17aa2e
4
- data.tar.gz: 629bd1966546c7b9d8e45e2f11347e4ec34f65de
3
+ metadata.gz: efb39d6ac21f9278cb8d7dab9d8bbdf97fbd4734
4
+ data.tar.gz: 6df0614141ac5b4746d507dae740f4e4a2ce1bb2
5
5
  SHA512:
6
- metadata.gz: fb01cdfb987dad3eea997fa527c06b7f3a9e40b082cffc1793a70f8b068d3dc48c842ce308048283492c8ad67b219538bb27e5414487fd7edd176f0bbd8f17da
7
- data.tar.gz: 055aaf5490b7995f87f21bcc58b7876eaeff38895fa5a69134e922a0421daa0fad43508e31eab6303ebf1af5190c02221faf770ffc46595f63be51d8fd5e1bb7
6
+ metadata.gz: a3a06781c46dd58b36f2fd308d6bfea5329c606b973001bfcf27ad917631d033db438ff215bd140b954dd65197c9b036084f09ccc6e51aa17dfb04b201f9f9ca
7
+ data.tar.gz: 37dabdeb05223cb99cb5348682aa20dc9ebe23eccff0bc2ac5224b02304312b42a578317d73e69f68a24c7fd2bbba2f76eb735dac3890f8210d945739e741264
data/lib/wcx.rb CHANGED
@@ -6,7 +6,7 @@ require 'base64'
6
6
 
7
7
  module Wcx
8
8
  @api_key = nil
9
- @base_url = "https://beta.wcx.io/api/VERSION/API_CALL?api_key="
9
+ @base_url = "https://wcx.io/api/VERSION/API_CALL?api_key="
10
10
  @secret = nil
11
11
  @encryptionKey = nil
12
12
  @conn_pool = nil
@@ -1,3 +1,3 @@
1
1
  module Wcx
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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 Bitcoin wallet API by CryptoWallet. Sign up required at cryptowallet.com.}
13
- spec.description = %q{This Ruby Gem is the official reference client for the CryptoWallet.com payments API. To use this, you will need the Bitcoin API key from cryptowallet.com. Go ahead, sign up :)}
14
- spec.homepage = "http://cryptowallet.osizdemos.com/merchant-tools-api"
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.2
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: 2017-12-04 00:00:00.000000000 Z
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 CryptoWallet.com
116
- payments API. To use this, you will need the Bitcoin API key from cryptowallet.com.
117
- Go ahead, sign up :)
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: http://cryptowallet.osizdemos.com/merchant-tools-api
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 Bitcoin wallet API by CryptoWallet. Sign up required at cryptowallet.com.
160
+ summary: An easy to use cryptocoin wallet API by wcx.io. Sign up required at wcx.io.
161
161
  test_files: []