stellar_spectrum 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15c1e0a0f9aa47c73f9c75d915fa48156c53368f618874fcca352c2fc3724288
4
- data.tar.gz: e53e539e65c3e3821c7f23635a255b5e3d9f2c5f6e415dd6f00f96bc1ae58bda
3
+ metadata.gz: d41ff5a6de38a651fef926df476b73d8bbbc04c91e4305d5ed8d7f7fcd728e25
4
+ data.tar.gz: e5e435e16159687d38d399723bf1a8c96fb03f485bd28cde43aa30cff80fb708
5
5
  SHA512:
6
- metadata.gz: 268a94fefd0608dd5bc0ad71574816b6298713f76e22a9dd648f57fcafca344fe9b9e2cb9c804b448e2f937a8c6d9b4d821b900caceafe545252dff227a227d1
7
- data.tar.gz: e098fd73295d499bbe323b30aa9949582abe49901aa9edef2bee8da62f28bb44a2a2de64accda3ea6a17232cd60aed048d01650be40d6b1697d7aca85883c543
6
+ metadata.gz: 9ba2427f94404372c0a2a4ce4cdfa378d03164befbf4bd2bdb39abc1d6a3b8d7cb90ac701a12bad7f2143722df6785c4a11257fb3b0eafa0cf93a07682869ecf
7
+ data.tar.gz: e72181488d54adef9c6c2b44682071f6f35645a33a46b15aaa45e3403101fb4df2c40e1667be97d404eb989bef872b88bc58496c6292bf741d393308f69172c7
@@ -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.4] - 2018-12-13
8
+ ### Fixed
9
+ - Remove accidentally added puts :/
10
+
7
11
  ## [1.1.3] - 2018-12-13
8
12
  ### Fixed
9
13
  - Check if the sequence number in horizon has bumped up before unlocking
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stellar_spectrum (1.1.3)
4
+ stellar_spectrum (1.1.4)
5
5
  activesupport
6
6
  gem_config
7
7
  light-service
@@ -14,7 +14,6 @@ module StellarSpectrum
14
14
  ).reduce(actions)
15
15
 
16
16
  if result.failure?
17
- puts "Failed to unlock, retry..."
18
17
  sleep WAIT_TIME_IN_SECONDS
19
18
  result = self.(
20
19
  stellar_client: stellar_client,
@@ -8,7 +8,6 @@ module StellarSpectrum
8
8
 
9
9
  executed do |c|
10
10
  address_key = GetKeyForAddress.execute(c.channel_account.address)
11
- puts "Will unlock #{address_key}"
12
11
  c.unlock_response = c.redis.del(address_key)
13
12
  end
14
13
 
@@ -1,3 +1,3 @@
1
1
  module StellarSpectrum
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
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.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag