rack-favicon_all 0.0.1 → 0.0.2

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: 8b8994b1d37bc0f93e2b80b7b302aeb55da20920
4
- data.tar.gz: 9e4fbfa7c9b097849b6666d9c82163facee58bdf
3
+ metadata.gz: 8bb434520514b27f2cf284c181c6a16ad8a9670c
4
+ data.tar.gz: 86a6805293218268995cbb7a2aadfd7ffed0c379
5
5
  SHA512:
6
- metadata.gz: 746f9e0a8514db286a8a9f1ff57cab9bc1ffd24fca1f250d3eb62526b2e83a4737780214fadc9fede049a6cf1f73b7694a225dcb9d33ac7854cd37bf70249d85
7
- data.tar.gz: 0c2a9bc96835bbcb1f836571d676ca522ec1571d2e2c791aaf053683b654a08f9c9b9a5ffb916656390e41347bf0a0fc7be95cc890b9fdeb6f7a5739d5fc85e9
6
+ metadata.gz: 80b440fc6e131f08e0c52c1edb12fbb1373b8b1918d812264e26aae8e85b663e296b7e6f61ab5d90173c18b4fe5e655fd766eb459a5182633219bc72a2e90645
7
+ data.tar.gz: 9fe7cc16293a2bad41f76983d90ee6f3e8caae56fa17934def8ac40d6eab4dad08d0cf5f9f7626c9e3a7215feb50d2794975a03ebf159f11b623efcfdbb4873b
data/.gitignore CHANGED
@@ -1,3 +1,8 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
1
6
  /.bundle/
2
7
  /.yardoc
3
8
  /Gemfile.lock
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class FaviconAll
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -1,6 +1,5 @@
1
1
  require 'rmagick'
2
2
  require 'rack/favicon_all/version'
3
- require 'pry'
4
3
 
5
4
  module Rack
6
5
  class FaviconAll
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-favicon_all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SpringMT