thefox-hello 1.14.0 → 1.15.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
2
  SHA1:
3
- metadata.gz: 6af1699991cf80181350da5e55cd10d770bcae7b
4
- data.tar.gz: a711a6b8e9557dc8cc100a15a73389f410b7f470
3
+ metadata.gz: 5d50b5db8bc3dbff6d0ea2038ff9603389339c31
4
+ data.tar.gz: 4a3f1fbbe3f896de4721565501601a0d0e2e6e66
5
5
  SHA512:
6
- metadata.gz: 530c588e16ed4a0850547df4c8e418167a4c4bc70749dcba6968825a15c215319df31bf277a43366f06b3ce24deeb4d01bf0c2c6a873a3b892a9ab35bcb77544
7
- data.tar.gz: ba8cd7ab865463992635d4bdb2b543fef82ef78b4b6d28a18f2590277ca51621a277fd56d025278c24a755fe597263d68995bb84c571ae946106ef59a30033f6
6
+ metadata.gz: 5a425aec2059cef9575b03d7ce060e547348879f30a2397092852a53d1d8afdcb3fa45c939207e07096db42471adfa19840be5a61dfccb35ab805f872c8f70c0
7
+ data.tar.gz: 3d3618d0b645ddaba9bf985aabbe7746408b3a343489bad6bd33985f5e87eb3841a240a5938d9d5ff65e00301eeb7bc2d70f3e56e8f7c5412fde16a87ab6e13b
data/.gitlab-ci.yml CHANGED
@@ -15,7 +15,7 @@ test_21:
15
15
  stage: test
16
16
  environment: test
17
17
  only:
18
- - master
18
+ - tags
19
19
  script:
20
20
  - make test
21
21
 
@@ -24,7 +24,7 @@ test_22:
24
24
  stage: test
25
25
  environment: test
26
26
  only:
27
- - master
27
+ - tags
28
28
  script:
29
29
  - make test
30
30
 
@@ -33,11 +33,12 @@ test_23:
33
33
  stage: test
34
34
  environment: test
35
35
  only:
36
- - master
36
+ - tags
37
37
  script:
38
38
  - make test
39
39
 
40
40
  release_gem:
41
+ image: ruby:2.3
41
42
  stage: release
42
43
  environment: release
43
44
  only:
data/thefox-hello.gemspec CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'thefox-hello'
5
- spec.version = '1.14.0'
6
- spec.date = '2016-10-15'
5
+ spec.version = '1.15.0'
6
+ spec.date = '2016-10-20'
7
7
  spec.author = 'Christian Mayer'
8
8
  spec.email = 'christian@fox21.at'
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thefox-hello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Mayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-15 00:00:00.000000000 Z
11
+ date: 2016-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest