obf 0.6.33 → 0.6.34
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/lib/obf/utils.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 416bb3ff468164c0a7e151c67c9710fcabc99d5a
|
|
4
|
+
data.tar.gz: 440441ddd3f9c072c2cfbfa8620d1cea6ca6f2c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e0b2d4bff94a850f85b4205e7a6013f8ce04adbab30e0d14a040f32ba21795fe88485dcfde5f1a2549eb479ee427bb3d847304512451305a37ff60570f5eef1
|
|
7
|
+
data.tar.gz: c09b2c367f3642fb8866a12581837b5d100f88a5774d19d8cc32dec130491a37d766c45583940501a45c3720ffd441de891c3b9ca6253f295c0f95a6b1c68e73
|
data/lib/obf/utils.rb
CHANGED
|
@@ -159,7 +159,6 @@ module OBF::Utils
|
|
|
159
159
|
`cp #{file.path} #{file.path}.#{extension}`
|
|
160
160
|
"#{file.path}.#{extension}"
|
|
161
161
|
else
|
|
162
|
-
puts image.to_json
|
|
163
162
|
# TODO: maybe convert to jpg instead of png?
|
|
164
163
|
# see https://github.com/prawnpdf/prawn/issues/324
|
|
165
164
|
# in that case, fill the image with a white background, perhaps?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: obf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Whitmer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
181
|
rubyforge_project:
|
|
182
|
-
rubygems_version: 2.
|
|
182
|
+
rubygems_version: 2.5.1
|
|
183
183
|
signing_key:
|
|
184
184
|
specification_version: 4
|
|
185
185
|
summary: Open Board Format
|