cnab2ofx 0.0.4 → 0.0.5

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.
Files changed (3) hide show
  1. data/bin/cnab2ofx +0 -1
  2. data/cnab2ofx.gemspec +2 -2
  3. metadata +2 -2
data/bin/cnab2ofx CHANGED
@@ -8,7 +8,6 @@ require 'pp'
8
8
  require 'date'
9
9
  require 'erb'
10
10
  require 'cnab240_helper.rb'
11
- pp $LOAD_PATH
12
11
  require 'cnab2ofx'
13
12
 
14
13
  CONFIG_DIR = File.join ROOT_DIR, 'lib/cnab2ofx/cnab240'
data/cnab2ofx.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cnab2ofx"
3
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Abinoam Praxedes Marques Junior"]
6
6
  s.email = ["abinoam@gmail.com"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
24
24
  # s.extensions = `git ls-files ext/extconf.rb`.split("\n")
25
25
 
26
- s.require_paths = ['lib', 'helper']
26
+ s.require_paths = ['lib', 'helpers']
27
27
 
28
28
  # For C extensions
29
29
  # s.extensions = "ext/extconf.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cnab2ofx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,7 +44,7 @@ post_install_message: ! '
44
44
  rdoc_options: []
45
45
  require_paths:
46
46
  - lib
47
- - helper
47
+ - helpers
48
48
  required_ruby_version: !ruby/object:Gem::Requirement
49
49
  none: false
50
50
  requirements: