pf-command 0.0.1 → 0.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.
@@ -6,7 +6,7 @@ module Commandline
6
6
  @metadata = []
7
7
  end
8
8
 
9
- def run!(argv)
9
+ def run!pf (argv)
10
10
  if argv.nil? || !argv.is_a?(Array) || argv.length < 1
11
11
  puts "Invalid Command"
12
12
  return false
@@ -40,5 +40,5 @@ module Commandline
40
40
 
41
41
  true
42
42
  end
43
- module_function :run
43
+ module_function :run!
44
44
  end
@@ -1,5 +1,5 @@
1
1
  module Pf
2
2
  module Command
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Santeford