rack-jquery_ui-themes 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # CH CH CHANGES #
2
2
 
3
+ ## v0.1.1 ##
4
+
5
+ Wednesday the 24th of April 2013
6
+
7
+ * Fixed clobbering of extra call method.
8
+
9
+ ____
10
+
11
+
3
12
  ## v0.1.0 ##
4
13
 
5
14
  Friday the 22nd of March 2013
@@ -116,7 +116,7 @@ STR
116
116
 
117
117
  # For thread safety
118
118
  # @param (see #call)
119
- def call( env )
119
+ def _call( env )
120
120
  request = Rack::Request.new(env.dup)
121
121
 
122
122
  # TODO path for images
@@ -17,7 +17,7 @@ module Rack
17
17
  end
18
18
 
19
19
  class Themes
20
- VERSION = "0.1.0"
20
+ VERSION = "0.1.1"
21
21
  end
22
22
  end
23
23
  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: 0.1.0
4
+ version: 0.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-03-22 00:00:00.000000000 Z
12
+ date: 2013-04-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler