tapsoob 0.8.0-java → 0.8.1-java

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: 53e2af0a3020ebf8fdb33422e759c99f6a8c1248597fe915c68c50f1643eb2e0
4
- data.tar.gz: c383c59e778444a407dc9621c6d10c51379885ab5fa62510a5ded781da17e1f8
3
+ metadata.gz: 77bde5214a866df07458f410b7fa67ca607a4acbe7b1d900988b7cf7395a9c49
4
+ data.tar.gz: a73931fa3fffa845a1a3a7c71330f9de8f269dfcd906f0bce131333a9571a3dd
5
5
  SHA512:
6
- metadata.gz: 4f9677edd70030cc6974677c9c89646c9713d759485bc376122eb86845c409eec81784a97e17f65709989e9900ce9434f98294577871d33e5cb6c5b3c5efb86d
7
- data.tar.gz: 1acc4a17fb65efbffba9acf8825981be69e7a1f590ddac06c6f45c3ffcee8e72413167ba5ff929cb34795619460bf258af05ff618acccee9f7e7cf362a685671
6
+ metadata.gz: e983b47431ed6b580d2db8140f898b7e4a907248012343067f8644738d85344891281b2c2cb830df39a36fedc26dbb87c8273067e18d44c8901f55fc43ebdb62
7
+ data.tar.gz: 0a029a1e8c691823b81e3bd4201dcf4228445928db8f077c6cd5e28086a711be70146e5bf735702c57632955179a329914f55b2a5df5c3ca3c8df5ac7a6c3e37
data/.gitlab-ci.yml CHANGED
@@ -19,6 +19,10 @@ stages:
19
19
  tags:
20
20
  - linux
21
21
  - docker
22
+ rules:
23
+ - if: $CI_COMMIT_TAG
24
+ when: never
25
+ - when: on_success
22
26
  variables:
23
27
  INTEGRATION_TESTS: "1"
24
28
  SYSTEM_TESTS: "1"
@@ -135,6 +139,10 @@ test-jruby:
135
139
  tags:
136
140
  - linux
137
141
  - docker
142
+ rules:
143
+ - if: $CI_COMMIT_TAG
144
+ when: never
145
+ - when: on_success
138
146
  before_script:
139
147
  - apt-get update -qq && apt-get install -y -qq git libsqlite3-dev
140
148
  - bundle install --quiet
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Tapsoob
3
- VERSION = "0.8.0".freeze
3
+ VERSION = "0.8.1".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapsoob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: java
6
6
  authors:
7
7
  - Félix Bellanger