poptart 0.0.4 → 0.0.5
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.
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poptart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austen Ito
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -208,6 +208,7 @@ files:
|
|
208
208
|
- spec/requests/root_spec.rb
|
209
209
|
- spec/requests/user_management_spec.rb
|
210
210
|
- spec/spec_helper.rb
|
211
|
+
- spec/vcr/answering/survey_questions_answers_a_multiple_choice_question.yml
|
211
212
|
- spec/vcr/answering/survey_questions_answers_a_survey_question.yml
|
212
213
|
- spec/vcr/answering/survey_questions_creates_and_returns_a_random_question_survey.yml
|
213
214
|
- spec/vcr/answering/survey_questions_creates_and_returns_an_empty_survey.yml
|
@@ -245,6 +246,7 @@ test_files:
|
|
245
246
|
- spec/requests/root_spec.rb
|
246
247
|
- spec/requests/user_management_spec.rb
|
247
248
|
- spec/spec_helper.rb
|
249
|
+
- spec/vcr/answering/survey_questions_answers_a_multiple_choice_question.yml
|
248
250
|
- spec/vcr/answering/survey_questions_answers_a_survey_question.yml
|
249
251
|
- spec/vcr/answering/survey_questions_creates_and_returns_a_random_question_survey.yml
|
250
252
|
- spec/vcr/answering/survey_questions_creates_and_returns_an_empty_survey.yml
|