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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2355c0e55358c41920631f28efd4b1c06ec9889e
4
- data.tar.gz: d1978f3f6c1c143049ba95ab4ed921ed04073ecb
3
+ metadata.gz: a764610260f8d1bcee2ca73aaf71401116323269
4
+ data.tar.gz: 3d70326a96704e7949a3157bb3d2cf17611f2f3d
5
5
  SHA512:
6
- metadata.gz: c72a03f92074a0780f4d873280a08011252cd0d4b1f7ce78a2d6950fd809b003ea92320508264396d15efa55c980593a54d131a55ac3b3a93addf83308d36867
7
- data.tar.gz: ae1aade2bf8511ace12bca61073a19d481d3327f0d73156b261d10e8f94fcccfc0cae2a729e0c2f619f8d1b849722056ece69f127365f2d584b9025f10301394
6
+ metadata.gz: ce7758d94f2fd36e4279f15054913213dc4786e65ce99c1f6121bd9250c6eaa223b103e58f90655a1dda275a0e67b954bbf56e9415d3428c42928a3754eedeaa
7
+ data.tar.gz: 3fe5c24a40ae784dd04601c66afc3b8c57b926e38876edc4046fc32c1bd1820df5e1975fc3b94852dab5c7e765cbfdc2566077ecb5de39d4ddd810db2ea3a9af
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
  *.a
14
14
  mkmf.log
15
15
  *.gem
16
+ *.sublime-workspace
@@ -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/genaromadrid/blockr-ruby'
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")
@@ -0,0 +1,12 @@
1
+ {
2
+ "folders":
3
+ [
4
+ {
5
+ "file_exclude_patterns": ["*.sublime-workspace"],
6
+ "path": ".",
7
+ "follow_symlinks": true,
8
+ "tab_size": 2,
9
+ "translate_tabs_to_spaces": false
10
+ }
11
+ ]
12
+ }
@@ -1,3 +1,3 @@
1
1
  module Blockr
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
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.5
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: 2015-12-12 00:00:00.000000000 Z
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/genaromadrid/blockr-ruby
139
+ homepage: https://github.com/coincovemx/blockr-ruby
139
140
  licenses:
140
141
  - MIT
141
142
  metadata: {}