social_buttons 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SocialButtons
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,7 +9,7 @@
9
9
  var s = document.createElement('script');
10
10
  s.type = 'text/javascript';
11
11
  s.async = true;
12
- s.id = id;
12
+ if(id) s.id = id;
13
13
  s.src = src;
14
14
  var x = document.getElementsByTagName('script')[0];
15
15
  x.parentNode.insertBefore(s, x);
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: social_buttons
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Kojin
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-06-29 00:00:00 Z
13
+ date: 2012-06-30 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails