e9_polls 1.0.9 → 1.0.10
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 +7 -0
- data/app/views/e9_polls/polls/index.html.haml +1 -2
- data/lib/e9_polls/version.rb +1 -1
- metadata +20 -22
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d05eb4e1efd4c64a79b603a1b9bf469a41f9dcc4
|
|
4
|
+
data.tar.gz: 4c25240a89752cb90f6ad2d8fbf7db38d058d3e7
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 62f369e79afc37236ad79d5341bd37bf7accfa1ea010e044a9cefa9b8c492f426ae59b5e26aca75a2f520694a6954ca85b32f2550b27b496f2bbd24e645d2be8
|
|
7
|
+
data.tar.gz: 2c274f79f797d7cdb03cf3a46223dfb223468849bc6a990fd1bd6e7abd5c5fd61254c7de380dd7059b50cd69cbd1958f73f6b52cddb8982fadecd57a8397d4a7
|
data/lib/e9_polls/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: e9_polls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.0.10
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Travis Cox
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
|
-
description:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
\
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
\
|
|
25
|
-
|
|
26
|
-
|
|
13
|
+
description: "** NOTE - This gem depends on e9_base, but does not reference it. It
|
|
14
|
+
WILL NOT FUNCTION for apps which aren't built on the e9 Rails 3 CMS **\n\n== E9Polls\n\nProvites
|
|
15
|
+
a Poll renderable for the e9 Rails 3 CMS.\n\n== Installation\n\n1. Include the
|
|
16
|
+
gem and run the install generator to copy over the necessary files, \n then migrate.\n
|
|
17
|
+
\ \n rails g e9_polls:install\n\n This will install the db migration,
|
|
18
|
+
the JS and CSS required for the plugin to \n function properly, and an initializer.\n
|
|
19
|
+
\ \n Modify the CSS as you see fit and the JS as required (carefully).\n\n
|
|
20
|
+
\ Check out the initializer and modify if necessary. For non-Ajax fallbacks it
|
|
21
|
+
uses \n the 'application' layout. This should be changed if the app doesn't
|
|
22
|
+
use application \n layout as a sensible default.\n\n2. Migrate the database.
|
|
23
|
+
\n\n rake db:migrate\n\n3. Finally, include the generated javascript and
|
|
24
|
+
css (e9_polls.js and e9_polls.css) \n in the fashion suited to the app.\n\n4.
|
|
25
|
+
\ There is no #4.\n"
|
|
27
26
|
email:
|
|
28
27
|
- travis@e9digital.com
|
|
29
28
|
executables: []
|
|
@@ -67,26 +66,25 @@ files:
|
|
|
67
66
|
- lib/generators/e9_polls/templates/stylesheet.css
|
|
68
67
|
homepage: http://github.com/e9digital/e9_polls
|
|
69
68
|
licenses: []
|
|
69
|
+
metadata: {}
|
|
70
70
|
post_install_message:
|
|
71
71
|
rdoc_options: []
|
|
72
72
|
require_paths:
|
|
73
73
|
- lib
|
|
74
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
|
-
none: false
|
|
76
75
|
requirements:
|
|
77
|
-
- -
|
|
76
|
+
- - '>='
|
|
78
77
|
- !ruby/object:Gem::Version
|
|
79
78
|
version: '0'
|
|
80
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
|
-
none: false
|
|
82
80
|
requirements:
|
|
83
|
-
- -
|
|
81
|
+
- - '>='
|
|
84
82
|
- !ruby/object:Gem::Version
|
|
85
83
|
version: '0'
|
|
86
84
|
requirements: []
|
|
87
85
|
rubyforge_project: e9_polls
|
|
88
|
-
rubygems_version:
|
|
86
|
+
rubygems_version: 2.0.3
|
|
89
87
|
signing_key:
|
|
90
|
-
specification_version:
|
|
88
|
+
specification_version: 4
|
|
91
89
|
summary: Polls module for the e9 Rails 3 cms
|
|
92
90
|
test_files: []
|