rails-rateit 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -1,3 +1,7 @@
1
+ The original software (the RateIt jQuery plugin) is licensed under the Microsoft Public License.
2
+
3
+ The gem itself is licensed under these terms:
4
+
1
5
  Copyright (c) 2012 Ouvrages
2
6
 
3
7
  MIT License
@@ -1,3 +1,3 @@
1
1
  module Rateit
2
- VERSION = "0.1"
2
+ VERSION = "0.2"
3
3
  end
@@ -7,7 +7,7 @@ module Rateit
7
7
  tag_options["data-rateit-#{name}"] = value
8
8
  end
9
9
 
10
- tag(:div, tag_options)
10
+ content_tag(:div, "", tag_options)
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-rateit
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
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: 2012-06-06 00:00:00.000000000 Z
12
+ date: 2012-06-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Rails wrapper for the jQuery RateIt plugin
15
15
  email: