tierion 1.3.0 → 1.3.1
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +4 -0
- data/lib/tierion/version.rb +1 -1
- data/tierion.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 286988a6d973384851e8cfdaa6399371530a260b
|
|
4
|
+
data.tar.gz: 32ae92d7368c2dd8c6d79b4b703d61e816c76031
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 715451a2a951deaa7c45cc3f7ba864c66b2fa7ba4ff2afb0258ac4e13f3a0d1fbd127cf76b05d39f3f00a4925356f273810a0f5089bd1618f5cb98f00e183f8b
|
|
7
|
+
data.tar.gz: edb0d9cd7d3bc2b049ef851d7249241b7e47659d56bee2d38cb0a373eaadf510e1f63b692295eb0c31f938e0d8a2c56b2b28205794afb97f47a216b6ad1ca3a3
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.3.1 (9/6/2016)
|
|
4
|
+
|
|
5
|
+
- Merge PR #3, support activesupport 4.x in addition to 5.x
|
|
6
|
+
|
|
3
7
|
## v1.3.0 (8/9/2016)
|
|
4
8
|
|
|
5
9
|
- Updated blockchain subscription CRUD methods to support labels and retrieving all subscriptions with `Client#get_block_subscriptions`. You can now have multiple subscription callback endpoints, each with a unique ID.
|
data/lib/tierion/version.rb
CHANGED
data/tierion.gemspec
CHANGED
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
|
38
38
|
spec.require_paths = ['lib']
|
|
39
39
|
|
|
40
40
|
spec.add_runtime_dependency 'httparty', '~> 0.13'
|
|
41
|
-
spec.add_runtime_dependency 'activesupport', '
|
|
41
|
+
spec.add_runtime_dependency 'activesupport', '>= 4.0'
|
|
42
42
|
spec.add_runtime_dependency 'hashie', '~> 3.4'
|
|
43
43
|
|
|
44
44
|
spec.add_development_dependency 'bundler', '~> 1.12'
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tierion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Glenn Rempe
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
zieXiXZSAojfFx9g91fKdIrlPbInHU/BaCxXSLBwvOM0drE+c2ue9X8gB55XAhzX
|
|
31
31
|
37oBiw==
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2016-
|
|
33
|
+
date: 2016-09-07 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: httparty
|
|
@@ -50,16 +50,16 @@ dependencies:
|
|
|
50
50
|
name: activesupport
|
|
51
51
|
requirement: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
|
-
- - "
|
|
53
|
+
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: '
|
|
55
|
+
version: '4.0'
|
|
56
56
|
type: :runtime
|
|
57
57
|
prerelease: false
|
|
58
58
|
version_requirements: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
|
-
- - "
|
|
60
|
+
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: '
|
|
62
|
+
version: '4.0'
|
|
63
63
|
- !ruby/object:Gem::Dependency
|
|
64
64
|
name: hashie
|
|
65
65
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -185,4 +185,3 @@ signing_key:
|
|
|
185
185
|
specification_version: 4
|
|
186
186
|
summary: A simple API client for the Tierion Hash API https://tierion.com/docs/hashapi
|
|
187
187
|
test_files: []
|
|
188
|
-
has_rdoc:
|
metadata.gz.sig
CHANGED
|
Binary file
|