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 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
@@ -1,8 +1,7 @@
1
1
  = title (@index_title || e9_t(:index_title))
2
2
 
3
3
  - content_for :toolbar_right do
4
- = toolbar_actions do
5
- = e9_polls_resource_link(:new, resource_class)
4
+ = e9_polls_resource_link(:new, resource_class)
6
5
 
7
6
  = render 'shared/admin/toolbar'
8
7
 
@@ -1,3 +1,3 @@
1
1
  module E9Polls
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
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.9
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: 2011-10-14 00:00:00.000000000Z
11
+ date: 2013-08-19 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! "** NOTE - This gem depends on e9_base, but does not reference it.
15
- \ It WILL NOT FUNCTION for apps which aren't built on the e9 Rails 3 CMS **\n\n==
16
- E9Polls\n\nProvites a Poll renderable for the e9 Rails 3 CMS.\n\n== Installation\n\n1.
17
- \ Include the gem and run the install generator to copy over the necessary files,
18
- \n then migrate.\n \n rails g e9_polls:install\n\n This will
19
- install the db migration, the JS and CSS required for the plugin to \n function
20
- properly, and an initializer.\n \n Modify the CSS as you see fit and the JS
21
- as required (carefully).\n\n Check out the initializer and modify if necessary.
22
- \ For non-Ajax fallbacks it uses \n the 'application' layout. This should be
23
- changed if the app doesn't use application \n layout as a sensible default.\n\n2.
24
- \ Migrate the database. \n\n rake db:migrate\n\n3. Finally, include the
25
- generated javascript and css (e9_polls.js and e9_polls.css) \n in the fashion
26
- suited to the app.\n\n4. There is no #4.\n"
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: 1.8.10
86
+ rubygems_version: 2.0.3
89
87
  signing_key:
90
- specification_version: 3
88
+ specification_version: 4
91
89
  summary: Polls module for the e9 Rails 3 cms
92
90
  test_files: []