rating_view_customize 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ad87725538f113ad2d39f8e98a8006c36fa2d46
4
- data.tar.gz: 3afd47dcfb40d918ac4f7207afe4d3aafebc5beb
3
+ metadata.gz: c4bc32bbb16e34c22c2c145093eadf7056972b3a
4
+ data.tar.gz: f52858dc383ee940bb64e667ae5a09c71518503c
5
5
  SHA512:
6
- metadata.gz: 6424fa32b6c0209ce0a66e7c2c89d56a62bd2469b3c2d6eea8f1518169f69f573bff1b59d589baba57dea5b2a9e62ea4083b766ebb1e0b3dfc02267a1d9658e9
7
- data.tar.gz: 7a8ca9be59aa62f4a0dbe582564697949633c2f38336ebd30cc61c5fc4f49b4ecb00d8f7439e233c920ab3b1d6ae9c7580ec0b00d2ea531e4e70d6f115b3987d
6
+ metadata.gz: '08eabd86919beafbab4e950d8029e39644eaaa62db6e874d4da8391228f7028f0ce00d0561fa84c6decfb399bd541ec5a5c62eb6d635e5de494ec460293176e1'
7
+ data.tar.gz: 9fcee4bbf566ec7ab41ba5bd9fc921600f88a152e81613126868dce832d9d7c869d0aeaee09c72f560b334466cd6cc7baa45a0fef0fe1f175019dfe70a1cdeb1
@@ -1,3 +1,3 @@
1
1
  module RatingViewCustomize
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
Binary file
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Rating view for rails using css.}
13
13
  spec.description = %q{}
14
14
  spec.homepage = "https://github.com/dboiii/rating_view_customize"
15
+ spec.license = "MIT"
15
16
 
16
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rating_view_customize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - William
@@ -117,9 +117,11 @@ files:
117
117
  - rating_view_customize-0.1.0.gem
118
118
  - rating_view_customize-0.1.1.gem
119
119
  - rating_view_customize-0.1.2.gem
120
+ - rating_view_customize-0.1.3.gem
120
121
  - rating_view_customize.gemspec
121
122
  homepage: https://github.com/dboiii/rating_view_customize
122
- licenses: []
123
+ licenses:
124
+ - MIT
123
125
  metadata: {}
124
126
  post_install_message:
125
127
  rdoc_options: []