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 +4 -4
- data/lib/rating_view_customize/version.rb +1 -1
- data/rating_view_customize-0.1.3.gem +0 -0
- data/rating_view_customize.gemspec +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4bc32bbb16e34c22c2c145093eadf7056972b3a
|
|
4
|
+
data.tar.gz: f52858dc383ee940bb64e667ae5a09c71518503c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08eabd86919beafbab4e950d8029e39644eaaa62db6e874d4da8391228f7028f0ce00d0561fa84c6decfb399bd541ec5a5c62eb6d635e5de494ec460293176e1'
|
|
7
|
+
data.tar.gz: 9fcee4bbf566ec7ab41ba5bd9fc921600f88a152e81613126868dce832d9d7c869d0aeaee09c72f560b334466cd6cc7baa45a0fef0fe1f175019dfe70a1cdeb1
|
|
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.
|
|
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: []
|