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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d41ff5a6de38a651fef926df476b73d8bbbc04c91e4305d5ed8d7f7fcd728e25
|
4
|
+
data.tar.gz: e5e435e16159687d38d399723bf1a8c96fb03f485bd28cde43aa30cff80fb708
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ba2427f94404372c0a2a4ce4cdfa378d03164befbf4bd2bdb39abc1d6a3b8d7cb90ac701a12bad7f2143722df6785c4a11257fb3b0eafa0cf93a07682869ecf
|
7
|
+
data.tar.gz: e72181488d54adef9c6c2b44682071f6f35645a33a46b15aaa45e3403101fb4df2c40e1667be97d404eb989bef872b88bc58496c6292bf741d393308f69172c7
|
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.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
|
data/Gemfile.lock
CHANGED