tritech 0.5.0 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/tritech.rb +2 -2
  2. data/lib/tritech/version.rb +1 -1
  3. metadata +3 -3
@@ -1,5 +1,4 @@
1
1
  require "rubygems"
2
- #require "~/dev/opensource/slither/lib/slither"
3
2
  require "slither"
4
3
 
5
4
  module Tritech
@@ -22,7 +21,8 @@ module Tritech
22
21
  header.column :batch_number, 6, :padding => :zero
23
22
  end
24
23
 
25
- dir = File.join File.dirname(__FILE__), "tritech/sections/**/*.rb"
24
+ dir = File.join(File.expand_path('../lib/tritech',__FILE__),
25
+ "sections/**/*.rb")
26
26
  Dir[dir].each { |section|batch.instance_eval(File.read(section)) }
27
27
  end
28
28
 
@@ -1,3 +1,3 @@
1
1
  module Tritech
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tritech
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 2
10
+ version: 0.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Stults