cardboard 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. data/bin/cardboard +1 -1
  2. data/cardboard.gemspec +1 -1
  3. metadata +3 -3
data/bin/cardboard CHANGED
@@ -4,7 +4,7 @@
4
4
  require "pathname"
5
5
 
6
6
  libexec = Pathname.new(__FILE__).realpath + "../../libexec"
7
- script = libexec + ARGV.pop
7
+ script = libexec + ARGV.shift
8
8
 
9
9
  unless script.executable?
10
10
  abort "cardboard: Unknown script: #{script}"
data/cardboard.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "cardboard"
3
- gem.version = "1.0.1"
3
+ gem.version = "1.0.2"
4
4
  gem.authors = ["John Barnette", "Will Farrington"]
5
5
  gem.email = ["jbarnette@github.com", "wfarr@github.com"]
6
6
  gem.description = "Development tools for Boxen's puppet modules."
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Barnette
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-05 00:00:00 -08:00
18
+ date: 2013-05-16 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency