bitgirder-platform 0.1.20 → 0.1.24

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.
data/lib/bitgirder/io.rb CHANGED
@@ -928,7 +928,7 @@ class UnixProcessBuilder < BitGirderClass
928
928
  dbg = { :cmd => @cmd, :argv => @argv, :opts => @opts }
929
929
  dbg[ :env ] = @env if @show_env_in_debug
930
930
 
931
- code( "Doing #{opts[ :call_type ]} with #{dbg.inspect}" )
931
+ code( "Doing #{opts[ :call_type ]} in #{Dir.pwd} with #{dbg.inspect}" )
932
932
  end
933
933
 
934
934
  private
data/lib/doc-gen18.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # Autogenerated docs on 2013-03-06 15:53:31 -0800
2
+ # Autogenerated docs on 2013-04-15 19:02:51 -0700
3
3
  #
4
4
 
5
5
  # This code is only included for rdoc purposes and would not normally get
data/lib/doc-gen20.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # Autogenerated docs on 2013-03-06 15:53:31 -0800
2
+ # Autogenerated docs on 2013-04-15 19:02:51 -0700
3
3
  #
4
4
 
5
5
  # This code is only included for rdoc purposes and would not normally get
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitgirder-platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.24
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: 2013-03-06 00:00:00.000000000 Z
12
+ date: 2013-04-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Contains core classes and interfaces for building event logger implementations.
15
15
  Also includes helper classes for incorporating assertions about event logging into