ratable 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ratable/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b93c3b37659d970ebf0628b36e43682f8a6815a
4
- data.tar.gz: 1415a6249b324eca32d99f3d157e4d4c45927cde
3
+ metadata.gz: 8de164f5d06b448bfc98577762846acbdc799041
4
+ data.tar.gz: 29a25e193edd57825709c465a800a3025b728715
5
5
  SHA512:
6
- metadata.gz: bee68586328cc062ab45a56a66cbd0e7f1233c777e8f122bc207b0a1e0d9ba5e87928ec81d3bb8799a7dd998afd367cecfa0b640eaf1848198c1bd40fc82d5b1
7
- data.tar.gz: 8ee44788991793129d91e9cecd549ea0d1fe52576b6217d58a06e160c90214339b98a4941332fa2924ce474b3993f0f432179779a81ee7b5b58cfb9ea70c2a84
6
+ metadata.gz: 6440686c6effdb6c0ceaec022320afb638b1052dcadbc145b5ce56d65674280d83d85e160251c380f3e99cdef81c9120a1f46565b9f587ad84bb9485904fdcef
7
+ data.tar.gz: a9cfcf73aabf987b78b4ac456bb6f895e72a66e61e09e18e3e600f1fa4396c87747f351491c7607345f5cbfcb71b31489251080fadabbd9424e18f23ca37252a
@@ -1,3 +1,3 @@
1
1
  module Ratable
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ratable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - François Bélanger
@@ -108,8 +108,8 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: A Ruby on Rails Gem that allows Models to 'has_many' ratings or 'has_one'
112
- rating.
111
+ description: A simple RoR gem that provides a lightweight framework for building a
112
+ rating systems and includes the JQuery Raty library from https://github.com/wbotelhos/raty.
113
113
  email:
114
114
  - frank@smartbuildingapps.com
115
115
  executables: []
@@ -622,8 +622,8 @@ rubyforge_project:
622
622
  rubygems_version: 2.5.1
623
623
  signing_key:
624
624
  specification_version: 4
625
- summary: A Ruby on Rails Gem that allows Models to 'has_many' ratings or 'has_one'
626
- rating.
625
+ summary: A simple RoR gem that provides a lightweight framework for building a rating
626
+ systems and includes the JQuery Raty library from https://github.com/wbotelhos/raty.
627
627
  test_files:
628
628
  - spec/spec_helper.rb
629
629
  - spec/dummy/config/environment.rb