gitlab-chronic 0.10.5 → 0.10.6

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
  SHA256:
3
- metadata.gz: 2b5a569ed8fd73d35d0726a7cb2f19f1ca3507543032bff4ca3f1aa73e1ba94f
4
- data.tar.gz: 15f9949677fc421bf44def4fbf0da85928847e4918d4375657cf43c64f3f92fe
3
+ metadata.gz: eb48528da3dba69fc9837df043a6a2d47bba1d3f015c1d859051f2789acbec77
4
+ data.tar.gz: 107bf187d583ebc2fe92843391dd06f6c55fd8fdcb9dfb2c615245a046ff5d55
5
5
  SHA512:
6
- metadata.gz: d8ae6e9b8292042fce47b1125f2fd11aab058e45c5ab00fe01fdee2e8b8dddcc062fd505f1de80bc7a05fcc04c329e3229746bcbfaaa07b5d3d82ad7161a1a09
7
- data.tar.gz: 727012bcb6c52dcd35e3f87ef099d50e27d7ab7b7c719a8f21d25e4ab802c06b3aa70a1acb790fa376efb2851d2c2d8e03c33539e3c03e51f33b90f04893044f
6
+ metadata.gz: 00b36dc08e0c6c34afb4b438135ae04bb10c217384a99a2ab8f99e910fc2b79e2368d2bc7b4db98b47d1a915fd6ad122dc12824f401804de8c0021feb25f0640
7
+ data.tar.gz: a7f5d3025e81818dd996314188ce617c74531eedd75bdbc426fecfb853b04850d2d1113b87cf48a395a62b68cd6c2d9309532b670956d097dae069311590dd88
@@ -5,10 +5,12 @@ cache:
5
5
  - vendor/ruby
6
6
 
7
7
  before_script:
8
- - apk add --update git build-base
8
+ - apk add --update git build-base tzdata
9
9
  - gem install bundler
10
10
  - bundle install --path vendor/ruby
11
11
 
12
12
  rspec:
13
13
  script:
14
14
  - bundle exec rake test
15
+ - ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
16
+ - bundle exec rake test
data/HISTORY.md CHANGED
@@ -1,8 +1,12 @@
1
1
  ## --- Begin gitlab-chronic changes ---
2
2
 
3
+ # 0.10.6 / 2020-01-02
4
+
5
+ * Require gitlab-chronic in tests (https://gitlab.com/gitlab-org/gitlab-chronic/merge_requests/9)
6
+
3
7
  # 0.10.5 / 2019-11-25
4
8
 
5
- * Revert changes made between v0.10.2..master ((https://gitlab.com/gitlab-org/gitlab-chronic/merge_requests/7)
9
+ * Revert changes made between v0.10.2..master (https://gitlab.com/gitlab-org/gitlab-chronic/merge_requests/7)
6
10
 
7
11
  # 0.10.4 / 2019-11-24
8
12
 
@@ -1,3 +1,3 @@
1
1
  module Chronic
2
- VERSION = '0.10.5'
2
+ VERSION = '0.10.6'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  unless defined? Chronic
2
2
  $:.unshift File.expand_path('../../lib', __FILE__)
3
- require 'chronic'
3
+ require 'gitlab-chronic'
4
4
  end
5
5
 
6
6
  require 'minitest/autorun'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-chronic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-11-25 00:00:00.000000000 Z
12
+ date: 2020-01-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: numerizer