jackbox 0.9.6.8 → 0.9.6.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ ec2-54-85-249-177.compute-1.amazonaws.com
2
+ ec2-54-172-56-192.compute-1.amazonaws.com
3
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jackbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6.8
4
+ version: 0.9.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Henry Alvarez (LHA)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-31 00:00:00.000000000 Z
11
+ date: 2016-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -62,13 +62,19 @@ extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
64
  - .gitignore
65
+ - .vagrant/machines/linux/virtualbox/action_provision
66
+ - .vagrant/machines/linux/virtualbox/action_set_name
67
+ - .vagrant/machines/linux/virtualbox/creator_uid
68
+ - .vagrant/machines/linux/virtualbox/id
69
+ - .vagrant/machines/linux/virtualbox/index_uuid
70
+ - .vagrant/machines/linux/virtualbox/private_key
71
+ - .vagrant/machines/linux/virtualbox/synced_folders
65
72
  - .yardopts
66
73
  - CHANGES.txt
67
74
  - LICENSE.lic
68
75
  - LICENSE.txt
69
76
  - README.md
70
77
  - Rakefile
71
- - Vagrantfile
72
78
  - bin/jackup
73
79
  - bin/test-jacks
74
80
  - jackbox.gemspec
@@ -153,7 +159,7 @@ files:
153
159
  - spec/lib/jackbox/vmc_spec.rb
154
160
  - spec/lib/jackbox_spec.rb
155
161
  - spec/spec_helper.rb
156
- - work
162
+ - spec/test-server-ids
157
163
  homepage: http://jackbox.us
158
164
  licenses:
159
165
  - Copyright © 2014, 2015 LHA. All rights reserved. See LICENSE.txt
@@ -204,4 +210,5 @@ test_files:
204
210
  - spec/lib/jackbox/vmc_spec.rb
205
211
  - spec/lib/jackbox_spec.rb
206
212
  - spec/spec_helper.rb
213
+ - spec/test-server-ids
207
214
  has_rdoc:
data/Vagrantfile DELETED
@@ -1,77 +0,0 @@
1
- # -*- mode: ruby -*-
2
- # vi: set ft=ruby :
3
-
4
- # All Vagrant configuration is done below. The "2" in Vagrant.configure
5
- # configures the configuration version (we support older styles for
6
- # backwards compatibility). Please don't change it unless you know what
7
- # you're doing.
8
- Vagrant.configure(2) do |config|
9
- # The most common configuration options are documented and commented below.
10
- # For a complete reference, please see the online documentation at
11
- # https://docs.vagrantup.com.
12
-
13
- # Every Vagrant development environment requires a box. You can search for
14
- # boxes at https://atlas.hashicorp.com/search.
15
- # config.vm.box = "scorebig/windows-2012R2-SC"
16
- config.vm.define 'linux' do |nix|
17
- nix.vm.box = "hashicorp/precise64"
18
- end
19
- config.vm.define 'windows' do |win|
20
- win.vm.box = "scorebig/windows-2012R2-SC"
21
- end
22
-
23
- # Disable automatic box update checking. If you disable this, then
24
- # boxes will only be checked for updates when the user runs
25
- # `vagrant box outdated`. This is not recommended.
26
- # config.vm.box_check_update = false
27
-
28
- # Create a forwarded port mapping which allows access to a specific port
29
- # within the machine from a port on the host machine. In the example below,
30
- # accessing "localhost:8080" will access port 80 on the guest machine.
31
- # config.vm.network "forwarded_port", guest: 80, host: 8080
32
-
33
- # Create a private network, which allows host-only access to the machine
34
- # using a specific IP.
35
- # config.vm.network "private_network", ip: "192.168.33.10"
36
-
37
- # Create a public network, which generally matched to bridged network.
38
- # Bridged networks make the machine appear as another physical device on
39
- # your network.
40
- # config.vm.network "public_network"
41
-
42
- # Share an additional folder to the guest VM. The first argument is
43
- # the path on the host to the actual folder. The second argument is
44
- # the path on the guest to mount the folder. And the optional third
45
- # argument is a set of non-required options.
46
- # config.vm.synced_folder "../data", "/vagrant_data"
47
-
48
- # Provider-specific configuration so you can fine-tune various
49
- # backing providers for Vagrant. These expose provider-specific options.
50
- # Example for VirtualBox:
51
- #
52
- config.vm.provider "virtualbox" do |vb|
53
- # Display the VirtualBox GUI when booting the machine
54
- vb.gui = false
55
-
56
- # Customize the amount of memory on the VM:
57
- # vb.memory = "1024"
58
- end
59
- #
60
- # View the documentation for the provider you are using for more
61
- # information on available options.
62
-
63
- # Define a Vagrant Push strategy for pushing to Atlas. Other push strategies
64
- # such as FTP and Heroku are also available. See the documentation at
65
- # https://docs.vagrantup.com/v2/push/atlas.html for more information.
66
- # config.push.define "atlas" do |push|
67
- # push.app = "YOUR_ATLAS_USERNAME/YOUR_APPLICATION_NAME"
68
- # end
69
-
70
- # Enable provisioning with a shell script. Additional provisioners such as
71
- # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
72
- # documentation for more information about their specific syntax and use.
73
- # config.vm.provision "shell", inline: <<-SHELL
74
- # sudo apt-get update
75
- # sudo apt-get install -y apache2
76
- # SHELL
77
- end
data/work DELETED
@@ -1,8 +0,0 @@
1
- #!/bin/zsh
2
- deva
3
- mate .
4
- mate lib/jackbox.rb
5
- mate lib/jackbox/injectors.rb
6
- mate lib/jackbox/injectors/prelude.rb
7
- mate lib/jackbox/injectors/coda.rb
8
-