katar 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/katar/version.rb CHANGED
@@ -1,3 +1,3 @@
1
- module Katar
2
- VERSION = "2.0.0"
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.0.0
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-04-09 00:00:00.000000000 Z
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.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: