Skip to content

Commit

Permalink
Bump version to 0.7.0 and update history and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpierce committed Oct 27, 2012
1 parent dc7f5eb commit e10f527
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
================

0.7.0
----

- Add 'show' command to display contents of matching plist file (jonpierce)
- Add '-l' option on 'ls' command to display absolute paths to plist files (jonpierce)

0.6.0
----

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Lunchy aims to be that friendly tool by wrapping launchctl and providing a few s
- restart [pattern]
- status [pattern]
- install [file]
- show [pattern]
- edit [pattern]

where pattern is just a substring that matches the agent's plist filename. If you don't use a unique pattern, Lunchy will warn you of this and give you a list of the matching items instead.
Expand Down
2 changes: 1 addition & 1 deletion lib/lunchy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'fileutils'

class Lunchy
VERSION = '0.6.0'
VERSION = '0.7.0'

def start(params)
raise ArgumentError, "start [-wF] [name]" if params.empty?
Expand Down

0 comments on commit e10f527

Please sign in to comment.