voteable_nf 0.0.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: dc308a0e0d31451872878c39d07e60ced4df154a
4
+ data.tar.gz: b66633c3099baf3c8803481fd210b3bce34ed823
5
+ SHA512:
6
+ metadata.gz: c7c92ee756129cac6c6fa72a299e28f1ef66fc71e2fa236d57dd6ff88776cde5badda3dbf6dd37c1af1fb929b2f87c0de4a3798dcadf55d9ea05a691bea9c7c2
7
+ data.tar.gz: 457e22ca137532db05f340645d46a4346216ebe992770a2eb66cd918010b2b1491c2bc1042228e89969cf0d9d86892f1323b2a5dcb14ee1d970916f02622efa0
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: voteable_nf
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Naveed Fida
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-01-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |-
14
+ A gem that allows you to add voting capabilities to
15
+ rails models
16
+ email: naveedfida01@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: http://www.github.com
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.6.11
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A voting gem
44
+ test_files: []