eco_compress 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 +4 -4
- data/.travis.yml +0 -4
- data/README.md +3 -0
- data/eco_compress.gemspec +5 -3
- data/lib/eco_compress/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d346cf511d2e1999f91bf1ee13013b3e5aa891dd
|
|
4
|
+
data.tar.gz: 9ba5d7c96a06c4c11c07f344d70765cb2b8ad63d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d74d05184bc365d9f5fa4d7d62b2e1aa2f16836f967c8f8a6ac450a93888b13afcdfdf296758dd2dacc2a40d6cc3183776a4153711989464e981b236ee40819
|
|
7
|
+
data.tar.gz: 604a7d4ac4bc8736a48dcb2c7664db226479a0fa311960fa1ac60c147552dd2fba39aac475c999e8155e970f2495f14e5c2b84be4b3f66ffccb884fc4c09675f
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# EcoCompress
|
|
2
2
|
|
|
3
|
+
[](https://rubygems.org/gems/eco_compress)
|
|
4
|
+
[](https://travis-ci.org/t-k/eco_compress)
|
|
5
|
+
|
|
3
6
|
The content of JST template is out of JS compressor's work. EcoCompress overrides Eco.compile method to minify the Eco's template source itself.
|
|
4
7
|
|
|
5
8
|
To see more detail, see spec dir and compare minified files (e.g. *.min.out, *.min.js) to the original files (e.g. *.orig.out, *.orig.js).
|
data/eco_compress.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = EcoCompress::VERSION
|
|
9
9
|
spec.authors = ["Tatsuo Kaniwa"]
|
|
10
10
|
spec.email = ["tatsuo@kaniwa.biz"]
|
|
11
|
-
spec.description = %q{Mnify Eco
|
|
12
|
-
spec.summary = %q{Mnify Eco
|
|
13
|
-
spec.homepage = ""
|
|
11
|
+
spec.description = %q{Mnify Eco template}
|
|
12
|
+
spec.summary = %q{Mnify Eco template}
|
|
13
|
+
spec.homepage = "https://github.com/t-k/eco_compress"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
|
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = `git ls-files -- {spec}/*`.split("\n")
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
+
spec.required_ruby_version = '>= 1.9.3'
|
|
22
|
+
|
|
21
23
|
spec.add_dependency "htmlcompressor"
|
|
22
24
|
spec.add_dependency "eco"
|
|
23
25
|
spec.add_development_dependency "rake"
|
data/lib/eco_compress/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eco_compress
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tatsuo Kaniwa
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description: Mnify Eco
|
|
83
|
+
description: Mnify Eco template
|
|
84
84
|
email:
|
|
85
85
|
- tatsuo@kaniwa.biz
|
|
86
86
|
executables: []
|
|
@@ -125,7 +125,7 @@ files:
|
|
|
125
125
|
- spec/fixtures/with-comment.orig.js
|
|
126
126
|
- spec/fixtures/with-comment.orig.out
|
|
127
127
|
- spec/spec_helper.rb
|
|
128
|
-
homepage:
|
|
128
|
+
homepage: https://github.com/t-k/eco_compress
|
|
129
129
|
licenses:
|
|
130
130
|
- MIT
|
|
131
131
|
metadata: {}
|
|
@@ -137,7 +137,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
137
137
|
requirements:
|
|
138
138
|
- - '>='
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version:
|
|
140
|
+
version: 1.9.3
|
|
141
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements:
|
|
143
143
|
- - '>='
|
|
@@ -148,6 +148,6 @@ rubyforge_project:
|
|
|
148
148
|
rubygems_version: 2.0.3
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
|
-
summary: Mnify Eco
|
|
151
|
+
summary: Mnify Eco template
|
|
152
152
|
test_files: []
|
|
153
153
|
has_rdoc:
|