cbrunnkvist-psd_logger 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/bin/psd_logger CHANGED
@@ -4,7 +4,8 @@ require 'psd_logger'
4
4
 
5
5
  opts = GetoptLong.new(
6
6
  [ '--tag', '-t', GetoptLong::OPTIONAL_ARGUMENT ],
7
- [ '--prefix', '-p', GetoptLong::OPTIONAL_ARGUMENT ]
7
+ [ '--prefix', '-p', GetoptLong::OPTIONAL_ARGUMENT ],
8
+ [ '--help', '-h', GetoptLong::OPTIONAL_ARGUMENT ]
8
9
  )
9
10
 
10
11
  tag = 'logger'
@@ -23,5 +24,5 @@ if ARGV.length == 0
23
24
  rescue EOFError
24
25
  end
25
26
  else
26
- psd_logger.error(msg)
27
+ psd_logger.error(ARGV.join(" "))
27
28
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cbrunnkvist-psd_logger}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Conny Brunnkvist"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cbrunnkvist-psd_logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Conny Brunnkvist