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 +1 -0
- data/CHANGES.md +7 -0
- data/lib/rack/jquery_ui/themes.rb +0 -1
- data/lib/rack/jquery_ui/themes/version.rb +1 -1
- metadata +2 -2
data/.gitignore
CHANGED
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.
|
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.
|
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-
|
12
|
+
date: 2013-07-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|