queue_it 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a1f6124aaa5d9acd7c58b4e1843bbcd198a2792
4
- data.tar.gz: 86cbadb417f9cedc44f9d4034dd512d9a42bc657
3
+ metadata.gz: 6e0f8c10dbb05748bd09448b5f6d1421a8b406b7
4
+ data.tar.gz: e030dafd924558163c7abf88e2e69df608d5bd1d
5
5
  SHA512:
6
- metadata.gz: b594d12cce86d4c31023f1193969d26cc6cc559101142e87cdc7c09e9fad0358061db805ef697b116bb1db3133c97dacd80afc932575c9dfe6e2f4f3fe58a018
7
- data.tar.gz: 8d481d95d87154427f9e3880964bb2fc525e8a7c2c31f45211067f9a4ecd303b27f0df29598fe4de7f58a9868abae28151f453ad7c03bd15245dc737f8f16079
6
+ metadata.gz: e455106e76f90fc90f8bafb0bb61413ed303d7398d5bdb8ff2421e338d96253bcfcef8e11ec37199fef1e76d9d1de7d174bcc6aef1d7157f926ee30ae974a7de
7
+ data.tar.gz: e6d104ac4641fd6fd7a5c6af5ec5572a422f93789aa71af0e682de77b02f5a8eb392fbae647a94a3a5d97ca123f219927af494f296b10ce28daff0b2f4eec2f0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 1.1.2 - 2015-05-19
2
+
3
+ * More time zone mappings.
4
+ * Fixed discrepancy between 'Paris' and 'Europe/Paris'
5
+ timezone mapping to Microsoft zones.
6
+
1
7
  ### 1.1.1 - 2015-05-11
2
8
 
3
9
  * `QueueIt::Api::Event`
@@ -46,12 +46,27 @@ module QueueIt
46
46
  ONE_HOUR = 3600
47
47
 
48
48
  MICROSOFT_TIME_ZONE_INDEX_VALUES = {
49
- "Europe/Copenhagen" => "Romance Standard Time",
50
49
  "Europe/Helsinki" => "FLE Standard Time",
50
+ "Helsinki" => "FLE Standard Time",
51
+
51
52
  "Europe/London" => "GMT Standard Time",
52
- "Europe/Paris" => "GMT Standard Time",
53
+ "London" => "GMT Standard Time",
54
+ "Edinburgh" => "GMT Standard Time",
55
+
56
+ "Europe/Dublin" => "GMT Standard Time",
57
+ "Dublin" => "GMT Standard Time",
58
+
59
+ "Europe/Copenhagen" => "Romance Standard Time",
60
+ "Copenhagen" => "Romance Standard Time",
61
+
62
+ "Europe/Paris" => "Romance Standard Time",
53
63
  "Paris" => "Romance Standard Time",
64
+
65
+ "Europe/Stockholm" => "W. Europe Standard Time",
54
66
  "Stockholm" => "W. Europe Standard Time",
67
+
68
+ "Europe/Rome" => "W. Europe Standard Time",
69
+ "Rome" => "W. Europe Standard Time",
55
70
  }.freeze
56
71
 
57
72
  EVENT_ID_FORMAT = /\A[a-zA-z0-9]{1,20}\z/.freeze
@@ -1,3 +1,3 @@
1
1
  module QueueIt
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queue_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Billetto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2015-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 2.2.2
145
+ rubygems_version: 2.4.5
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: Gem to handle the implementation of http://queue-it.net