raykit 0.0.278 → 0.0.279

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/tasks.rb +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af00adc2a487c37c986183d32eeae0a657167f610b3c05fc8b4db5794208e7b7
4
- data.tar.gz: e1d30c18198de73bb28b45f6367b955e2d63808920b2edddf09d5aa0e12eb033
3
+ metadata.gz: f1de942187e96a6c006355de9289c5a7fe24da6fe3be3d7d23ce24b46d61620c
4
+ data.tar.gz: f1971d4e5bd6af02ec15cb92bd20c6c0febf45501b4d12d5dcf6e0fc98196a59
5
5
  SHA512:
6
- metadata.gz: c836aae36453ce0244c0e07769a242af8bdeee5333ccc3de04696f38da5d6251c1d23b0074572c90a243fd2cf8b028038727b7ac95f4775d5c184a7929ec0c26
7
- data.tar.gz: d9fd7201f880e63876a3e2d7a1e8a846415dfaae3f4fe064e243edecfabef60a827a6dfd12c099cd4844cd55f29a5db1093f8ab29ba5589dc0a0c0641809ab20
6
+ metadata.gz: f8c9eb52812daa489d3fc81dee98876aa8f66e1d9d57993fa3d4ecbc7d9973fa21ff105bb2cfcad94a8f0c2d5ee13f7eb47e61f3f5ff462ca525a149e795a0fb
7
+ data.tar.gz: 7af860cf994202d2cbf0c5e1cfb8b2ecbf52379fd91fa4250f7eafacdc8bccd56c703248d6dc27fc1ebfcba262a1069c3e8a9165b8745e3488a4a0a869ab7fed
data/lib/raykit/tasks.rb CHANGED
@@ -25,7 +25,8 @@ task :integrate do
25
25
  puts "warning: .gitignore does not exist."
26
26
  else
27
27
  PROJECT.run('git add --all')
28
- if(PROJECT.outstanding_commit?)
28
+ if(!`git status`.include?('nothing to commit'))
29
+ #if(PROJECT.outstanding_commit?)
29
30
  commit_message='integrate'
30
31
  PROJECT.run("git commit -m\"#{commit_message}\"") if(PROJECT.outstanding_commit?)
31
32
  PROJECT.run("git pull")
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.278
4
+ version: 0.0.279
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-08 00:00:00.000000000 Z
11
+ date: 2021-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler