rails_responsive_rater 0.0.2 → 0.0.3
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
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: df60bd9b492412d188dc1e5ffa15bed6b65bcf84
|
4
|
+
data.tar.gz: f67dcea2f6aa1225dbacad81ada0657fd5d40542
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4d2a1799f14e4373acd54a1886354d4c9a64986e2ee28d1186f9f582f54c32b260279b9f8d17b266c552e2227e58687cce1e128ea61641ed7c86b4c2e5080713
|
7
|
+
data.tar.gz: afa0a39444c61f946b95012c87c51120088bc53c883b36938b5ad104f9396d0d01b4c431bc422ee7ff2a48057212e1625f951b0086b36ab69b3493b7467c361a
|
metadata
CHANGED
@@ -1,8 +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.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Scott Walker
|
@@ -10,7 +9,7 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date:
|
12
|
+
date: 2014-02-04 00:00:00.000000000 Z
|
14
13
|
dependencies: []
|
15
14
|
description: This project was created because I was not happy with any of the existing
|
16
15
|
rating plugins I found for Rails. Mainly because they all relied on images (usually
|
@@ -39,27 +38,26 @@ files:
|
|
39
38
|
homepage: https://github.com/swalke16/rails_responsive_rater
|
40
39
|
licenses:
|
41
40
|
- MIT
|
41
|
+
metadata: {}
|
42
42
|
post_install_message:
|
43
43
|
rdoc_options: []
|
44
44
|
require_paths:
|
45
45
|
- lib
|
46
46
|
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
-
none: false
|
48
47
|
requirements:
|
49
|
-
- -
|
48
|
+
- - '>='
|
50
49
|
- !ruby/object:Gem::Version
|
51
50
|
version: '0'
|
52
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
52
|
requirements:
|
55
|
-
- -
|
53
|
+
- - '>='
|
56
54
|
- !ruby/object:Gem::Version
|
57
55
|
version: '0'
|
58
56
|
requirements: []
|
59
57
|
rubyforge_project:
|
60
|
-
rubygems_version:
|
58
|
+
rubygems_version: 2.0.6
|
61
59
|
signing_key:
|
62
|
-
specification_version:
|
60
|
+
specification_version: 4
|
63
61
|
summary: A simple, responsive, client-side rating system Rails.
|
64
62
|
test_files: []
|
65
63
|
has_rdoc:
|