brontes3d-production_log_analyzer 2009072100 → 2009072200

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/bin/action_errors CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/local/bin/ruby -ws
1
+ #!/usr/bin/env ruby -ws
2
2
 
3
3
  $h ||= false
4
4
  $r ||= false
data/bin/action_grep CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/local/bin/ruby -w
1
+ #!/usr/bin/env ruby -w
2
2
 
3
3
  require 'production_log/action_grep'
4
4
 
data/bin/pl_analyze CHANGED
@@ -1,4 +1,4 @@
1
- #!/bin/env ruby -w
1
+ #!/usr/bin/env ruby -w
2
2
 
3
3
  $:.unshift "#{File.dirname(__FILE__)}/../lib/"
4
4
  require "production_log/analyzer"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brontes3d-production_log_analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: "2009072100"
4
+ version: "2009072200"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel