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.
@@ -8,6 +8,8 @@ environment:
8
8
  - GIT_COMMIT
9
9
  - GIT_BRANCH
10
10
  - GIT_SSH_KEY
11
+ - GIT_AUTHOR_NAME
12
+ - GIT_AUTHOR_EMAIL
11
13
  - RUBYGEMS_API_KEY
12
14
 
13
15
  targets:
@@ -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 --set-upstream $GIT_BRANCH origin/master
14
+ git branch -u $GIT_BRANCH
15
15
 
16
16
  bundle install --path vendor/bundle
17
17
  bundle exec gem release --tag
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Construi
2
- VERSION = "0.33.0"
2
+ VERSION = "0.35.0"
3
3
  end
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.33.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-20 00:00:00.000000000 Z
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: -1966959594352448840
199
+ hash: -683804197132514327
200
200
  requirements: []
201
201
  rubyforge_project:
202
202
  rubygems_version: 1.8.23.2