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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55593871c1e7e8215d2e8c31e9d113dee87f36c1
4
- data.tar.gz: e37beb50242387f5d7e1d8a42bb35a98df5a2c65
3
+ metadata.gz: d5b0d9be3e7e15344402905af8a4dd144f7d0297
4
+ data.tar.gz: c1f7b0aa3fd4e41b27aa08bd2515925faa2a26aa
5
5
  SHA512:
6
- metadata.gz: 1c8e895dd2677dd7685d11581f582c1ac6e2565955418b133dc325e2aa662ebafa78112076d49b362b7fe0522fcfc5aa00d991a9f6e0c66ea9ce2c042a78a66c
7
- data.tar.gz: a5d766893b732343041719e530a964ce0ca1b415056aa71c866f47c00eecd33ef9886a8fb93a35edf64eafb3a9e0b197f9ba0f2b470e71f1713a9ffb46e41954
6
+ metadata.gz: 1c6d4f3c94cec4c0744e7dd676e992bd1b842a61ea5dbbedc4b8cfa7a57add1df5cd90bef7e1cae8954f3657b68374cd8b8628607c6550906892fa048ebc77d6
7
+ data.tar.gz: a1ba9cbeee381bf1409b7f7b25fc62482c6ccb3312ce9a846c75c0236165c6bf935fba9018a83458d09c698af843c798f74378fd6ba0ae30987c42661684a958
@@ -1 +1 @@
1
- 2.1.4
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** - http://api.polleverywhere.com
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 http://www.polleverywhere.com/onsite-and-dedicated-support#custom_solutions.
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)
@@ -1,3 +1,3 @@
1
1
  module PollEverywhere
2
- VERSION = "0.0.19"
2
+ VERSION = "0.0.20"
3
3
  end
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.19
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-01-14 00:00:00.000000000 Z
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.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