jekyll-minifier 0.0.7 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a121f7747a2312e5d30cd6fad939b922f839930
4
- data.tar.gz: b4f9aaeabd21113c24ed52dfbc83ad5f5970c7a0
3
+ metadata.gz: 15d28bff6bbeb6b4e845b394f267ad38b26e7d0c
4
+ data.tar.gz: 7a31ceee050c65c647b79e9bf8cca4fcf51eaba0
5
5
  SHA512:
6
- metadata.gz: a0fbedba7cee7eb20bb9945eba9ffad06aeb4739259c4a566ca7a22961aeca145988636cdd11f882a46a08b6b53c6af2b797a16ba866dad08d0ad20cad8e7994
7
- data.tar.gz: bde544f697cda715381cbc4e9366a95fcf5bb5d4198d429c30e5bdde9557960a76908bc47ce0eaabea14dc0ae80454ed33b1d46034167614b1a4f980e4605f32
6
+ metadata.gz: 15aaa4bb65022adce66fa5b6c340f2379d9c49a3fea64b83a8a975384b39eeca8f59d2462698a2cc2287968048112b39fea5c3141b664ce98cec658759d24467
7
+ data.tar.gz: ec03e039817d324c2f5e4ab866901494285623fc5868979aed7a90c2a2715cf55d3a09c25e7ae3e84e3bfb3b32181240fb1b70e31da7b98493ce9bcbbf6443f9
@@ -4,7 +4,7 @@ require File.expand_path('../lib/jekyll-minifier/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.specification_version = 2 if gem.respond_to? :specification_version=
6
6
  gem.required_rubygems_version = Gem::Requirement.new('>= 0') if gem.respond_to? :required_rubygems_version=
7
- gem.rubygems_version = '2.2.2'
7
+ gem.rubygems_version = '2.3.1'
8
8
  gem.required_ruby_version = '>= 2.0.0'
9
9
 
10
10
  gem.authors = ["DigitalSparky"]
@@ -79,7 +79,7 @@ module Jekyll
79
79
  dest_path = destination(dest)
80
80
 
81
81
  return false if File.exist?(dest_path) and !modified?
82
- @@mtimes[path] = mtime
82
+ self.class.mtimes[path] = mtime
83
83
 
84
84
  if exclude?(dest, dest_path)
85
85
  copy_file(path, dest_path)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Minifier
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-minifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigitalSparky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-07 00:00:00.000000000 Z
11
+ date: 2016-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  requirements: []
116
116
  rubyforge_project:
117
- rubygems_version: 2.5.1
117
+ rubygems_version: 2.6.6
118
118
  signing_key:
119
119
  specification_version: 2
120
120
  summary: Jekyll Minifier for html, css, and javascript