roro 0.1.6 → 0.1.8

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: 6a9d804cc28daa110e2e317ef50d5b4f9665e42c07139e928578a5c6571b004e
4
- data.tar.gz: 47f834b5b1d96a49a1eacd2925366c1d034a8727e3a2ad72d792935296ced064
3
+ metadata.gz: 2fd99041d3fc58490436c693562ed8b2aac43ad58c492c769d8d9a7a531cd43a
4
+ data.tar.gz: c9f502e178065b74abaf62392ed0e5e32561cd0587b3f45f9b58fcd26579df40
5
5
  SHA512:
6
- metadata.gz: 0f9a9141f8d664bc80cc5f2b48874516912c03adf2b97bbbe5362efc2e886fb51c2d5f49fc639f803c8037ed844dadbc65bd20cbbfba8efa764a4b566adb4254
7
- data.tar.gz: 4d1fbb7d0a662d742746821432a8aeb551da9beedf2cb0ea667884b6733776f8f2a0c55fad90eb2050445492c709575e444af4369349b7f3a818f3dddbdf5513
6
+ metadata.gz: f7b77078cb0b27c8fc791617391e7844a00229b4dea43381e58724e72563db9bbc5a1f7ae8763a89ecf91c823ec0d4e6cf4962b237237f49bbc49975db90a1bf
7
+ data.tar.gz: ea146b49bc3f05266e54b8742da55318d50bb1e3bf346570939dda8e6100aef07c9f9f1c440b9446a25aeb291aa3ce23c882e057e4e7554bff985a37e7933b3d
@@ -94,7 +94,14 @@ jobs:
94
94
  - run: roro expose
95
95
  - run: echo 'source docker/env_files/circleci.env' >> $BASH_ENV
96
96
  - run: bash .circleci/setup-gem-credentials.sh
97
+ - run: git config credential.helper 'cache --timeout=120'
98
+ - run: git config user.email $GIT_EMAIL
99
+ - run: git config user.name $GIT_NAME
97
100
  - run: gem install gem-release
101
+ - run: git add .
102
+ - run: git commit -m "Updated Gemfile.lock via CircleCI"
103
+ - run: git checkout -b release
104
+ - run: git push -q --force https://${GITHUB_PERSONAL_TOKEN}@github.com/schadenfred/roro.git release
98
105
  - run: gem release
99
106
 
100
107
  workflows:
@@ -112,27 +119,37 @@ workflows:
112
119
 
113
120
  build-test-acceptance:
114
121
  jobs:
115
- - build
116
- - test-all-rubies:
122
+ - build:
117
123
  filters:
118
124
  branches:
119
125
  only:
120
126
  - development
127
+ - master
121
128
  - acceptance-greenfield:
122
129
  filters:
123
130
  branches:
124
131
  only:
125
132
  - development
133
+ - master
126
134
  - acceptance-rollon:
127
135
  filters:
128
136
  branches:
129
137
  only:
130
138
  - development
131
139
  - master
132
-
140
+ - test-all-rubies:
141
+ filters:
142
+ branches:
143
+ only:
144
+ - development
145
+ - master
133
146
  release:
134
147
  jobs:
135
- - build
148
+ - build:
149
+ filters:
150
+ branches:
151
+ only:
152
+ - development
136
153
  - release:
137
154
  # requires:
138
155
  # - test-all-rubies
@@ -142,6 +159,8 @@ workflows:
142
159
  branches:
143
160
  only:
144
161
  - master
162
+ # tags:
163
+ # only: /^v.*/
145
164
 
146
165
 
147
166
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roro (0.1.6)
4
+ roro (0.1.8)
5
5
  handsome_fencer-crypto (= 0.1.4)
6
6
  os
7
7
  sshkit
@@ -1,3 +1,3 @@
1
1
  module Roro
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - schadenfred