construi 0.33.0 → 0.35.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.
- data/construi.yml +2 -0
- data/construi/deploy/script.sh +3 -3
- data/construi/release/script.sh +2 -2
- data/lib/construi/version.rb +1 -1
- metadata +3 -3
data/construi.yml
CHANGED
data/construi/deploy/script.sh
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
set -e
|
4
4
|
|
5
|
-
[[ -n $GIT_AUTHOR_NAME ]] && git config user.name $GIT_AUTHOR_NAME
|
6
|
-
[[ -n $GIT_AUTHOR_EMAIL ]] && git config user.email $GIT_AUTHOR_EMAIL
|
5
|
+
[[ -n "$GIT_AUTHOR_NAME" ]] && git config user.name $GIT_AUTHOR_NAME
|
6
|
+
[[ -n "$GIT_AUTHOR_EMAIL" ]] && git config user.email $GIT_AUTHOR_EMAIL
|
7
7
|
|
8
8
|
printf "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
9
9
|
|
@@ -11,7 +11,7 @@ mkdir -p ~/.gem
|
|
11
11
|
printf -- "---\\n:rubygems_api_key: ${RUBYGEMS_API_KEY}" >> ~/.gem/credentials
|
12
12
|
chmod 0600 ~/.gem/credentials
|
13
13
|
|
14
|
-
git branch
|
14
|
+
git branch -u $GIT_BRANCH
|
15
15
|
|
16
16
|
bundle install --path vendor/bundle
|
17
17
|
bundle exec gem release --tag
|
data/construi/release/script.sh
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
set -e
|
4
4
|
|
5
|
-
[[ -n $GIT_AUTHOR_NAME ]] && git config user.name $GIT_AUTHOR_NAME
|
6
|
-
[[ -n $GIT_AUTHOR_EMAIL ]] && git config user.email $GIT_AUTHOR_EMAIL
|
5
|
+
[[ -n "$GIT_AUTHOR_NAME" ]] && git config user.name $GIT_AUTHOR_NAME
|
6
|
+
[[ -n "$GIT_AUTHOR_EMAIL" ]] && git config user.email $GIT_AUTHOR_EMAIL
|
7
7
|
|
8
8
|
printf "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
9
9
|
|
data/lib/construi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: construi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-04-
|
12
|
+
date: 2015-04-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: docker-api
|
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
version: '0'
|
197
197
|
segments:
|
198
198
|
- 0
|
199
|
-
hash: -
|
199
|
+
hash: -683804197132514327
|
200
200
|
requirements: []
|
201
201
|
rubyforge_project:
|
202
202
|
rubygems_version: 1.8.23.2
|