eitil 1.1.13 → 1.1.14

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: e8370ab3d7b257ef3b5fab2bd25493032bfee3589a4ff52395bf3ce5b4ad4965
4
- data.tar.gz: 0542154e1175ce915780a500b6502b1a6da570b422cd088f8cac1278b30cc3d0
3
+ metadata.gz: 9169ee405f0792178972ef43031a8b55964a86e48eb99ec64732244726d2bdc5
4
+ data.tar.gz: b6886726f1057ffbbd7eb16826f770abbe47c6f9367d3d130f6a6ab14d98b892
5
5
  SHA512:
6
- metadata.gz: 0314b32dad552958104d0716f921bdf17eb9df16ee7523b9b1a80c77fbdebf870b989d9a71cc34192d48c3f5d5141bede5ccc3dfe161e5449d3e307973fa6942
7
- data.tar.gz: cc409aee5a19764431408e829ad371c875c12484b1debad3c45492142dde7108f8e8cecf8dcb8f13db982b528e1445b0700e873926426882493c49b9aa198619
6
+ metadata.gz: '0945980b87480c770a183030185edfa08b2f376a696bf0c5df688ac1908bfbc7690f23b2af0856089a3f322cb3256f416a08391378867d2bbfa3ab7ca0ff566a'
7
+ data.tar.gz: f4ecc28c0ad65ad1ec2572d11e82ffc3b212f83b74a5b1b5eb5a04aca8efa66134e8729f5913d050cdaad7cc5d5524f63b2af54957a422f37b1a0a4977e35a4f
@@ -9,7 +9,7 @@ Kernel.module_eval do
9
9
  suffix = suffix || DateTime.now.prettify
10
10
  file_type = file_type || "json"
11
11
 
12
- if file_type = "json"
12
+ if file_type == "json"
13
13
  data = JSON.pretty_generate(data)
14
14
  end
15
15
 
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '1.1.13'
3
+ VERSION = '1.1.14'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eitil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.13
4
+ version: 1.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer