spok 2.1.2 → 2.1.3

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
  SHA256:
3
- metadata.gz: 571db80e2ea6a3a0f09cc4846c42cbb9226894550b058b9991a8c1bf490dd5da
4
- data.tar.gz: b456361443763e0f0490ed5ae207965191b97a77bf3181299ea4f3691662f411
3
+ metadata.gz: bad6a856cfcef094c9d9791cc1ae7e0e3431ef676d14c9f38cf0e1e055a3f077
4
+ data.tar.gz: c480cec8388c406da6752bffc197f0ede4cce333142b2370304f9d149e95b1eb
5
5
  SHA512:
6
- metadata.gz: 40b76e50afd97c5da8d18b3faae3cbf0274f80c41c7ee64bf4eff734e056624f6498391018f87cc60801d71fb29a99ad6ad1819a1d1895874c983b570f535022
7
- data.tar.gz: b5ec01d7ea3a8e511bd38c313767a664eb5db2c304e994e70c5c6ea9de945cd7cf4ca80286a6fc38dbdd3f56c030f527e288a49a1ab1cbd28c363ccb704bf454
6
+ metadata.gz: b4508d77222fa85698bcfdf7878ab7cf52faf6e71caaaa5493841bf89555394ff75e9939a8735178f5d193595f5f79547e66283ace77697a1770355ae05350ca
7
+ data.tar.gz: 8f3e6839a98f3b0541275fa1a13c35257acffb5b4ab964ddeb30b3cb1d1bb1437c860a214d42e397c7ef8c5787a1ed9b957854a8235da2a0f2ac37f3adde1b48
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## [2.1.3] - 2020-11-17
7
+
8
+ * Remove 2020-11-20 holiday from Bovespa calendar due to their note about
9
+ the day.
10
+ Check it here: http://www.b3.com.br/pt_br/noticias/funcionamento-da-b3-8AE490C97215B74E0172959F18F11323.htm
11
+
6
12
  ## [2.1.2] - 2020-04-29
7
13
 
8
14
  * Add 2020's Good Friday holiday on US calendar
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- spok (2.1.1)
4
+ spok (2.1.3)
5
5
  activesupport (>= 5.1, < 7.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.2.2)
10
+ activesupport (6.0.3.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
14
14
  tzinfo (~> 1.1)
15
- zeitwerk (~> 2.2)
16
- concurrent-ruby (1.1.6)
17
- diff-lcs (1.3)
18
- i18n (1.8.2)
15
+ zeitwerk (~> 2.2, >= 2.2.2)
16
+ concurrent-ruby (1.1.7)
17
+ diff-lcs (1.4.4)
18
+ i18n (1.8.5)
19
19
  concurrent-ruby (~> 1.0)
20
- minitest (5.14.0)
20
+ minitest (5.14.2)
21
21
  rake (13.0.1)
22
- rspec (3.9.0)
23
- rspec-core (~> 3.9.0)
24
- rspec-expectations (~> 3.9.0)
25
- rspec-mocks (~> 3.9.0)
26
- rspec-core (3.9.1)
27
- rspec-support (~> 3.9.1)
28
- rspec-expectations (3.9.1)
22
+ rspec (3.10.0)
23
+ rspec-core (~> 3.10.0)
24
+ rspec-expectations (~> 3.10.0)
25
+ rspec-mocks (~> 3.10.0)
26
+ rspec-core (3.10.0)
27
+ rspec-support (~> 3.10.0)
28
+ rspec-expectations (3.10.0)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.9.0)
31
- rspec-mocks (3.9.1)
30
+ rspec-support (~> 3.10.0)
31
+ rspec-mocks (3.10.0)
32
32
  diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.9.0)
34
- rspec-support (3.9.2)
33
+ rspec-support (~> 3.10.0)
34
+ rspec-support (3.10.0)
35
35
  thread_safe (0.3.6)
36
- tzinfo (1.2.7)
36
+ tzinfo (1.2.8)
37
37
  thread_safe (~> 0.1)
38
- zeitwerk (2.3.0)
38
+ zeitwerk (2.4.1)
39
39
 
40
40
  PLATFORMS
41
41
  ruby
@@ -383,7 +383,6 @@ bovespa:
383
383
  - 2020-09-07
384
384
  - 2020-10-12
385
385
  - 2020-11-02
386
- - 2020-11-20
387
386
  - 2020-12-24
388
387
  - 2020-12-25
389
388
  - 2020-12-31
@@ -1,3 +1,3 @@
1
1
  class Spok
2
- VERSION = '2.1.2'.freeze
2
+ VERSION = '2.1.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spok
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Magnetis Staff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-30 00:00:00.000000000 Z
11
+ date: 2020-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -116,8 +116,6 @@ files:
116
116
  - lib/spok/config/vietnam.yml
117
117
  - lib/spok/version.rb
118
118
  - lib/spok/workday.rb
119
- - pkg/spok-2.1.0.gem
120
- - pkg/spok-2.1.1.gem
121
119
  - spec/fixtures/custom-calendar.yml
122
120
  - spec/lib/spok/calendars_spec.rb
123
121
  - spec/lib/spok/workday_spec.rb
@@ -143,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
141
  - !ruby/object:Gem::Version
144
142
  version: '0'
145
143
  requirements: []
146
- rubygems_version: 3.0.3
144
+ rubygems_version: 3.1.2
147
145
  signing_key:
148
146
  specification_version: 4
149
147
  summary: A gem to work with periods of dates
Binary file
Binary file