coyote 0.2.4 → 0.2.5
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.
- data/Rakefile +1 -1
- data/bin/coyote +2 -0
- data/coyote.gemspec +1 -1
- data/lib/coyote.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('coyote', '0.2.
|
5
|
+
Echoe.new('coyote', '0.2.5') do |p|
|
6
6
|
p.description = "A flexible command-line tool for combining and compressing JS files"
|
7
7
|
p.summary = "Coyote is a command-line tool for combining and compressing JS files. It uses YAML for configuration and the Google Closure Compiler to compilation and compression."
|
8
8
|
p.url = "http://github.com/caseyohara/coyote"
|
data/bin/coyote
CHANGED
data/coyote.gemspec
CHANGED
data/lib/coyote.rb
CHANGED