raykit 0.0.139 → 0.0.140

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/raykit/project.rb +4 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51fd7521f5e7aa800c11dda04002a28f54d36111775b934b4d2f4207f67fc58a
4
- data.tar.gz: 9429ca063371889ba68aaaaf2b759fd8d01552bd205f2ffe49fd63df13e32114
3
+ metadata.gz: 59be65d2308f8c48d1640924d8cd6271565de4dd58960397a1d3f755caa684b9
4
+ data.tar.gz: a52d612ad5cf23053607b4e95ca88658e07ceaa505a379fa8c5efd5d4f9e1949
5
5
  SHA512:
6
- metadata.gz: 5b8dc539a01fe1e85d8c38c81548e32923de439078cb69ea2f846cb565b9feaf1edeb6e750403a0fe168d574d487611b74cc355ea7db7417327471368da6f756
7
- data.tar.gz: bd6a10fa59af46e1b1b892fedd07489131f061bb6e6edd6c4c3757a352f919a53c8250c7f6daa6588a03144f60537a3cd1dcf583a3697798817f8a69b6969cad
6
+ metadata.gz: af02c1562f54be852ec47656e51ebd45b0eb63edafc4dbba9646292769224958d56753f19b624d97a51606257f6323430ae09f587c697caf848902aa524429b9
7
+ data.tar.gz: c908d695c65eda09a04b59bed840de9ed207e22aaedae3fc1e0ad71b12177a2183abded175e511e7e175e3cf632401a134b68188fcfea4ff4ecbdd0d680cd8ab
@@ -190,7 +190,8 @@ module Raykit
190
190
  status=`git status`
191
191
  if(status.include?('use "git push"'))
192
192
  run('git push')
193
- run('git push --tags')
193
+
194
+ #run('git push --tags')
194
195
  end
195
196
  end
196
197
  self
@@ -214,7 +215,8 @@ module Raykit
214
215
  if(@version != tag)
215
216
  puts "latest tag #{@tag}" if(@verbose)
216
217
  run("git tag #{@version} -m'#{@version}'")
217
- push
218
+ run("git push origin #{@version}")
219
+ #push
218
220
  end
219
221
  else
220
222
  puts "already has tag #{specific_tag}" if(@verbose)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.139
4
+ version: 0.0.140
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.0.6
117
+ rubygems_version: 3.0.3
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: ruby gem to support rake ci/cd tasks