Skip to content

Commit

Permalink
1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AE9RB committed Mar 23, 2016
1 parent 19c5b21 commit db3a452
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions closure.gemspec
Expand Up @@ -5,16 +5,18 @@ $:.unshift lib unless $:.include?(lib)
require 'closure'

Gem::Specification.new do |s|
s.name = "closure"
s.name = 'closure'
s.version = Closure::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['David Turnbull']
s.email = ['dturnbull@gmail.com']
s.licenses = ['Apache-2.0']
s.homepage = 'https://github.com/AE9RB/closure-script'
s.summary = "Google Closure Compiler, Library, Script, and Templates."
s.summary = 'Google Closure Compiler, Library, Script, and Templates.'
s.description = 'Everything you need for advanced Google Closure development.'

s.required_rubygems_version = ">= 1.3.6"
s.add_dependency 'rack', '>= 1.0.0'
s.add_dependency 'rack', '~> 1'

dirs = %w{beanshell bin closure-compiler closure-templates lib docs/closure}
dirs += Dir.glob('scripts/*') - %w{scripts/closure-library scripts/fixtures}
Expand Down
2 changes: 1 addition & 1 deletion lib/closure/version.rb
Expand Up @@ -14,5 +14,5 @@


class Closure
VERSION = "1.5.0.pre"
VERSION = "1.5.0"
end

0 comments on commit db3a452

Please sign in to comment.