distil 0.14.3 → 0.14.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/distil.gemspec +4 -3
- data/lib/distil.rb +1 -1
- data/vendor/{yuicompressor-2.4.2.jar → yuicompressor-2.4.6.jar} +0 -0
- data/yuicompressor-2.4.6.zip +0 -0
- metadata +5 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.14.
|
1
|
+
0.14.4
|
data/distil.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{distil}
|
8
|
-
s.version = "0.14.
|
8
|
+
s.version = "0.14.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jeff Watkins"]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-06-28}
|
13
13
|
s.description = %q{A build tool for Javascript and CSS that takes advantage of best-of-breed helper applications Javascript Lint and JSDoc Toolkit}
|
14
14
|
s.executables = ["distil", "jsl"]
|
15
15
|
s.extensions = ["vendor/extconf.rb"]
|
@@ -746,7 +746,8 @@ Gem::Specification.new do |s|
|
|
746
746
|
"vendor/pdoc/website/html/stylesheets/main.css",
|
747
747
|
"vendor/pdoc/website/html/stylesheets/reset.css",
|
748
748
|
"vendor/pdoc/website/markdown/syntax.markdown",
|
749
|
-
"vendor/yuicompressor-2.4.
|
749
|
+
"vendor/yuicompressor-2.4.6.jar",
|
750
|
+
"yuicompressor-2.4.6.zip"
|
750
751
|
]
|
751
752
|
s.homepage = %q{http://github.com/jeffwatkins/distil}
|
752
753
|
s.rdoc_options = ["--charset=UTF-8"]
|
data/lib/distil.rb
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 14
|
8
|
-
-
|
9
|
-
version: 0.14.
|
8
|
+
- 4
|
9
|
+
version: 0.14.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jeff Watkins
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-
|
17
|
+
date: 2011-06-28 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -828,7 +828,8 @@ files:
|
|
828
828
|
- vendor/pdoc/website/html/stylesheets/main.css
|
829
829
|
- vendor/pdoc/website/html/stylesheets/reset.css
|
830
830
|
- vendor/pdoc/website/markdown/syntax.markdown
|
831
|
-
- vendor/yuicompressor-2.4.
|
831
|
+
- vendor/yuicompressor-2.4.6.jar
|
832
|
+
- yuicompressor-2.4.6.zip
|
832
833
|
has_rdoc: true
|
833
834
|
homepage: http://github.com/jeffwatkins/distil
|
834
835
|
licenses: []
|