rails_responsive_rater 0.0.1 → 0.0.2

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/README.md CHANGED
@@ -60,7 +60,7 @@ The helper can take a hash of options to override the defaults and customize the
60
60
  * max - (5) maximum rating value, also corresponds to how many rating items to display.
61
61
  * readonly - (false) control whether the user can change the displayed rating.
62
62
  * value - (min) the value of the rating to start with.
63
- * content - (★) the content to use for the rating display. This can be any valid HTML. Let your imagination go wild!
63
+ * content - (★) the content to use for the rating display. This can be any valid HTML. Because it's just HTML it's fully styleable with things like CSS animations, transitions, etc... Let your imagination go wild!
64
64
 
65
65
  ### Client-side API
66
66
 
@@ -1,3 +1,3 @@
1
1
  module RailsResponsiveRater
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -14,4 +14,5 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "rails_responsive_rater"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = RailsResponsiveRater::VERSION
17
+ gem.license = "MIT"
17
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_responsive_rater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-07-10 00:00:00.000000000 Z
13
+ date: 2013-07-11 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: This project was created because I was not happy with any of the existing
16
16
  rating plugins I found for Rails. Mainly because they all relied on images (usually
@@ -37,7 +37,8 @@ files:
37
37
  - vendor/assets/javascripts/jquery.responsive-rater.js
38
38
  - vendor/assets/stylesheets/jquery.responsive-rater.css.sass
39
39
  homepage: https://github.com/swalke16/rails_responsive_rater
40
- licenses: []
40
+ licenses:
41
+ - MIT
41
42
  post_install_message:
42
43
  rdoc_options: []
43
44
  require_paths: