polleverywhere 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/README.md +2 -2
- data/lib/polleverywhere/models.rb +4 -0
- data/lib/polleverywhere/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5b0d9be3e7e15344402905af8a4dd144f7d0297
|
4
|
+
data.tar.gz: c1f7b0aa3fd4e41b27aa08bd2515925faa2a26aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c6d4f3c94cec4c0744e7dd676e992bd1b842a61ea5dbbedc4b8cfa7a57add1df5cd90bef7e1cae8954f3657b68374cd8b8628607c6550906892fa048ebc77d6
|
7
|
+
data.tar.gz: a1ba9cbeee381bf1409b7f7b25fc62482c6ccb3312ce9a846c75c0236165c6bf935fba9018a83458d09c698af843c798f74378fd6ba0ae30987c42661684a958
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.6
|
data/README.md
CHANGED
@@ -45,7 +45,7 @@ You can do all sorts of fun stuff with polls!
|
|
45
45
|
|
46
46
|
## Additional resources
|
47
47
|
|
48
|
-
* **API Documentation** -
|
48
|
+
* **API Documentation** - https://api.polleverywhere.com
|
49
49
|
* **RDocs** - http://rubydoc.info/gems/polleverywhere/frames
|
50
50
|
* **Mailing list** - http://groups.google.com/group/polleverywhere-dev
|
51
51
|
* **Professional Support** - http://www.polleverywhere.com/professional-support
|
@@ -64,4 +64,4 @@ In the future, you can expect:
|
|
64
64
|
|
65
65
|
## Professional Development & Support
|
66
66
|
|
67
|
-
If you'd like for us to implement part of Poll Everywhere as a documented API or RubyGem and you don't see it on here, please engage our professional support services at
|
67
|
+
If you'd like for us to implement part of Poll Everywhere as a documented API or RubyGem and you don't see it on here, please engage our professional support services at https://www.polleverywhere.com/onsite-and-dedicated-support#custom_solutions.
|
@@ -112,6 +112,10 @@ module PollEverywhere # :nodoc
|
|
112
112
|
description %{Allow participants to respond to the poll through the obscufated permalink.}
|
113
113
|
end
|
114
114
|
|
115
|
+
prop :simple_keywords do
|
116
|
+
description %{True if using Presenter Session. False if using global keywords or auto-generated codes.}
|
117
|
+
end
|
118
|
+
|
115
119
|
attr_accessor :http
|
116
120
|
|
117
121
|
def initialize(http=PollEverywhere.http)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polleverywhere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brad Gessler, Steel Fu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
88
|
version: '0'
|
89
89
|
requirements: []
|
90
90
|
rubyforge_project: polleverywhere
|
91
|
-
rubygems_version: 2.2.
|
91
|
+
rubygems_version: 2.2.3
|
92
92
|
signing_key:
|
93
93
|
specification_version: 4
|
94
94
|
summary: Integrate Poll Everywhere into your Ruby applications
|