wercker_api 0.1.2.pre → 0.1.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/lib/wercker_api/version.rb +1 -1
- data/wercker.yml +9 -5
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfe11e2aabe45e05cd802e0652af2ed1ee03359b
|
|
4
|
+
data.tar.gz: e326a9a36c82cac40eb411b0cb74451fd180a0c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d185883136cdbb7d9477f6de7798158840134620be9b6f844d8661d92a3e88a19dcfb096e6333fc357760edf79aded3c9aa4f74881ebaa32b8c8a27bd5b5392
|
|
7
|
+
data.tar.gz: 531c24f1fa0ff927d52a5a644b28123d0dc7f0e57ce3aff795f815aa86847507486c17ae1c1ae5546e40736211bcc4a9e63eac915dfaa5c74c8b4feb87f37219
|
data/lib/wercker_api/version.rb
CHANGED
data/wercker.yml
CHANGED
|
@@ -20,13 +20,17 @@ deploy-pre-release:
|
|
|
20
20
|
git config --global user.email "ymarquet@gmail.com"
|
|
21
21
|
git config --global user.name "StupidCodefactory"
|
|
22
22
|
git config --global push.default simple
|
|
23
|
-
git
|
|
24
|
-
git branch
|
|
23
|
+
git push --set-upstream origin master
|
|
25
24
|
- script:
|
|
26
|
-
name: gem
|
|
25
|
+
name: configure gem
|
|
27
26
|
code: |
|
|
28
|
-
|
|
27
|
+
echo -e "---\n:rubygems_api_key: $GEM_API_KEY" >> ~/.gem/credentials
|
|
28
|
+
chmod 0600 ~/.gem/credentials
|
|
29
|
+
- script:
|
|
30
|
+
name: configure bump and tag
|
|
31
|
+
code: |
|
|
32
|
+
bundle exec gem bump
|
|
29
33
|
- script:
|
|
30
34
|
name: configure release
|
|
31
35
|
code: |
|
|
32
|
-
|
|
36
|
+
bundle exec gem release
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wercker_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- yann marquet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: virtus
|
|
@@ -191,12 +191,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
191
191
|
version: '0'
|
|
192
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
requirements:
|
|
194
|
-
- - "
|
|
194
|
+
- - ">="
|
|
195
195
|
- !ruby/object:Gem::Version
|
|
196
|
-
version:
|
|
196
|
+
version: '0'
|
|
197
197
|
requirements: []
|
|
198
198
|
rubyforge_project:
|
|
199
|
-
rubygems_version: 2.6.
|
|
199
|
+
rubygems_version: 2.6.12
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: interact with wercker API.
|