lctl 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lctl (0.0.1)
4
+ lctl (0.0.2)
5
5
  thor
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  require 'thor'
2
2
 
3
3
  class Lctl::CLI < Thor
4
- default_task :start
4
+ default_task :help
5
5
 
6
6
  desc 'load NAME', 'Load a launchd process in ~/Library/Launch[Agents|Daemons]'
7
7
  def load(name)
@@ -1,3 +1,3 @@
1
1
  module Lctl
2
- VERSION = "0.0.2" unless defined?(VERSION)
2
+ VERSION = "0.0.3" unless defined?(VERSION)
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - James Conroy-Finn