hak 0.4.1 → 0.4.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hak +4 -4
  3. data/lib/hak/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16eb47d7ba6667181ac796e52f29a790265e39c5
4
- data.tar.gz: 839c5a2dedc2adf3f6edfea79075be28ab550f03
3
+ metadata.gz: 07dd68e501893e0e7f37af885b5c2ea6bceaae53
4
+ data.tar.gz: 30acbb9397dcb3f10d8c223004e8bd27df7ae93f
5
5
  SHA512:
6
- metadata.gz: 5a64b4619a7436a253fae3314340085de0bc20c96885c7bf72ab925653a2f127c53bd08257c4551e2537bcb70364c18c47e00c57aa45306613470499497c1d37
7
- data.tar.gz: 21f09e6ae8e59b87ea4408a35e8933bb2f6cd48569ee5abb14b2e7cc2ca475aa68355c1a6c6ae7ce2944e5a7ac14e7cd57645f8c7e8053fb6d7252e85b850682
6
+ metadata.gz: 7b0d38ea02ab73d393ba1910cccbdda001a18444f0769b5490151cb4924418aeb46ca8a68b529263d5c2257a918847dc747443ef74ce95e135cea31ab2d581e8
7
+ data.tar.gz: c2d31df2654fe49232fffe0879e50b64fc6cdeda79dc4b66c7cd70bf58e66292fa3cff93dfca416032d3aeff0c8b356ce108c452f2a6dbbe7cf88e1056eec590
data/bin/hak CHANGED
@@ -6,7 +6,7 @@ require 'yaml'
6
6
  require 'colorize'
7
7
 
8
8
  program :name, 'hak'
9
- program :version, '0.4.1'
9
+ program :version, '0.4.2'
10
10
  program :description, 'Hak - start hacking!'
11
11
 
12
12
  default_command :help
@@ -160,10 +160,10 @@ command :create do |c|
160
160
  end
161
161
 
162
162
  # download package if not exist
163
- if !Dir.exists?(File.expand_path("~/.hak/" + repo))
164
- puts "#{repo} not exists, pulling"
163
+ #if !Dir.exists?(File.expand_path("~/.hak/" + repo))
164
+ #puts "#{repo} not exists, pulling"
165
165
  system "hak pull #{repo}"
166
- end
166
+ #end
167
167
 
168
168
  # copies the package from local ~/.hak/[repo] to local folder
169
169
  puts "copying ~/.hak/#{repo} to ./#{folder}"
@@ -1,3 +1,3 @@
1
1
  module Hak
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaequery