razrbit 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d168b00b2414dbdb937643850e9871e22b523e7
4
- data.tar.gz: b99b6b05cc8a5f4bd5092fddb55ddda3b1c3926d
3
+ metadata.gz: 3a1b83d51347a9910bd3cdff7089d33eb8e7f059
4
+ data.tar.gz: bb19459f48292bd0bfd17e79305e3522aee0ec7e
5
5
  SHA512:
6
- metadata.gz: c3ee19732256b10b46da4da996195dc738c205720174ae6fbeaa55e685bd2e7a2fa2409d8e83ea8f0614d45fe36696853de9b9b68be80f52fbbffc91cde6a37c
7
- data.tar.gz: 18888cda060b16147e0c56194084ab4860c45f9ce988ff14a2054fe1300d3c62f89212bc34008992b2d2c4a7f2d835809d96ba510fff1b152eec8d3bcac43917
6
+ metadata.gz: 0965fd312768ee7ce9806976acb892a56c899203cfa2c876cc8dbb0f8cf20772d4a5801a30fe51538b6bc22156c1c767fc3ab967e3030abbde885dc96aa94e67
7
+ data.tar.gz: bc72a612e1825eaa4be6e412add9cba6caa803a0c8a6809fc4ff3d43741d53a4fbe9b563b66978946e6c82e8d0ea34f3082957399eef37f39aa2b87dad5da78f
data/README.md CHANGED
@@ -1,12 +1,13 @@
1
- <img src="http://cdn.luxstack.com/assets/razrbit-github-banner-dark-beta.png" style="width:100%"/>
1
+ <img src="http://cdn.luxstack.com/assets/luxstack-logo-dark.png" style="width:100%"/>
2
2
 
3
3
  Official SDKs:
4
+ [Android](https://github.com/LUXSTACK/razrbit-sdk-android) |
4
5
  [iOS](https://github.com/LUXSTACK/razrbit-sdk-ios) |
5
6
  [Javascript](https://github.com/LUXSTACK/razrbit-sdk-javascript) |
6
7
  [PHP](https://github.com/LUXSTACK/razrbit-sdk-php) |
7
8
  Ruby
8
9
 
9
- **[Razrbit](https://www.razrbit.com) is a powerful API that helps developers quickly build and manage Bitcoin applications without creating and maintaining complicated block chain infrastructure.**
10
+ **[LUXSTACK](https://luxstack.com) Bitcoin Platform and SDKs build, test and scale bitcoin apps faster. Plug in our powerful SDKs to supercharge your bitcoin toolbox.**
10
11
 
11
12
  # Razrbit SDK for Ruby (Beta)
12
13
 
@@ -225,29 +226,11 @@ Feel free to request a feature and make suggestions for our [product team](mailt
225
226
 
226
227
  # License
227
228
 
228
- The MIT License (MIT)
229
+ **Code released under [the MIT license](https://github.com/LUXSTACK/razrbit-sdk-ruby/blob/master/LICENSE).**
229
230
 
230
- Copyright (c) 2014 LUXSTACK Inc.
231
+ Copyright 2012-2014 LUXSTACK Inc. Razrbit is a trademark maintained by LUXSTACK Inc.
231
232
 
232
- Permission is hereby granted, free of charge, to any person obtaining a copy
233
- of this software and associated documentation files (the "Software"), to deal
234
- in the Software without restriction, including without limitation the rights
235
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
236
- copies of the Software, and to permit persons to whom the Software is
237
- furnished to do so, subject to the following conditions:
238
-
239
- The above copyright notice and this permission notice shall be included in
240
- all copies or substantial portions of the Software.
241
-
242
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
246
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
247
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
248
- THE SOFTWARE.
249
-
250
- # Official Razrbit SDKs for other platforms
233
+ # LUXSTACK Bitcoin SDKs for other platforms
251
234
 
252
235
  * [Android](https://github.com/LUXSTACK/razrbit-sdk-android)
253
236
  * [iOS](https://github.com/LUXSTACK/razrbit-sdk-ios)
@@ -13,7 +13,7 @@ module Razrbit
13
13
  protected
14
14
 
15
15
  def create_uri(endpoint)
16
- site = 'https://api.razrbit.com/api/v1/'
16
+ site = 'https://api.luxstack.com/api/v1/'
17
17
  uri = URI.join(site, endpoint)
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module Razrbit
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: razrbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - LUXSTACK
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -118,5 +118,5 @@ rubyforge_project:
118
118
  rubygems_version: 2.4.1
119
119
  signing_key:
120
120
  specification_version: 4
121
- summary: Razrbit
121
+ summary: Razrbit allows access to the REST services offered by LUXSTACK.
122
122
  test_files: []