svgeez 0.2.2 → 0.2.3
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/README.md +11 -0
- data/lib/svgeez/sprite_builder.rb +1 -1
- data/lib/svgeez/version.rb +1 -1
- 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: a215377173adf38fc7c0eaf4f9c4d1fb1cbe4692
|
|
4
|
+
data.tar.gz: 7639338d1ea9e42bd1253f54dbc0c1b49bcc68d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55a0f90f5b73d1abd79d454a3c3fe8435a24be737cd9da9adefce3775ee824e16247cef4138a7529cf3903f55af7fbc9ede7b0e06b846fca9a8cc91fd9549373
|
|
7
|
+
data.tar.gz: a73002939fd912be96c0f8ded49229c1d9bca061ff89111dad0b81df47ac07fad772a941453fb73f35ebdf21e66dbd8996d515ff76cc4382a6e92eb83bb54aea
|
data/README.md
CHANGED
|
@@ -164,6 +164,17 @@ button svg {
|
|
|
164
164
|
}
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
+
## Improving svgeez
|
|
168
|
+
|
|
169
|
+
You want to help make svgeez better? Hell yeah! I like your enthusiasm. For more on how you can help, check out [CONTRIBUTING.md](https://github.com/jgarber623/svgeez/blob/master/CONTRIBUTING.md).
|
|
170
|
+
|
|
171
|
+
### Donations
|
|
172
|
+
|
|
173
|
+
If diving into Ruby isn't your thing, but you'd still like to support svgeez, consider making a donation! Any amount—large or small—is greatly appreciated. As a token of my gratitude, I'll add your name to the [Acknowledgements](#acknowledgements) below.
|
|
174
|
+
|
|
175
|
+
[](https://cash.me/$jgarber)
|
|
176
|
+
[](https://www.paypal.me/jgarber)
|
|
177
|
+
|
|
167
178
|
## Acknowledgements
|
|
168
179
|
|
|
169
180
|
svgeez benefited greatly from the hard work done by the folks working on the following projects:
|
|
@@ -45,7 +45,7 @@ module Svgeez
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
if use_svgo?
|
|
48
|
-
destination_file_contents = `cat <<EOF | svgo --disable=
|
|
48
|
+
destination_file_contents = `cat <<EOF | svgo --disable=cleanupIDs -i - -o -\n#{destination_file_contents}\nEOF`
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
destination_file_contents.insert(4, %{ id="#{destination_file_id}" style="display: none;" version="1.1"})
|
data/lib/svgeez/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: svgeez
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Garber
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|