rack-jquery_ui-themes 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -20,3 +20,4 @@ tmp
20
20
  vendor/assets/javascripts/jquery-*.min.js
21
21
  vendor/assets/javascripts/jquery-ui/*/jquery-ui.min.js
22
22
  downloads/
23
+ examples/public/favicon.ico
data/CHANGES.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # CH CH CH CHANGES #
2
2
 
3
+ ## Friday the 19th of July 2013, v2.1.1 ##
4
+
5
+ * Removed rogue console logging statement in the fallback javascript.
6
+
7
+ ----
8
+
9
+
3
10
  ## Thursday the 18th of July 2013, v2.1.0 ##
4
11
 
5
12
  * Bumped version of jQuery UI back up to 1.10.3.
@@ -41,7 +41,6 @@ module Rack
41
41
  // do nothing
42
42
  },
43
43
  error: function(xhr,status,error) {
44
- console.log("error");
45
44
  var link = document.createElement("link");
46
45
  link.rel = "stylesheet";
47
46
  link.href = ':FALLBACK_URL';
@@ -19,7 +19,7 @@ module Rack
19
19
 
20
20
  class Themes
21
21
  # version of this library
22
- VERSION = "2.1.0"
22
+ VERSION = "2.1.1"
23
23
  end
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-jquery_ui-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-18 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler