thefox-hello 1.15.0 → 1.15.1

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: 5d50b5db8bc3dbff6d0ea2038ff9603389339c31
4
- data.tar.gz: 4a3f1fbbe3f896de4721565501601a0d0e2e6e66
3
+ metadata.gz: 8daf2e87456e7c22f965ac4fbf6c5b030a573aa2
4
+ data.tar.gz: 3c1aad047df1feb989c79d6bb8079a5a7f99ae99
5
5
  SHA512:
6
- metadata.gz: 5a425aec2059cef9575b03d7ce060e547348879f30a2397092852a53d1d8afdcb3fa45c939207e07096db42471adfa19840be5a61dfccb35ab805f872c8f70c0
7
- data.tar.gz: 3d3618d0b645ddaba9bf985aabbe7746408b3a343489bad6bd33985f5e87eb3841a240a5938d9d5ff65e00301eeb7bc2d70f3e56e8f7c5412fde16a87ab6e13b
6
+ metadata.gz: 1e9025b97be8eac2c786d1a5ba1826a450901fdf8a0a5b9a50f19121426af7a85badb1e8125d3f7b1e1b306be97f8257be675c9509cffd102f8059fb6fb25791
7
+ data.tar.gz: 3769e3ab5c85a1e32cae71388d09892ecb8bced89bc0d05af049b783161586d7c6cf222b4197664943def331ebe3a4bed40f89a3cfd7989a11b89c6ca1f0352d
data/.gitlab-ci.yml CHANGED
@@ -14,8 +14,6 @@ test_21:
14
14
  image: ruby:2.1
15
15
  stage: test
16
16
  environment: test
17
- only:
18
- - tags
19
17
  script:
20
18
  - make test
21
19
 
@@ -23,8 +21,6 @@ test_22:
23
21
  image: ruby:2.2
24
22
  stage: test
25
23
  environment: test
26
- only:
27
- - tags
28
24
  script:
29
25
  - make test
30
26
 
@@ -32,8 +28,6 @@ test_23:
32
28
  image: ruby:2.3
33
29
  stage: test
34
30
  environment: test
35
- only:
36
- - tags
37
31
  script:
38
32
  - make test
39
33
 
data/thefox-hello.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'thefox-hello'
5
- spec.version = '1.15.0'
5
+ spec.version = '1.15.1'
6
6
  spec.date = '2016-10-20'
7
7
  spec.author = 'Christian Mayer'
8
8
  spec.email = 'christian@fox21.at'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thefox-hello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Mayer