uboost-client 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -189,9 +189,10 @@ module UboostClient
189
189
  def ubar(account_id, options = Hash.new)
190
190
  options = {:align => "", :bar_color => '', :div_id => ''}.merge(options)
191
191
  token = get_sso_token(account_id)
192
- subdomain_url = client.subdomain + ".uboost.com"
192
+ subdomain_url = "http://" + client.subdomain + ".uboost.com"
193
193
 
194
- " <div style='position: absolute; bottom: 0px; z-index: 2; height: 36px;' id='#{options[:div_id]}'>
194
+ " <script type='text/javascript' src='#{subdomain_url}/javascripts/uBar.js'></script>
195
+ <div style='position: absolute; bottom: 0px; z-index: 2; height: 36px;' id='#{options[:div_id]}'>
195
196
  <object>
196
197
  <param value='#{subdomain_url}/uBar.swf' name='movie'>
197
198
  <param value='100%' name='width'>
@@ -1,3 +1,3 @@
1
1
  class UboostClient
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uboost-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: