star_rating 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aaa24e63c0d6cedf28c98bf4c924cb922808147
4
- data.tar.gz: 09939550668a3ef091131f55d9ecdc4ab66cfab0
3
+ metadata.gz: 21faf7752520503b7a59e8d7dd9f0a5d22b39a11
4
+ data.tar.gz: ac778c56a75b485769b1c44f7136e357d341336b
5
5
  SHA512:
6
- metadata.gz: 4a869e061ddf9e8a025595ffffd687ebe81988659cc139c62dad54172029d5f02bd6d098ad4012b847c440e742caea1c79f9dc222dff1131f97d4ae079f9c78b
7
- data.tar.gz: 08733cf017544c9c4d9641e8a5b90ce16a696ecfacb53debc13f289d3d958727db77acbfffc4e4ae217a055b256d347855e8be9b0c4371ad7625df40ce3320f4
6
+ metadata.gz: 9c7d8758f9b0c29e8e11f7f073552e612f789e48a1faaf47d72856642c244b82cb482e02f9e46ad530c601e37459f6959c809e969c28042ffda89bda6f47ca6b
7
+ data.tar.gz: e416fb48178c10b4ebd1fe6039c0cc3eddcd5003017dfeae05372716c7227102d190cbe4015caf0da39a5fff425ac878a2a309ccb4cdd2f938e1b1ee28115455
@@ -1,3 +1,3 @@
1
1
  module StarRating
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -12,7 +12,7 @@ $star-point-9: $stroke-offset + ',' + (7.639 + $stroke-offset);
12
12
  $star-point-10: (6.91 + $stroke-offset) + ',' + (6.583 + $stroke-offset);
13
13
  $star-points: "#{$star-point-1} #{$star-point-2} #{$star-point-3} #{$star-point-4} #{$star-point-5} #{$star-point-6} #{$star-point-7} #{$star-point-8} #{$star-point-9} #{$star-point-10}";
14
14
 
15
- $star-rating-canvas-size: 20 + $stroke-offset + $star-rating-spacing;
15
+ $star-rating-canvas-size: 20 + $star-rating-outline-width + $star-rating-spacing;
16
16
 
17
17
  $star-canvas: '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="#{$star-rating-canvas-size}px" height="#{$star-rating-canvas-size}px" viewBox="0 0 #{$star-rating-canvas-size} #{$star-rating-canvas-size}" enable-background="new 0 0 #{$star-rating-canvas-size} #{$star-rating-canvas-size}" xml:space="preserve">';
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: star_rating
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lawrence