eco_compress 0.0.1 → 0.0.2

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: b88a13985293a493b7480c0c686f1b1c14b1b8ce
4
- data.tar.gz: 06bd3be3fbc43ccb116bd6e512dd6f128e19ca5b
3
+ metadata.gz: d346cf511d2e1999f91bf1ee13013b3e5aa891dd
4
+ data.tar.gz: 9ba5d7c96a06c4c11c07f344d70765cb2b8ad63d
5
5
  SHA512:
6
- metadata.gz: 718a6b9552556493b3b24f382c3a62839cb347792dc182c4480a4840b5dd7bf7558a781b4159fdb6a85d1aeb71aa8cbf4bd6bea2a60afa075c00d891245c4fa6
7
- data.tar.gz: 011bec893433f5508c3bb67296520dd3fd6c14f2a791e41e810ccea2470214d2c116d99351a24542053dc65f0d085b268e75c8d7183970a9ba146e91831283d3
6
+ metadata.gz: 0d74d05184bc365d9f5fa4d7d62b2e1aa2f16836f967c8f8a6ac450a93888b13afcdfdf296758dd2dacc2a40d6cc3183776a4153711989464e981b236ee40819
7
+ data.tar.gz: 604a7d4ac4bc8736a48dcb2c7664db226479a0fa311960fa1ac60c147552dd2fba39aac475c999e8155e970f2495f14e5c2b84be4b3f66ffccb884fc4c09675f
data/.travis.yml CHANGED
@@ -1,13 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
- - 1.9.2
5
- - rbx-18mode
6
4
  - rbx-19mode
7
5
  - ruby-head
8
- - 1.8.7
9
6
  - 2.0.0
10
- - jruby-18mode
11
7
  - jruby-19mode
12
8
  - jruby-head
13
9
  matrix:
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # EcoCompress
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/eco_compress.png)](https://rubygems.org/gems/eco_compress)
4
+ [![Build Status](https://travis-ci.org/t-k/eco_compress.png)](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 tempalte}
12
- spec.summary = %q{Mnify Eco tempalte}
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"
@@ -1,3 +1,3 @@
1
1
  module EcoCompress
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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 tempalte
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: '0'
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 tempalte
151
+ summary: Mnify Eco template
152
152
  test_files: []
153
153
  has_rdoc: