Skip to content

Commit

Permalink
fixing permissions, bumping to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 23, 2009
1 parent c6fb2bf commit f8c6192
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions closure-compiler.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'closure-compiler'
s.version = '0.1.3' # Keep version in sync with closure-compiler.rb
s.date = '2009-11-20'
s.version = '0.1.4' # Keep version in sync with closure-compiler.rb
s.date = '2009-11-22'

s.homepage = "http://github.com/documentcloud/closure-compiler/"
s.summary = "Ruby Wrapper for the Google Closure Compiler"
Expand Down
2 changes: 1 addition & 1 deletion lib/closure-compiler.rb
Expand Up @@ -2,7 +2,7 @@

module Closure

VERSION = "0.1.3"
VERSION = "0.1.4"

COMPILER_VERSION = "20091119"

Expand Down
4 changes: 4 additions & 0 deletions test/unit/test_closure_compiler.rb
Expand Up @@ -39,4 +39,8 @@ def test_jar_and_java_specifiation
assert compiler.compress(ORIGINAL) == COMPILED_SIMPLE
end

def test_permissions
assert File.executable?(COMPILER_JAR)
end

end
Empty file modified vendor/closure-compiler-20091119.jar 100644 → 100755
Empty file.

0 comments on commit f8c6192

Please sign in to comment.