blockr-ruby 0.0.5 → 0.0.6
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/.gitignore +1 -0
- data/blockr-ruby.gemspec +1 -1
- data/blockr.sublime-project +12 -0
- data/lib/blockr/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a764610260f8d1bcee2ca73aaf71401116323269
|
|
4
|
+
data.tar.gz: 3d70326a96704e7949a3157bb3d2cf17611f2f3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce7758d94f2fd36e4279f15054913213dc4786e65ce99c1f6121bd9250c6eaa223b103e58f90655a1dda275a0e67b954bbf56e9415d3428c42928a3754eedeaa
|
|
7
|
+
data.tar.gz: 3fe5c24a40ae784dd04601c66afc3b8c57b926e38876edc4046fc32c1bd1820df5e1975fc3b94852dab5c7e765cbfdc2566077ecb5de39d4ddd810db2ea3a9af
|
data/.gitignore
CHANGED
data/blockr-ruby.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['genmadrid@gmail.com']
|
|
11
11
|
spec.summary = %q{Ruby SDK for Blockr.io}
|
|
12
12
|
spec.description = %q{Ruby SDK for Blockr.io API}
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
13
|
+
spec.homepage = 'https://github.com/coincovemx/blockr-ruby'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/blockr/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blockr-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Genaro Madrid
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -130,12 +130,13 @@ files:
|
|
|
130
130
|
- README.md
|
|
131
131
|
- Rakefile
|
|
132
132
|
- blockr-ruby.gemspec
|
|
133
|
+
- blockr.sublime-project
|
|
133
134
|
- bump
|
|
134
135
|
- lib/blockr.rb
|
|
135
136
|
- lib/blockr/api.rb
|
|
136
137
|
- lib/blockr/connection.rb
|
|
137
138
|
- lib/blockr/version.rb
|
|
138
|
-
homepage: https://github.com/
|
|
139
|
+
homepage: https://github.com/coincovemx/blockr-ruby
|
|
139
140
|
licenses:
|
|
140
141
|
- MIT
|
|
141
142
|
metadata: {}
|