Skip to content

Commit 11b0377

Browse files
committed
Updating gemspec and version info
1 parent bf0f395 commit 11b0377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The *closure-compiler* gem is a svelte wrapper around the "Google Closure Compil
44

55
Latest Version: *"1.1.11":http://rubygems.org/gems/closure-compiler*
66

7-
The Closure Compiler's *2014-07-30* JAR-file is included with the gem.
7+
The Closure Compiler's *2015-10-15* JAR-file is included with the gem.
88

99
h2. Installation
1010

closure-compiler.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'closure-compiler'
3-
s.version = '1.1.11' # Keep version in sync with closure-compiler.rb
4-
s.date = '2014-07-30'
3+
s.version = '1.1.12' # Keep version in sync with closure-compiler.rb
4+
s.date = '2015-11-12'
55
s.license = 'Apache-2.0'
66

77
s.homepage = "http://github.com/documentcloud/closure-compiler/"

0 commit comments

Comments
 (0)