jekyll-patreon 1.1.0 → 1.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: 263e15127bd0fb8a8e2f9b8e38585ba1efecfb236999b2373fb017662423047f
4
- data.tar.gz: 12905360bb26ac7ca1349dabfbb1e12ff4d07cc1018256ed3c1380cd024a9301
3
+ metadata.gz: 97cf5b110873d1f0ee5a2d8177a5b873538cbc252fafc4edbc096bad2df5162d
4
+ data.tar.gz: 05f517f931a85ad2b5ede93bf16bab391785d16ba043e8489eb50d8296bf0977
5
5
  SHA512:
6
- metadata.gz: bc192cf84894c454d1815a0d3ae3d8ae63e979da78d9940db5377dbcd837261c6d57b353772062a635db286105ff3567a601e41b57b7ee58c2633f69978be8cb
7
- data.tar.gz: cc9b483e31c80cc975178757607ff30c85e90624e2393e31e39215c84bc5765102b68372b7179bfa6a874b0d4052cc7756b7a07fa22b1588bda793da5245d119
6
+ metadata.gz: 6503e03d11f119a8f4cdb279280baa9b8116272fbf64cd7e17b475ef5bedd5a2b17dfb838a8a8550c4a131e0c3ac5027e246ab520a620375d6efc262f3b989d0
7
+ data.tar.gz: 183e3da248938e8bcab3208aeb02f0e1af5df395339db93011a2f7fd2fa51c9d080f2a0066ae46cc80d0c22a08289b144d273bf9efc13629d2fa07040afff72e
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://github.com/uta-org/jekyll-patreon"
15
15
  spec.licenses = ["MIT"]
16
16
 
17
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|spec|features)/!) }
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|spec|features|assets|versions|README.md|LICENSE|.travis.yml|.gitignore)/!) }
18
18
  spec.require_paths = ["lib"]
19
19
 
20
20
  spec.add_dependency "jekyll", "~> 3.0"
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Patreon
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end # module Patreon
5
5
  end # module Jekyll
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-patreon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - z3nth10n
@@ -64,13 +64,6 @@ files:
64
64
  - Gemfile
65
65
  - LICENSE
66
66
  - README.md
67
- - assets/screenshot-1.png
68
- - assets/screenshot-2.png
69
- - assets/screenshot-3.png
70
- - assets/screenshot-4.png
71
- - assets/screenshot-5.png
72
- - assets/screenshot-6.png
73
- - assets/screenshot-7.png
74
67
  - jekyll-patreon.gemspec
75
68
  - lib/jekyll-patreon.rb
76
69
  - lib/jekyll-patreon/_inc/button.html
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file