raykit 0.0.392 → 0.0.393

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2005f08905162cbd1cf4c9be5ba7da958da94dfafe7265b51262410e8d4d935f
4
- data.tar.gz: 63056698c7a5d84744fe82196746f67d3ca3ebadc81ee0ac4409376123b9ddcb
3
+ metadata.gz: 3ed8ea62a100da502d4d7672b9544d4fe4431f1708d753652be4f51959c7e67e
4
+ data.tar.gz: 3285ef894669b24bc50a1ccfc548482353072f82b32aa790fa4918a231717ca2
5
5
  SHA512:
6
- metadata.gz: 905322a038d07d223790510ab2c6734953f73aad8109c69890b9caa00f774f4987659ff0555ead4d59775433e29fc30ccc5c8d80086fb956a874f94b22d5d1c8
7
- data.tar.gz: 74d37a0642256aa9ec086d3ec9f1ca9ca6c264c28e0af5cd087fa5ca087f751595de33779ec29cd5bd5c72e5e5d366c5c68c35ffeca505e7253714170927d3e3
6
+ metadata.gz: 61bfd942a697cbcd46d84da92419bef5bf2774e16458fdacde63cfbb473eac9fb498dbe39a362163e705cb63648936e937e1daf81a38e188173054bac54bbd69
7
+ data.tar.gz: eee22b3eeefaf2549e83f6c40183f62019cfcf1af98fba54dbaa00956d3eb8421c4a81d30ae6a38f289addc4c1b5430fb04850e6fe5e084e19248da562967874
@@ -145,7 +145,7 @@ module Raykit
145
145
  run("git clone #{url} #{make_dir}")
146
146
  cmd = 0
147
147
  Dir.chdir(make_dir) do
148
- run("git tag").details
148
+ #run("git tag").details
149
149
  run("git reset --hard #{commit_id}")
150
150
  cmd = run(command).details
151
151
  end
@@ -108,7 +108,7 @@ module Raykit
108
108
  end
109
109
 
110
110
  def read_only?
111
- return true if !File.exists?(".git")
111
+ return true if !File.exists?(".git") || detached?
112
112
  return false
113
113
  end
114
114
 
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.392
4
+ version: 0.0.393
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow