construi 0.19.0 → 0.21.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 +4 -0
- data/lib/construi/version.rb +1 -1
- metadata +3 -3
data/construi.yml
CHANGED
|
@@ -13,6 +13,8 @@ targets:
|
|
|
13
13
|
- bundle exec rake spec
|
|
14
14
|
|
|
15
15
|
release:
|
|
16
|
+
- git config user.name lstephen
|
|
17
|
+
- git config user.email levi.stephen@gmail.com
|
|
16
18
|
- mkdir -p ~/.ssh
|
|
17
19
|
- cp ${GIT_SSH_KEY} ~/.ssh/id_rsa
|
|
18
20
|
- chmod 0600 ~/.ssh/id_rsa
|
|
@@ -29,6 +31,8 @@ targets:
|
|
|
29
31
|
- bundle exec gem bump --version minor --push
|
|
30
32
|
|
|
31
33
|
deploy:
|
|
34
|
+
- git config user.name lstephen
|
|
35
|
+
- git config user.email levi.stephen@gmail.com
|
|
32
36
|
- mkdir -p ~/.ssh
|
|
33
37
|
- cp ${GIT_SSH_KEY} ~/.ssh/id_rsa
|
|
34
38
|
- chmod 0600 ~/.ssh/id_rsa
|
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.21.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -163,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
163
163
|
version: '0'
|
|
164
164
|
segments:
|
|
165
165
|
- 0
|
|
166
|
-
hash: -
|
|
166
|
+
hash: -3377553082579713644
|
|
167
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
none: false
|
|
169
169
|
requirements:
|
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
version: '0'
|
|
173
173
|
segments:
|
|
174
174
|
- 0
|
|
175
|
-
hash: -
|
|
175
|
+
hash: -3377553082579713644
|
|
176
176
|
requirements: []
|
|
177
177
|
rubyforge_project:
|
|
178
178
|
rubygems_version: 1.8.23.2
|