questionpro_rails 0.1.7 → 0.1.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: b5dfc5c50137d8be30d4cf00dad12d496f2004ee
4
- data.tar.gz: ca44a878196dc4cc3fadedcd0326200827aa93f0
3
+ metadata.gz: 9fd5a2156f90c5bebf9619d3f6a28af7f78fcf04
4
+ data.tar.gz: 4ff5ff9f92b3e59ca7a0ba161779a0878d17ae21
5
5
  SHA512:
6
- metadata.gz: 2d02bf6fa8a8eaccfa49ca967c53f0ca062dadfdb5a938cd8812571128b729043241e6b380281df68225bd4febf1eb548d007834323ab7600be190fe69691f26
7
- data.tar.gz: 8069fb55233eeb183d93c5b3c529054e449c017b63d5e925565a5c3cd81e99b9b0df8c52b5f7765971dc14d4964cc45acdb60f1e5598220a87a3cbf863ac40a0
6
+ metadata.gz: b2909c9ad4dfbaeeea0cb6d06508c51e1f233a8a0788c845d99692d0f3ad9bf2900cadec3e98eaab56f72ebe32768f77834825febc15efa9b075e2036d244736
7
+ data.tar.gz: 9827fd53d6a3abe5d85dbaf89ec6f1df1d74b6c0b84bc61faaee6357fd72b5a7e628d10fba40a303b00e8236dc6a9a9b3e9833286ab7f9b345c758ea9bd45d5d
@@ -124,8 +124,7 @@ module QuestionproRails
124
124
  survey_responses = []
125
125
  result_responses = result['response']['responses']
126
126
  result_responses.each do |response|
127
- new_response = SurveyResponse.new(response)
128
- survey_responses.push(SurveyResponse.new(new_response))
127
+ survey_responses.push(SurveyResponse.new(response))
129
128
  end
130
129
 
131
130
  return survey_responses
@@ -21,7 +21,7 @@ module QuestionproRails
21
21
  @response_status = attributes['responseStatus']
22
22
  @time_taken = attributes['timeTaken']
23
23
  @timestamp = attributes['timestamp']
24
- @original_object = attributes
24
+ @original_object = attributes
25
25
  end
26
26
 
27
27
  # Extract the Response Set from the hash stored
@@ -1,4 +1,4 @@
1
1
  module QuestionproRails
2
2
  # Gem Version
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: questionpro_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Assem Deghady