vagrant-catapult 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4e9ffa6c91695e4aa5b5b427170a781fe7bc9c5f
4
+ data.tar.gz: 857a21a8f17fcd7ce1cc1df7a73268a71f103313
5
+ SHA512:
6
+ metadata.gz: 320c797cfb1d6591f0dbfa2843189ce2af34bc05398ed8bc3297b105710dbb92a41c7ea8ded5965315f9d204f7031d95d484a8eebc6aca66cea740077d0308b8
7
+ data.tar.gz: 5d5240c4eb83309fe229abac2df62ab76633bb2ce32d1c9d32985d1d27512ebcf7a31a55542a6ac9e84bd25a2bc93600f710d5f3f8789c13943fa432b5bbf337
@@ -0,0 +1,2 @@
1
+ /pkg/
2
+
data/Gemfile ADDED
@@ -0,0 +1,9 @@
1
+ source "https://rubygems.org"
2
+
3
+ group :development do
4
+ gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
5
+ end
6
+
7
+ group :plugins do
8
+ gem "vagrant-catapult", path: "."
9
+ end
@@ -0,0 +1,103 @@
1
+ GIT
2
+ remote: https://github.com/mitchellh/vagrant.git
3
+ revision: bac5d039db438cc6528cac5213416a91490a40ed
4
+ specs:
5
+ vagrant (1.7.4.dev)
6
+ bundler (>= 1.5.2, <= 1.10.5)
7
+ childprocess (~> 0.5.0)
8
+ erubis (~> 2.7.0)
9
+ hashicorp-checkpoint (~> 0.1.1)
10
+ i18n (>= 0.6.0, <= 0.8.0)
11
+ listen (~> 3.0.2)
12
+ log4r (~> 1.1.9, < 1.1.11)
13
+ net-scp (~> 1.1.0)
14
+ net-sftp (~> 2.1)
15
+ net-ssh (>= 2.6.6, < 2.10.0)
16
+ nokogiri (= 1.6.3.1)
17
+ rb-kqueue (~> 0.2.0)
18
+ rest-client (>= 1.6.0, < 2.0)
19
+ wdm (~> 0.1.0)
20
+ winrm (~> 1.3)
21
+ winrm-fs (~> 0.2.0)
22
+
23
+ PATH
24
+ remote: .
25
+ specs:
26
+ vagrant-catapult (0.0.2)
27
+
28
+ GEM
29
+ remote: https://rubygems.org/
30
+ specs:
31
+ builder (3.2.2)
32
+ childprocess (0.5.6)
33
+ ffi (~> 1.0, >= 1.0.11)
34
+ domain_name (0.5.24)
35
+ unf (>= 0.0.5, < 1.0.0)
36
+ erubis (2.7.0)
37
+ ffi (1.9.10)
38
+ gssapi (1.2.0)
39
+ ffi (>= 1.0.1)
40
+ gyoku (1.3.1)
41
+ builder (>= 2.1.2)
42
+ hashicorp-checkpoint (0.1.4)
43
+ http-cookie (1.0.2)
44
+ domain_name (~> 0.5)
45
+ httpclient (2.6.0.1)
46
+ i18n (0.7.0)
47
+ listen (3.0.2)
48
+ rb-fsevent (>= 0.9.3)
49
+ rb-inotify (>= 0.9)
50
+ little-plugger (1.1.3)
51
+ log4r (1.1.10)
52
+ logging (1.8.2)
53
+ little-plugger (>= 1.1.3)
54
+ multi_json (>= 1.8.4)
55
+ mime-types (2.6.1)
56
+ mini_portile (0.6.0)
57
+ multi_json (1.11.2)
58
+ net-scp (1.1.2)
59
+ net-ssh (>= 2.6.5)
60
+ net-sftp (2.1.2)
61
+ net-ssh (>= 2.6.5)
62
+ net-ssh (2.9.2)
63
+ netrc (0.10.3)
64
+ nokogiri (1.6.3.1)
65
+ mini_portile (= 0.6.0)
66
+ nori (2.6.0)
67
+ rb-fsevent (0.9.5)
68
+ rb-inotify (0.9.5)
69
+ ffi (>= 0.5.0)
70
+ rb-kqueue (0.2.4)
71
+ ffi (>= 0.5.0)
72
+ rest-client (1.8.0)
73
+ http-cookie (>= 1.0.2, < 2.0)
74
+ mime-types (>= 1.16, < 3.0)
75
+ netrc (~> 0.7)
76
+ rubyntlm (0.4.0)
77
+ rubyzip (1.1.7)
78
+ unf (0.1.4)
79
+ unf_ext
80
+ unf_ext (0.0.7.1)
81
+ uuidtools (2.1.5)
82
+ wdm (0.1.1)
83
+ winrm (1.3.3)
84
+ builder (>= 2.1.2)
85
+ gssapi (~> 1.2)
86
+ gyoku (~> 1.0)
87
+ httpclient (~> 2.2, >= 2.2.0.2)
88
+ logging (~> 1.6, >= 1.6.1)
89
+ nori (~> 2.0)
90
+ rubyntlm (~> 0.4.0)
91
+ uuidtools (~> 2.1.2)
92
+ winrm-fs (0.2.0)
93
+ erubis (~> 2.7)
94
+ logging (~> 1.6, >= 1.6.1)
95
+ rubyzip (~> 1.1)
96
+ winrm (~> 1.3.0)
97
+
98
+ PLATFORMS
99
+ ruby
100
+
101
+ DEPENDENCIES
102
+ vagrant!
103
+ vagrant-catapult!
@@ -0,0 +1,3 @@
1
+ require 'rubygems'
2
+ require 'bundler/setup'
3
+ Bundler::GemHelper.install_tasks
@@ -0,0 +1,11 @@
1
+ # lib/vagrant-catapult.rb
2
+ require 'bundler'
3
+
4
+ begin
5
+ require 'vagrant'
6
+ rescue LoadError
7
+ Bundler.require(:default, :development)
8
+ end
9
+
10
+ require 'vagrant-catapult/plugin'
11
+ require 'vagrant-catapult/command'
@@ -0,0 +1,10 @@
1
+ module Vagrant
2
+ module Catapult
3
+ class Command < Vagrant.plugin('2', :command)
4
+ def execute
5
+ puts "Catapult is under development, please visit https://github.com/devopsgroup-io/catapult-release-management for more information."
6
+ 0
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,14 @@
1
+ module Vagrant
2
+ module Catapult
3
+ class Plugin < Vagrant.plugin('2')
4
+ name "Catapult"
5
+ description <<-DESC
6
+ This plugin 'ls' all of the vms running inside the machine
7
+ DESC
8
+ command 'catapult' do
9
+ require_relative 'command'
10
+ Command
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,6 @@
1
+ # lib/vagrant-catapult/version.rb
2
+ module Vagrant
3
+ module Catapult
4
+ VERSION = '0.0.2'
5
+ end
6
+ end
@@ -0,0 +1,16 @@
1
+ require File.expand_path('../lib/vagrant-catapult/version', __FILE__)
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'vagrant-catapult'
5
+ s.version = Vagrant::Catapult::VERSION
6
+ s.date = '2015-07-17'
7
+ s.summary = "Catapult Release Management"
8
+ s.description = "A complete DevOps Release Management solution featuring automated website deployment and continuous integration following Gitflow and SCRUM workflows."
9
+ s.authors = ["Seth Reeser"]
10
+ s.email = 'seth.reeser@devopsgroup.io'
11
+ s.files = `git ls-files`.split($\)
12
+ s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
+ s.require_paths = ['lib']
14
+ s.homepage = 'https://github.com/devopsgroup-io/vagrant-catapult'
15
+ s.license = 'GNU'
16
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vagrant-catapult
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Seth Reeser
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A complete DevOps Release Management solution featuring automated website
14
+ deployment and continuous integration following Gitflow and SCRUM workflows.
15
+ email: seth.reeser@devopsgroup.io
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - .gitignore
21
+ - Gemfile
22
+ - Gemfile.lock
23
+ - Rakefile
24
+ - lib/vagrant-catapult.rb
25
+ - lib/vagrant-catapult/command.rb
26
+ - lib/vagrant-catapult/plugin.rb
27
+ - lib/vagrant-catapult/version.rb
28
+ - vagrant-catapult.gemspec
29
+ homepage: https://github.com/devopsgroup-io/vagrant-catapult
30
+ licenses:
31
+ - GNU
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 2.4.6
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Catapult Release Management
53
+ test_files: []