bisu 1.4.5 → 1.4.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/bisu.rb +1 -0
- data/lib/bisu/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f692b1ecb32e999d69eb51629dada1840c3a2ee7
|
|
4
|
+
data.tar.gz: c1f2732d6af534439391aa244ccd28187a2206eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3431d924a02486ef37a805aa95dfc58ac9acc023dcec88d340801a252ff062a344bab47910d587c5ea66524b1e66af3552fc476b8f4f6e9962dfd347a36ac4f
|
|
7
|
+
data.tar.gz: 582663aa814e423ce228cf2e04e00ac819dec0d992896b749c8f53b975c8a83ac97ad459c9a920e8cde2e5df5d158b1450dfe58d3eb24e51e77a24db516b30a9
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
`Bisu` adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [1.4.6](https://github.com/hole19/bisu/releases/tag/v1.4.6)
|
|
6
|
+
Released on 2017/08/27
|
|
7
|
+
|
|
8
|
+
#### Added
|
|
9
|
+
- Fixes crash when final file does not exist
|
|
10
|
+
|
|
5
11
|
## [1.4.5](https://github.com/hole19/bisu/releases/tag/v1.4.5)
|
|
6
12
|
Released on 2017/06/26
|
|
7
13
|
|
data/lib/bisu.rb
CHANGED
data/lib/bisu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bisu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- joaoffcosta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: safe_yaml
|