press 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/press/printer.rb +1 -1
  3. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- press (0.1)
4
+ press (0.4)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/lib/press/printer.rb CHANGED
@@ -4,7 +4,7 @@ module Press
4
4
  module Printer
5
5
 
6
6
  def self.pd(*data, &blk)
7
- write $stdout, hashify(*data), &blk
7
+ write $stdout, hashify(*data, {}), &blk
8
8
  end
9
9
 
10
10
  def self.pdfm(file, m, *data, &blk)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: press
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: '0.4'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-22 00:00:00.000000000Z
12
+ date: 2012-05-24 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Data and exception printer.
15
15
  email: mark.fine@gmail.com