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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: cdeb8a4075e983ca3f0b7058c70c540c33fa7f97
4
- data.tar.gz: b5deed399c77390034e9172078997c825d2a2195
2
+ SHA256:
3
+ metadata.gz: 0f7c1b7c1989e807e2aad794b3b55836382ce2a667ef1fca0c60dbd1ca6045c8
4
+ data.tar.gz: 1c91c4b30cfb6af1485f92051a023115d146c8e5b03f8079a84b013e45560768
5
5
  SHA512:
6
- metadata.gz: 3a33df859fd29a6fabd92c7b0f7b999bc37b70d338783e507f149ad5496c5754eb9a7c5982e0b0a1260c225b102c05c4a9c475fb65c90e9f625ab73721d25b2e
7
- data.tar.gz: 8831e3340fe23219a455a4ca05b6b87336174ff5f6c7ebec23154cd18a08e15593d132c9f517b3c9eab91b58def231aed51622cc35b9375f26c6742bcf4ebc60
6
+ metadata.gz: 762529071658cb08a7cc48be9872bc8b11a8ba647925951254aa55c7584947c4a8d0df248003cd753247f7ee90c6a15ae74a6d972a1f2edf7be03cf01e8535c1
7
+ data.tar.gz: a82828bca4c4c2a45051149ce9d1ae0cdecf3e7f1291287c2aadec97de1ea2b81c039082baab264f849d1fc76fe092230ad0e8a6504ed2705dfe97f519adfa8d
@@ -1,5 +1,8 @@
1
1
  # Versions
2
2
 
3
+ ## 6.7.0
4
+ * Change timezone for EU servers to UTC (#103)
5
+
3
6
  ## 6.6.0
4
7
  * Allow setting default locale for multi-language title (#101)
5
8
 
@@ -46,7 +46,7 @@ module SurveyGizmo
46
46
  },
47
47
  eu: {
48
48
  url: 'https://restapi.surveygizmo.eu',
49
- locale: 'Berlin'
49
+ locale: 'UTC'
50
50
  }
51
51
  }
52
52
 
@@ -1,3 +1,3 @@
1
1
  module SurveyGizmo
2
- VERSION = '6.6.0'
2
+ VERSION = '6.7.0'
3
3
  end
@@ -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('Berlin')
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.6.0
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: 2017-12-18 00:00:00.000000000 Z
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.8
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: