atk_toolbox 0.0.99 → 0.0.100

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: caec1d594db3b2d88e12ff616da2d74133a4ff757c481765ecba35f4b7cb38c3
4
- data.tar.gz: e89726e28ddb7d37789ea9eb4360ee54182225621f801e7726a05b44831ac95b
3
+ metadata.gz: a670fd16a099feabf9ca5330ebdf6ae88e98db259ad127e07a1aa002a7dd2b5e
4
+ data.tar.gz: fe8fdcd4abd4056b0ea48f94ff15e611e468ad3d8cd47a4bb09ab35bc21b2307
5
5
  SHA512:
6
- metadata.gz: 700e9f7cdcf357ff9c8101035234c72cd2e8d74137dcd0dd81269720c6c124b95244e8f2454280ae3765549491f67bd7369fd668026fb852cb10123126c957b4
7
- data.tar.gz: eb6fc3f56ff489780337adc08a110ebd0dda709c45a22195ff9de759a60d2e58776d644f9a7708367c1fa17e2fc98dc22ba852ba32e6c164b4b23ce5b8939063
6
+ metadata.gz: 65a54f2aa614159bbb3b93b6d364375e166465e0c21a9f44fbe53ecb527640528bdb35bc0cbadd670ac8afccfdd7ddcf7596421143e0b4be085d7ecb5233f771
7
+ data.tar.gz: 7152be0201d6ee879a674b15584941d78926b3232cc4bd0895cabac319f51bf5fc8a2af65cc078100d05c41266efdba398f98cec87850535781897e4194ebe4b
data/lib/atk/atk_info.rb CHANGED
@@ -117,9 +117,11 @@ module ATK
117
117
  # else
118
118
  raise "That package doesn't seem to be a core package"
119
119
  # end
120
- # if it does have a slash, then assume its a github repo
120
+ # if it does have a slash, and isn't a full url, then assume its a github repo
121
+ elsif not installer_name.start_with?(/https?:\/\//)
122
+ repo_url = "https://github.com/"+installer_name
121
123
  else
122
- repo_url = "https://github.com/"+package_name
124
+ return repo_url
123
125
  end
124
126
  return repo_url
125
127
  end
@@ -151,7 +153,7 @@ module ATK
151
153
  system(console_line)
152
154
  end
153
155
  end
154
- puts "\n\n============================================================"
156
+ puts "\n\n\n\n============================================================"
155
157
  puts "Finished running setup for: #{project_path.green}"
156
158
  puts "This project has these commands avalible:"
157
159
  system "project commands"
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.99'
2
+ VERSION = '0.0.100'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.99
4
+ version: 0.0.100
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-25 00:00:00.000000000 Z
11
+ date: 2019-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zip
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.7.6.2
138
+ rubygems_version: 2.7.3
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: The Ruby gem for all the standard tools ATK uses internally