stellar_spectrum 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/stellar_spectrum/services/sending_payment/send_asset.rb +2 -0
- data/lib/stellar_spectrum/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ef61e24fd04852881c091a6155671ad2f53448d3fa699b3146fa19ce82b8f3a
|
4
|
+
data.tar.gz: d89c169967f8b853331174587aacb4b7ea8c1d0016122e12890764a404787cd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4f15d359e6c46e11f3a94b33f45c409fc9aaab50019c83d3d16dbbdf45cd08dab8c9a003c91ed47e9c8665d7431c375f04207425a22837d4bd7ab49e6778ac6
|
7
|
+
data.tar.gz: 00cf1675dd97d7c8574fdc43776e8f9d720c33efdd083b07577b54477f5dfbd658ea5a3c371299e88e10fbca61373c07db9942ccb37dc4aa03c0b44493f09652
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [1.1.2] - 2018-12-13
|
8
|
+
### Fixed
|
9
|
+
- Do not blow up if `Faraday::ClientError#response` is nil
|
10
|
+
|
7
11
|
## [1.1.1] - 2018-12-13
|
8
12
|
### Fixed
|
9
13
|
- [Make unlocking strategy safer](https://github.com/bloom-solutions/stellar_spectrum-ruby/pull/9)
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stellar_spectrum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramon Tayag
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-12-
|
12
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|