effective_polls 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/effective/poll_results/results/{_select_upto_1.html.haml → _select_up_to_1.html.haml} +0 -0
- data/app/views/effective/poll_results/results/{_select_upto_2.html.haml → _select_up_to_2.html.haml} +0 -0
- data/app/views/effective/poll_results/results/{_select_upto_3.html.haml → _select_up_to_3.html.haml} +0 -0
- data/app/views/effective/poll_results/results/{_select_upto_4.html.haml → _select_up_to_4.html.haml} +0 -0
- data/app/views/effective/poll_results/results/{_select_upto_5.html.haml → _select_up_to_5.html.haml} +0 -0
- data/lib/effective_polls/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aebcfa6f3efd89aa11a576d324f53b5d1438b94c8f71d2253c307898f600abef
|
4
|
+
data.tar.gz: c93f89535c8d5938d1025cf106f0a914b395e8b45c6992d48a02b9dd4a4465af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 787542d8c6ef91a83f68eded3aaf00455b36342e5e54a0572869d3d31588d307d2e2c0c96520560b77487227925b41927404b8622bf891bb422c89ca187c6ed7
|
7
|
+
data.tar.gz: 48a308bcaa45d2a478f918c5fa714aa870581a6ec572a5f08489550ce30740272ac1386668e0c3500b4567e789bc987790f46504a666700cc668ae7053e65059
|
data/app/views/effective/poll_results/results/{_select_upto_1.html.haml → _select_up_to_1.html.haml}
RENAMED
File without changes
|
data/app/views/effective/poll_results/results/{_select_upto_2.html.haml → _select_up_to_2.html.haml}
RENAMED
File without changes
|
data/app/views/effective/poll_results/results/{_select_upto_3.html.haml → _select_up_to_3.html.haml}
RENAMED
File without changes
|
data/app/views/effective/poll_results/results/{_select_upto_4.html.haml → _select_up_to_4.html.haml}
RENAMED
File without changes
|
data/app/views/effective/poll_results/results/{_select_upto_5.html.haml → _select_up_to_5.html.haml}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_polls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
@@ -164,11 +164,11 @@ files:
|
|
164
164
|
- app/views/effective/poll_results/results/_number.html.haml
|
165
165
|
- app/views/effective/poll_results/results/_poll_question_option.html.haml
|
166
166
|
- app/views/effective/poll_results/results/_select_all_that_apply.html.haml
|
167
|
-
- app/views/effective/poll_results/results/
|
168
|
-
- app/views/effective/poll_results/results/
|
169
|
-
- app/views/effective/poll_results/results/
|
170
|
-
- app/views/effective/poll_results/results/
|
171
|
-
- app/views/effective/poll_results/results/
|
167
|
+
- app/views/effective/poll_results/results/_select_up_to_1.html.haml
|
168
|
+
- app/views/effective/poll_results/results/_select_up_to_2.html.haml
|
169
|
+
- app/views/effective/poll_results/results/_select_up_to_3.html.haml
|
170
|
+
- app/views/effective/poll_results/results/_select_up_to_4.html.haml
|
171
|
+
- app/views/effective/poll_results/results/_select_up_to_5.html.haml
|
172
172
|
- app/views/effective/poll_results/results/_short_answer.html.haml
|
173
173
|
- app/views/effective/poll_results/results/_upload_file.html.haml
|
174
174
|
- app/views/effective/polls_mailer/poll_reminder.liquid
|