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 +4 -4
- data/.gitlab-ci.yml +3 -1
- data/HISTORY.md +5 -1
- data/lib/chronic/version.rb +1 -1
- data/test/helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb48528da3dba69fc9837df043a6a2d47bba1d3f015c1d859051f2789acbec77
|
4
|
+
data.tar.gz: 107bf187d583ebc2fe92843391dd06f6c55fd8fdcb9dfb2c615245a046ff5d55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00b36dc08e0c6c34afb4b438135ae04bb10c217384a99a2ab8f99e910fc2b79e2368d2bc7b4db98b47d1a915fd6ad122dc12824f401804de8c0021feb25f0640
|
7
|
+
data.tar.gz: a7f5d3025e81818dd996314188ce617c74531eedd75bdbc426fecfb853b04850d2d1113b87cf48a395a62b68cd6c2d9309532b670956d097dae069311590dd88
|
data/.gitlab-ci.yml
CHANGED
@@ -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 (
|
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
|
|
data/lib/chronic/version.rb
CHANGED
data/test/helper.rb
CHANGED
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.
|
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:
|
12
|
+
date: 2020-01-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: numerizer
|