perlbox 3.0.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bcbd5eb98f8041607668317f913e6d0781eb4d2a
4
+ data.tar.gz: 4655f7c1abec90f25bf9b84c2da243790b96beb5
5
+ SHA512:
6
+ metadata.gz: 4bcde7ccffc2ed56dd991f4ee694b65188958d69700de19ddf9f54bc0034f32d638392803d28a7929b2a7a10fca01efa2ad1fd59a5e5ba4c0b304a323e1bcf12
7
+ data.tar.gz: 99b689b83322335893ed105325e766f15743b03faa271025039daadf4494cef5a43e17208d6d6610e08985f3b50f018ec0be3b30c94310a07726c0e9abda392a
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'perlbox'
4
+ puts Perlbox.start(ARGV[0])
@@ -0,0 +1,8 @@
1
+ class Perlbox
2
+ def self.start
3
+ installer = Installer.new
4
+ installer.install
5
+ end
6
+ end
7
+
8
+ require 'perlbox/installer'
File without changes
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: perlbox
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Gaurav Khanna
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2012-01-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The lightweight portable reproducible perl virtualized development environment
14
+ with baked-in CPAN and package automatic declarative version controlled dependency
15
+ management.
16
+ email: gauravk92@gmail.com
17
+ executables:
18
+ - perlbox
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/perlbox.rb
23
+ - lib/perlbox/installer.rb
24
+ - bin/perlbox
25
+ homepage: http://rubygems.org/gems/perlbox
26
+ licenses:
27
+ - bsd
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.0.3
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Puppet module for modern perl development with Vagrant
49
+ test_files: []