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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 585e1ea2905e2d635f3db935400a604dc5dcc1b3
4
- data.tar.gz: c4d2db623624544191db0439a2355ddec476288a
3
+ metadata.gz: a215377173adf38fc7c0eaf4f9c4d1fb1cbe4692
4
+ data.tar.gz: 7639338d1ea9e42bd1253f54dbc0c1b49bcc68d3
5
5
  SHA512:
6
- metadata.gz: 80f1c95ee4ae39bb8a528f019db7fb77a1b81b771fe34cfe548c160440083b21bf5fd94551bc55082c6ef9310430b1fd555407a6ba9bb0fede677589aeed064c
7
- data.tar.gz: 4db1a89309a2f4636e3c7a5c1e3d8791e4613086e902aadc56e82de2dbe7f67867a90b0f1ab56f73350363d31e8e8822ff4ced83a7f64ac3bb984c5cdf51e247
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
+ [![Donate via Square Cash](https://img.shields.io/badge/square%20cash-$jgarber-28c101.svg)](https://cash.me/$jgarber)
176
+ [![Donate via Paypal](https://img.shields.io/badge/paypal-jgarber-009cde.svg)](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=removeUselessDefs -i - -o -\n#{destination_file_contents}\nEOF`
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"})
@@ -1,3 +1,3 @@
1
1
  module Svgeez
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
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.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-05 00:00:00.000000000 Z
11
+ date: 2016-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler