middleman-inline_svg 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: b49a12d26d8348e8b53221b507f314679359a4df62168b4b684fba31ee1a20a7
4
- data.tar.gz: 802be13e0118f08a60ded737f93855e00d886dd7200cd27f4e6dd6083dd2a113
3
+ metadata.gz: 2b1a85d31921e16243ef81d9922f15d7d473977c486a672b724b0cf2cd96b7a6
4
+ data.tar.gz: d405a91fc7d9738e8e24eb347233b5018918cf75949808835284c57b5632fbfb
5
5
  SHA512:
6
- metadata.gz: 625460b52c1b49dbb1faabbc3d35944b4adac21beed1af786fe3f47ba34460c1e86fbec6bd4c495c0c076533d242138590027a4c0e6bdbc794c818c4d61a003d
7
- data.tar.gz: 0e81268e23410e0e761816be3ba4983c23452434af31bb267628f3cfb6610e670ba40f99db6b7b003c0324a72b7f2c360ed5a3607e65da0e61630376c434d5dd
6
+ metadata.gz: 25cac6fc7106c5ba23dfbea1f775b082cd6475270570ee6b23d44ff9485c22250a32fa203ba15f3e68ca09e15d783c72ee24f0833607fe3f763f996e731a38cd
7
+ data.tar.gz: 28d907dca651358cb5a507f18da4cd0c72fc3c387ac6fbc2a86193fc3545488d0ae4b118aaf33e5517e4c69be157c7ad0fe98c37d49b58790206ec6b5a41316a
@@ -1,5 +1,4 @@
1
1
  require "middleman-core"
2
- require "middleman-inline_svg/inline_svg"
3
2
  require "middleman-inline_svg/middleman-inline_svg"
4
3
 
5
4
  ::Middleman::Extensions.register(:inline_svg, MiddlemanInlineSVG)
@@ -4,11 +4,11 @@ $:.push File.expand_path("lib", __dir__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "middleman-inline_svg"
7
- s.version = "0.1.0"
7
+ s.version = "0.1.1"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Daniel Barber", "Tyson Gach"]
10
10
  s.email = ["github@danbarber.me", "tyson@thoughtbot.com"]
11
- # s.homepage = "http://example.com"
11
+ s.homepage = "https://github.com/thoughtbot/middleman-inline_svg"
12
12
  s.summary = "Inline your SVG's"
13
13
  s.description = "Inline your SVG's and style them with CSS."
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-inline_svg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Barber
@@ -59,7 +59,7 @@ files:
59
59
  - middleman-inline_svg.gemspec
60
60
  - test/fixtures/circle.svg
61
61
  - test/middleman-inline_svg/inline_svg_test.rb
62
- homepage:
62
+ homepage: https://github.com/thoughtbot/middleman-inline_svg
63
63
  licenses: []
64
64
  metadata: {}
65
65
  post_install_message: