Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 1.1.15 and closure-compiler-2020-06-28 #54

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release v1.1.19
hmdne committed Dec 1, 2021
commit 61db67d368616926f8aae90f905f1e453e696df3
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ h1. The Closure Compiler (as a Ruby Gem). Updated.

The *closure-compiler-updated* gem is a Ruby wrapper around the "Google Closure Compiler":https://developers.google.com/closure/compiler/ for JavaScript compression.

Latest Version: *"1.1.18":https://rubygems.org/gems/closure-compiler-updated*
Latest Version: *"1.1.19":https://rubygems.org/gems/closure-compiler-updated*

The Closure Compiler's *v20211107* JAR-file is included with the gem.

2 changes: 1 addition & 1 deletion lib/closure-compiler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Closure

VERSION = "1.1.18"
VERSION = "1.1.19"

COMPILER_VERSION = "v20211107"