dtachr 0.0.4 → 0.0.5

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/dtachr.gemspec +1 -1
  2. data/lib/dtachr.rb +2 -2
  3. metadata +3 -3
data/dtachr.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'dtachr'
16
- s.version = '0.0.4'
16
+ s.version = '0.0.5'
17
17
  s.date = '2013-11-15'
18
18
  s.rubyforge_project = 'dtachr'
19
19
 
data/lib/dtachr.rb CHANGED
@@ -6,14 +6,14 @@ require 'docopt'
6
6
 
7
7
  module Dtachr
8
8
 
9
- VERSION = '0.0.4'
9
+ VERSION = '0.0.5'
10
10
  NAME = 'dtachr'
11
11
 
12
12
  DOC = <<-DOCOPT
13
13
  dtachr
14
14
 
15
15
  Usage:
16
- #{Dtachr::NAME} [--socket=<sock>] [--title=<title>] [--message=<message>] <parts>...
16
+ #{Dtachr::NAME} [--socket=<sock>] [--title=<title>] [--message=<message>] [--] <parts>...
17
17
  #{Dtachr::NAME} -h | --help
18
18
  #{Dtachr::NAME} -v | --version
19
19
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtachr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bryan Swift