We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0f395 commit 11b0377Copy full SHA for 11b0377
2 files changed
README.textile
@@ -4,7 +4,7 @@ The *closure-compiler* gem is a svelte wrapper around the "Google Closure Compil
4
5
Latest Version: *"1.1.11":http://rubygems.org/gems/closure-compiler*
6
7
-The Closure Compiler's *2014-07-30* JAR-file is included with the gem.
+The Closure Compiler's *2015-10-15* JAR-file is included with the gem.
8
9
h2. Installation
10
closure-compiler.gemspec
@@ -1,7 +1,7 @@
1
Gem::Specification.new do |s|
2
s.name = 'closure-compiler'
3
- s.version = '1.1.11' # Keep version in sync with closure-compiler.rb
- s.date = '2014-07-30'
+ s.version = '1.1.12' # Keep version in sync with closure-compiler.rb
+ s.date = '2015-11-12'
s.license = 'Apache-2.0'
s.homepage = "http://github.com/documentcloud/closure-compiler/"
0 commit comments