rack-jquery_ui 0.0.2 → 0.0.3

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 CHANGES #
2
2
 
3
+ ## v0.0.3 ##
4
+
5
+ Wednesday the 5th of March 2013
6
+
7
+ * Updated gemspec so it automatically shows the current version of jQuery-UI that it supports.
8
+
9
+ ____
10
+
3
11
  ## v0.0.2 ##
4
12
 
5
13
  Wednesday the 5th of March 2013
@@ -1,6 +1,6 @@
1
1
  module Rack
2
2
  class JQueryUI
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  JQUERY_UI_VERSION = "1.10.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::JQueryUI::VERSION
9
9
  spec.authors = ["Iain Barnett"]
10
10
  spec.email = ["iainspeed@gmail.com"]
11
- spec.description = %q{jQuery-UI CDN script tags and fallback in one neat package. Current version is for jQuery-UI v#{Rack::JQueryUI::JQUERY_UI_VERSION}}
11
+ spec.description = %Q{jQuery-UI CDN script tags and fallback in one neat package. Current version is for jQuery-UI v#{Rack::JQueryUI::JQUERY_UI_VERSION}}
12
12
  spec.summary = %q{The description says it all.}
13
13
  spec.homepage = "https://github.com/yb66/rack-jquery_ui"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-jquery_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,7 +60,7 @@ dependencies:
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  description: jQuery-UI CDN script tags and fallback in one neat package. Current version
63
- is for jQuery-UI v#{Rack::JQueryUI::JQUERY_UI_VERSION}
63
+ is for jQuery-UI v1.10.1
64
64
  email:
65
65
  - iainspeed@gmail.com
66
66
  executables: []