survey-gizmo-ruby 6.6.0 → 6.7.0
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/survey_gizmo/configuration.rb +1 -1
- data/lib/survey_gizmo/version.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0f7c1b7c1989e807e2aad794b3b55836382ce2a667ef1fca0c60dbd1ca6045c8
|
|
4
|
+
data.tar.gz: 1c91c4b30cfb6af1485f92051a023115d146c8e5b03f8079a84b013e45560768
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 762529071658cb08a7cc48be9872bc8b11a8ba647925951254aa55c7584947c4a8d0df248003cd753247f7ee90c6a15ae74a6d972a1f2edf7be03cf01e8535c1
|
|
7
|
+
data.tar.gz: a82828bca4c4c2a45051149ce9d1ae0cdecf3e7f1291287c2aadec97de1ea2b81c039082baab264f849d1fc76fe092230ad0e8a6504ed2705dfe97f519adfa8d
|
data/CHANGELOG.md
CHANGED
data/lib/survey_gizmo/version.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED
|
@@ -47,7 +47,7 @@ describe SurveyGizmo::Configuration do
|
|
|
47
47
|
end
|
|
48
48
|
|
|
49
49
|
expect(SurveyGizmo.configuration.api_url).to eq('https://restapi.surveygizmo.eu')
|
|
50
|
-
expect(SurveyGizmo.configuration.api_time_zone).to eq('
|
|
50
|
+
expect(SurveyGizmo.configuration.api_time_zone).to eq('UTC')
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
it 'should fail with an unavailable region' do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: survey-gizmo-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kabari Hendrick
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2019-04-11 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: activesupport
|
|
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
265
265
|
version: '0'
|
|
266
266
|
requirements: []
|
|
267
267
|
rubyforge_project:
|
|
268
|
-
rubygems_version: 2.6
|
|
268
|
+
rubygems_version: 2.7.6
|
|
269
269
|
signing_key:
|
|
270
270
|
specification_version: 4
|
|
271
271
|
summary: Gem to use the SurveyGizmo.com REST API, v3+
|
|
@@ -281,4 +281,3 @@ test_files:
|
|
|
281
281
|
- spec/test_json/page.json
|
|
282
282
|
- spec/test_json/question.json
|
|
283
283
|
- spec/test_json/survey.json
|
|
284
|
-
has_rdoc:
|