raykit 0.0.418 → 0.0.419

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/git/directory.rb +6 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51123ff0341558bb7ace34a20014c1351b6d6219c501fd58db19e5189c9f4f12
4
- data.tar.gz: 82acea9e85a5f4cccbcdfebf2fafe69f8186681bca65009228263318ec0bbae4
3
+ metadata.gz: f086babde861261986c7d8e1816ace849aad926e58754dd383ff4f065af190da
4
+ data.tar.gz: a7dad061f75d52167a2a9de3185ffb18ea92136d214ea911c306153481d80843
5
5
  SHA512:
6
- metadata.gz: a516fd8aabee5793d28ac41a76567910ec90c0ed43ea33fa938fa0a05198548fabb222a64429697f96e5f5c0b0df9113920925ebad41a6d6a37cf2f1abd31720
7
- data.tar.gz: bd621d2457032e77cc8aea4879265b72c91987c953772f1836e5ac40145ed5ef5f9e36cff3e708c4cb66bd735a7bc99e466b479be690c28b48ea4bab0514385a
6
+ metadata.gz: 0c91df7579cbb5e4c522ffd01e35870575d3d4b7b6d781e9a48ddabc377a144dd4b8099edbbdce85bdcc62ad1d6956267884a545072876a4d870cd516520a8c3
7
+ data.tar.gz: e0565b165f6b709a8f9f3518c591b96bf12d552b8d348742a2778ce5bcf99874cb1081eb6b7da68ce55c3cd7406731fbd185e1bd9324e4742b8c43b33436c1b7
@@ -172,9 +172,12 @@ module Raykit
172
172
  if has_tag "v#{VERSION}"
173
173
  puts " git tag v#{VERSION} already exists"
174
174
  else
175
- puts " git tag v#{VERSION} does not exist"
176
- run("git integrate")
177
- run("git tag -a v#{VERSION} -m\"version #{VERSION}\"")
175
+ if outstanding_commit?
176
+ raise "outstanding commit, will not tag"
177
+ else
178
+ puts " git tag v#{VERSION} does not exist"
179
+ run("git tag -a v#{VERSION} -m\"version #{VERSION}\"")
180
+ end
178
181
  end
179
182
  end
180
183
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.418
4
+ version: 0.0.419
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-11 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler