We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9536922 commit 3a93b73Copy full SHA for 3a93b73
jammit.gemspec
@@ -1,7 +1,7 @@
1
Gem::Specification.new do |s|
2
s.name = 'jammit'
3
- s.version = '0.6.5' # Keep version in sync with jammit.rb
4
- s.date = '2011-11-30'
+ s.version = '0.6.6' # Keep version in sync with jammit.rb
+ s.date = '2013-03-20'
5
6
s.homepage = "http://documentcloud.github.com/jammit/"
7
s.summary = "Industrial Strength Asset Packaging for Rails"
lib/jammit.rb
@@ -4,7 +4,7 @@
# to all of the configuration options.
module Jammit
- VERSION = "0.6.5"
+ VERSION = "0.6.6"
8
9
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
10
0 commit comments