trollo 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. data/lib/trollo.rb +5 -19
  2. data/lib/trollo/version.rb +1 -1
  3. metadata +1 -1
@@ -10,22 +10,8 @@ module Trollo
10
10
 
11
11
  end
12
12
 
13
- require "trollo/exception"
14
- require "trollo/invoiceable"
15
- require "trollo/transaction"
16
- require "trollo/credit_transaction"
17
- require "trollo/debit_transaction"
18
- require "trollo/late_payment"
19
- require "trollo/line_item"
20
- require "trollo/payment_reference"
21
- require "trollo/seller"
22
- require "trollo/buyer"
23
- require "trollo/invoice_decorator"
24
- require "trollo/credit_note_invoice"
25
- require "trollo/credit_note_credit_transaction"
26
-
27
- require "trollo/invoice"
28
- require "trollo/credit_note"
29
- require "trollo/overdue_invoice"
30
- require "trollo/invoice_adjustment"
31
- require "trollo/line_item_type"
13
+ require "trollo/card"
14
+ require "trollo/list"
15
+ require "trollo/task"
16
+ require "trollo/tasklist"
17
+ require "trollo/troller"
@@ -1,3 +1,3 @@
1
1
  module Trollo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trollo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: