overlord 0.1.21 → 0.1.22

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.21
1
+ 0.1.22
@@ -333,10 +333,10 @@ module OverlordGoogleHelper
333
333
  # blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks
334
334
  # humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street
335
335
  # start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, vader
336
- def google_load_jquery_ui_css(http_protocol = 'http', theme = "smoothness", version = '1.8.1')
336
+ def google_load_jquery_ui_css(http_protocol = 'http://', theme = "smoothness", version = '1.8.1')
337
337
  return '' if defined?(@google_load_jquery_ui_css_included)
338
338
  @google_load_jquery_ui_css_included = true
339
- %Q{<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/#{version}/themes/#{theme}/jquery-ui.css" type="text/css" />}
339
+ %Q{<link rel="stylesheet" href="#{http_protocol}ajax.googleapis.com/ajax/libs/jqueryui/#{version}/themes/#{theme}/jquery-ui.css" type="text/css" />}
340
340
  end
341
341
 
342
342
  def change_chars(term)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{overlord}
8
- s.version = "0.1.21"
8
+ s.version = "0.1.22"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
12
- s.date = %q{2010-04-29}
12
+ s.date = %q{2010-05-20}
13
13
  s.description = %q{Code to interact with the google ajax apis on the server and the client.}
14
14
  s.email = %q{justin@tatemae.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 21
9
- version: 0.1.21
8
+ - 22
9
+ version: 0.1.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Justin Ball
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-04-29 00:00:00 -06:00
18
+ date: 2010-05-20 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency