chiketto 0.4.7 → 0.4.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fe182668f0ba773e90ca1d3e00e0891f7b29fd0
4
- data.tar.gz: 5366c09c37057e93db34ca46208d02613c43886e
3
+ metadata.gz: 4c7ae750d116ab1df0463f0674fb1444b57371c6
4
+ data.tar.gz: 24ee0e3f5ea28e4f5d124d0b136cc559aa351ff0
5
5
  SHA512:
6
- metadata.gz: f47071f3bb35e426d06630f58c1f468121300fbbc4b684f90f59b595128c47c2edbbceab47a2db62b44579d49802e0c90a50cc2d33e21d18c8835114c4fa1da3
7
- data.tar.gz: 70842e569625439e1828b5f51eda7e95793766f1c7d558e981406c3b94b078286deecc885c895c09b26d27c5489bef5406443788692aa022eabfb3ec48761d63
6
+ metadata.gz: 5a01a2ecacc729b7c779447d74d031353852a2f79e2b31d3bdeaa07e78b5c6dbeb5692b182f7c3f62b309b881ab884d21aec4b62cadcbd06d21067008f457c8a
7
+ data.tar.gz: 8a889152c916171eae8eab2afe5012bde446e8e5c1f2dc2f7cf41fd45cce2fe77f3b5c6a54c0c99b7c41682aa0155cad3eadda02d268a40d654acf02477fa4a9
@@ -48,7 +48,7 @@ module Chiketto
48
48
 
49
49
  def questions
50
50
  questions = Event.find_questions id
51
- questions.map { |question| Question.new question }
51
+ questions['questions'].map { |question| Question.new question }
52
52
  end
53
53
 
54
54
  def organizer
@@ -1,3 +1,3 @@
1
1
  module Chiketto
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chiketto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Radford