raykit 0.0.370 → 0.0.371

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/repository.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20b26dcfb96fcd925feb71871d907be90c108123e8aa51ed41bc30fb5eae5fe6
4
- data.tar.gz: 8879f9f01efb84b073fd4e93ac1611d1f6ae3dfccc31bc998c49a779d1cd339a
3
+ metadata.gz: af286f03af1fab415981a1d943e5935a099b9da4c98fffcdcc4523c2703af628
4
+ data.tar.gz: 93c4cf5be2f7ada6775efe577f6df453708a4230bba112092076649728ae7d6f
5
5
  SHA512:
6
- metadata.gz: 5f2cad4a8728b952fb6fe5d40b70fca225087a988a07f825194d8113c627d2d9f160906526b7b8013493b93b813ef6c71c8abdde055c57c235c922bd78a4e733
7
- data.tar.gz: c2694e3f887c851a7d76575289099f3b15f3c323071124f7707bbf4794fd0caaf1779ae2490ac27bc1a79d48471fd890a09ca476957c0007aa757a61f9a495e6
6
+ metadata.gz: cc4f1bc8c1b2efd2ca540ca7ec5da6e3f25ea29e80ed50eb9777d9c684cd0bd50eeb9833fd4066b6df892b7c329c9bd6abe73883d75dbf001a85c0cf478a12f7
7
+ data.tar.gz: bcec44e7954b1a2c6fa591d431c150fccc733e2555b858df3a8257a36221b27395d6afd178fa2e3325ca602818975211958e47b0fa5e630f317c345e6f0ce4a6
@@ -14,7 +14,7 @@ module Raykit
14
14
  @work_directory = Raykit::Git::Directory.new(get_dev_dir("work"))
15
15
  end
16
16
 
17
- def short_name(url)
17
+ def short_name()
18
18
  @url.split("/").last.gsub(".git", "")
19
19
  end
20
20
 
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.370
4
+ version: 0.0.371
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow