katar 2.0.0 → 2.1.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.
- checksums.yaml +4 -4
- data/.gitignore +19 -18
- data/Gemfile +4 -4
- data/LICENSE.txt +22 -22
- data/README.md +166 -148
- data/Rakefile +2 -2
- data/Vagrantfile +39 -39
- data/bin/katar +5 -5
- data/katar.gemspec +26 -26
- data/lib/katar.rb +5 -5
- data/lib/katar/cli.rb +2 -2
- data/lib/katar/commands/application.rb +87 -87
- data/lib/katar/commands/edit_command.rb +27 -27
- data/lib/katar/commands/init_command.rb +27 -27
- data/lib/katar/globals.rb +2 -2
- data/lib/katar/vagrant.rb +149 -144
- data/lib/katar/version.rb +2 -2
- data/lib/scripts/clear-variables.sh +3 -3
- data/lib/stubs/Katar.yaml +39 -39
- data/lib/stubs/after.sh +4 -4
- data/lib/stubs/aliases +7 -7
- data/lib/stubs/sshconfig +1 -1
- metadata +3 -4
data/lib/katar/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module Katar
|
2
|
-
VERSION = "2.
|
1
|
+
module Katar
|
2
|
+
VERSION = "2.1.0"
|
3
3
|
end
|
@@ -1,3 +1,3 @@
|
|
1
|
-
#!/usr/bin/env bash
|
2
|
-
|
3
|
-
sed -i '/# Set Katar Environment Variable/,+1d' /home/vagrant/.profile
|
1
|
+
#!/usr/bin/env bash
|
2
|
+
|
3
|
+
sed -i '/# Set Katar Environment Variable/,+1d' /home/vagrant/.profile
|
data/lib/stubs/Katar.yaml
CHANGED
@@ -1,39 +1,39 @@
|
|
1
|
-
|
2
|
-
# VM Box Settings
|
3
|
-
ip: "192.168.10.12"
|
4
|
-
memory: 2048
|
5
|
-
cpus: 1
|
6
|
-
|
7
|
-
# Public Key For SSH Access
|
8
|
-
authorize: ~/.ssh/id_rsa.pub
|
9
|
-
|
10
|
-
# SSH Private Keys For The Box
|
11
|
-
keys:
|
12
|
-
- ~/.ssh/id_rsa
|
13
|
-
|
14
|
-
# Folders You Wish To Share With The Box
|
15
|
-
folders:
|
16
|
-
- map: ~/Workspace
|
17
|
-
to: /home/vagrant/Workspace
|
18
|
-
|
19
|
-
# GUI mode
|
20
|
-
# desktop: true
|
21
|
-
|
22
|
-
# Server Environment Variables For The Box
|
23
|
-
# variables:
|
24
|
-
# - key: APP_ENV
|
25
|
-
# value: local
|
26
|
-
|
27
|
-
# Forward Additional Ports To The Box
|
28
|
-
# ports:
|
29
|
-
# - send: 50000
|
30
|
-
# to: 5000
|
31
|
-
# - send: 7777
|
32
|
-
# to: 777
|
33
|
-
# protocol: udp
|
34
|
-
|
35
|
-
# Configure The Box Behind A Proxy
|
36
|
-
# proxies:
|
37
|
-
# - http: http://proxy.net:80
|
38
|
-
# https: http://proxy.net:80
|
39
|
-
|
1
|
+
|
2
|
+
# VM Box Settings
|
3
|
+
ip: "192.168.10.12"
|
4
|
+
memory: 2048
|
5
|
+
cpus: 1
|
6
|
+
|
7
|
+
# Public Key For SSH Access
|
8
|
+
authorize: ~/.ssh/id_rsa.pub
|
9
|
+
|
10
|
+
# SSH Private Keys For The Box
|
11
|
+
keys:
|
12
|
+
- ~/.ssh/id_rsa
|
13
|
+
|
14
|
+
# Folders You Wish To Share With The Box
|
15
|
+
folders:
|
16
|
+
- map: ~/Workspace
|
17
|
+
to: /home/vagrant/Workspace
|
18
|
+
|
19
|
+
# GUI mode
|
20
|
+
# desktop: true
|
21
|
+
|
22
|
+
# Server Environment Variables For The Box
|
23
|
+
# variables:
|
24
|
+
# - key: APP_ENV
|
25
|
+
# value: local
|
26
|
+
|
27
|
+
# Forward Additional Ports To The Box
|
28
|
+
# ports:
|
29
|
+
# - send: 50000
|
30
|
+
# to: 5000
|
31
|
+
# - send: 7777
|
32
|
+
# to: 777
|
33
|
+
# protocol: udp
|
34
|
+
|
35
|
+
# Configure The Box Behind A Proxy
|
36
|
+
# proxies:
|
37
|
+
# - http: http://proxy.net:80
|
38
|
+
# https: http://proxy.net:80
|
39
|
+
|
data/lib/stubs/after.sh
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
#!/usr/bin/env bash
|
2
|
-
|
3
|
-
# If you would like to do some extra provisioning you may
|
4
|
-
# add any commands you wish to this file and they will
|
1
|
+
#!/usr/bin/env bash
|
2
|
+
|
3
|
+
# If you would like to do some extra provisioning you may
|
4
|
+
# add any commands you wish to this file and they will
|
5
5
|
# be run after the Katar machine is provisioned.
|
data/lib/stubs/aliases
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
# Add Bash aliases to your Katar box below.
|
2
|
-
|
3
|
-
# Start GUI
|
4
|
-
alias xfce4-desktop='startxfce4 &'
|
5
|
-
|
6
|
-
# Bi-directional Clipboard
|
7
|
-
alias clipboard-on='VBoxClient --clipboard'
|
1
|
+
# Add Bash aliases to your Katar box below.
|
2
|
+
|
3
|
+
# Start GUI
|
4
|
+
alias xfce4-desktop='startxfce4 &'
|
5
|
+
|
6
|
+
# Bi-directional Clipboard
|
7
|
+
alias clipboard-on='VBoxClient --clipboard'
|
data/lib/stubs/sshconfig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
# Add ssh configuration to your Katar box below.
|
1
|
+
# Add ssh configuration to your Katar box below.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AcMitch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -142,10 +142,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
144
|
rubyforge_project:
|
145
|
-
rubygems_version: 2.4.
|
145
|
+
rubygems_version: 2.4.5.1
|
146
146
|
signing_key:
|
147
147
|
specification_version: 4
|
148
148
|
summary: Katar provides a simple, elegant way to manage and provision a Vagrant box
|
149
149
|
on your local machine.
|
150
150
|
test_files: []
|
151
|
-
has_rdoc:
|