rack-jquery 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CH CH CH CHANGES #
2
2
 
3
+ ## v1.0.4 ##
4
+
5
+ Friday the 8th of March 2013
6
+
7
+ * The jQuery version will now show up automatically in the description.
8
+
9
+ ----
10
+
3
11
  ## v1.0.3 ##
4
12
 
5
13
  Friday the 8th of March 2013
@@ -1,6 +1,6 @@
1
1
  module Rack
2
2
  class JQuery
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  JQUERY_VERSION = "1.9.1"
5
5
 
6
6
  # This is the release date of the jQuery file, it makes an easy "Last-Modified" date for setting the headers around caching.
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Rack::JQuery::VERSION
9
9
  spec.authors = ["Iain Barnett"]
10
10
  spec.email = ["iainspeed@gmail.com"]
11
- spec.description = %q{jQuery CDN script tags and fallback in one neat package. Current version is for jQuery v#{Rack::JQuery::JQUERY_VERSION}}
11
+ spec.description = %Q{jQuery CDN script tags and fallback in one neat package. Current version is for jQuery v#{Rack::JQuery::JQUERY_VERSION}}
12
12
  spec.summary = %q{The description says it all.}
13
13
  spec.homepage = "https://github.com/yb66/rack-jquery"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-jquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,7 +76,7 @@ dependencies:
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  description: jQuery CDN script tags and fallback in one neat package. Current version
79
- is for jQuery v#{Rack::JQuery::JQUERY_VERSION}
79
+ is for jQuery v1.9.1
80
80
  email:
81
81
  - iainspeed@gmail.com
82
82
  executables: []