hak 0.2.9 → 0.3.0

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 +14 -13
  3. data/lib/hak/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc2949f81411732d9fc0c7e97adae4a928daf5db
4
- data.tar.gz: d0ba8f2108dbc9ad54b3d6c678eb9d619e265bcd
3
+ metadata.gz: 570aea7c1d723971b156dc71e181f5ffd08ff9f9
4
+ data.tar.gz: 6711f047e864709e9b445d3726ee32ab29ff9868
5
5
  SHA512:
6
- metadata.gz: acc6aa301a98d5e570ad4baaa64e67cce8d99876facc9c2fd94cd25decd1faf2eed31a2d1589c171ac739dedff344390398b3ccc7b5b9b7403dfd6bf34fb4e3d
7
- data.tar.gz: 274886b39dbb11bc970488813a0d1f274c613574b6687b6c27d76c86020f97d5c951eaeb2b29ea3b18578e099e4d96419b27a13b9cbc31f491088d2b054a5f00
6
+ metadata.gz: f8afa0f08031737c8c40992d3617198bc682d1aae6607401206174684d0daf57d3cb7886264dfd2096e36d1d0bbed60516b4891437975f856c739546a0e459f9
7
+ data.tar.gz: 0490886798e7e47adf60b550430572241b5aefbb78f3272dbd644bf6082f92cc48e71ca38540fdafe98a36df0fb2b9d41ca4fcdf5605cbce32a7a3b827307dc4
data/bin/hak CHANGED
@@ -6,8 +6,8 @@ require 'yaml'
6
6
  require 'pp'
7
7
 
8
8
  program :name, 'hakberry'
9
- program :version, '0.2.9'
10
- program :description, 'Hakberry - a Ruby hackathon starter'
9
+ program :version, '0.3.0'
10
+ program :description, 'Hak - start hacking!'
11
11
 
12
12
  default_command :help
13
13
 
@@ -23,9 +23,9 @@ command :pull do |c|
23
23
  end
24
24
 
25
25
  if args.empty?
26
- repo = "uptownhr/hackathon-starter-lite"
27
- package_author = "uptownhr"
28
- package = "hackathon-starter-lite"
26
+ repo = "jaequery/honeybadger"
27
+ package_author = "jaequery"
28
+ package = "honeybadger"
29
29
  puts "Pulling #{repo}"
30
30
  else
31
31
  repo = args[0]
@@ -79,12 +79,8 @@ command :create do |c|
79
79
  puts "hak up"
80
80
  puts "copied"
81
81
 
82
-
83
-
84
82
  end
85
83
 
86
-
87
-
88
84
  end
89
85
  end
90
86
 
@@ -98,16 +94,21 @@ command :on do |c|
98
94
  # if ~/.hak not exists, initialize it
99
95
  if !Dir.exists?(File.expand_path('~/.dinghy'))
100
96
  system "mkdir -p ~/.hak/packages"
101
- end
97
+ end
102
98
 
103
99
  # if ~/.dinghy not exists, initialize it
104
100
  if !Dir.exists?(File.expand_path('~/.dinghy'))
105
101
  system "mkdir ~/.hak"
106
- system "brew tap codekitchen/dinghy && brew install dinghy"
102
+
103
+ # remove existing docker
104
+ system "brew uninstall docker docker-machine"
105
+ system "brew tap codekitchen/dinghy"
106
+ system "brew install dinghy"
107
107
  system "brew install docker docker-machine wget"
108
- else
109
- system "dinghy up"
110
108
  end
109
+
110
+ # start up
111
+ system "dinghy up"
111
112
  end
112
113
  end
113
114
 
data/lib/hak/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hak
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaequery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-04 00:00:00.000000000 Z
11
+ date: 2016-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -59,5 +59,5 @@ rubyforge_project:
59
59
  rubygems_version: 2.4.6
60
60
  signing_key:
61
61
  specification_version: 4
62
- summary: Hak is NPM for websites
62
+ summary: Hak is like NPM for websites
63
63
  test_files: []