outbanker 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MGE0OTE3YTI0NWE1YzFiMDRkYWY4MDllOGFjNDIwZTEyYTMzODk4Ng==
4
+ MzljNDQ0ZTc2MjdlYmI2ZDc3MDEzOWY1ZGViN2RmZWRmNTVlMDQzZA==
5
5
  data.tar.gz: !binary |-
6
- NDczY2VkNTcwY2Q5YjE5MDVjMDA2ZDVkZmUwYjU0ODBhNGZjMTExNA==
6
+ ZWYzOTQwZDUwZWZkMjUwMDkwOGZiNmVmNzYzODQzZDcxMTg4MWUwZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjM0MWQxZWZkMzVmZDFlZDk1NjA5YTJiYzk4NjU5YTk1YmM2YmQyNDM2NzVj
10
- ODY1MjcyZDgzYWQwODU2NWVlMWYxYzgzMzUzODRkMjU3ZDRjYzVlYjFiNGI3
11
- MjczYjE5ZjcyNWFiMWUzZjYxNTA4NGU5YWQzMDY0OTI0NmNiZTQ=
9
+ NWJkODY3ZTI5MDYwM2JhZTFkYWQ3MWIxNzQ2NGZlNDE0ZjRlNTk2YTU5ZmUz
10
+ NWVlZjNmODgyYjBhMTE3MWIwNWEwNzNlM2Y2MzI4OTk3M2E4MDQ2OTBlNDhm
11
+ MTk2YmUzMzY1MTcxNDc2MTRlMGZjMjZmNjE0MmMzMjRmNmY3YTU=
12
12
  data.tar.gz: !binary |-
13
- NTUwMGUwOGZmNjBlZWE1MmZmODk1Mjk5NjRjOWVlZTRiMzM4YWVhZGNiMTQ4
14
- YThlMTczYmIxMWEzMGY5NDE3YWQ3ZTI3Mzg0ZTI2YmI3NzNjYzU3ZjJiYmJm
15
- OGJhZDYxZmY4OGIxZDhhMmU3ZDBhZjNmZjdlNjdkMTgyMzQyNTI=
13
+ NzU4MjMwOWQ1ZjMwMjMzZjg2MjY0N2UwNGU4MzdhMGVkNmQ2Y2VkMjlhYzY3
14
+ ZjI2ODkyYTVjODY5ZDljMGQ2NTZjMTdlODQ2NTdmYjhjOTM3YWY2NTZjNzMw
15
+ Mjk1MzQ0ZTViMWYxMDlkMzY3OTM5YTliMmE2MmRmZjdlZjhmZDQ=
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
+ - 2.1
4
5
  env:
5
6
  - RUBYOPT=-Ku
@@ -1,3 +1,3 @@
1
1
  module Outbanker
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/outbanker.rb CHANGED
@@ -1,7 +1,4 @@
1
- require 'minitest/unit'
2
-
3
1
  require "outbanker/version"
4
2
  require "outbanker/money_string_parser"
5
3
  require "outbanker/statement_line"
6
- require "outbanker/statement_lines"
7
-
4
+ require "outbanker/statement_lines"
data/test/test_helper.rb CHANGED
@@ -3,4 +3,4 @@ require 'outbanker'
3
3
  # TESTING UTILITIES
4
4
  begin; require 'turn/autorun'; rescue LoadError; end
5
5
  require 'minitest/autorun'
6
- require 'ostruct'
6
+ require 'ostruct'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outbanker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillip Oertel