lewt 0.5.12 → 0.5.13
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 +4 -4
- data/lib/lewt.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e527276e57b6a1ab8e34889b1460b10e9d63ea30
|
4
|
+
data.tar.gz: d326e5a0e2dd274862c59a79670afe069aba3948
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 231bd7598a138c8e546ef9325b13fd06409c345359e814cb04dd04d17b469f2c0ed0742f85a5f5c10902ccf0380d112ddc0f5693c4dea5871aaf8848d3cc4e3b
|
7
|
+
data.tar.gz: aa85cb4f5acc6c21f8c8d7bf1b5847c8e91a95bab117806c254a73924e061f2237289e28a788a1ab43c670c0a843cd4f23bf14cce9c9713fa83b0c717038fcfb
|
data/lib/lewt.rb
CHANGED
@@ -16,7 +16,7 @@ require_relative 'lewt_ledger.rb'
|
|
16
16
|
# This module acts as a container for the LEWT namespace
|
17
17
|
module LEWT
|
18
18
|
|
19
|
-
VERSION = "0.5.
|
19
|
+
VERSION = "0.5.13"
|
20
20
|
|
21
21
|
# The Lewt class contains the major functionality of this program.
|
22
22
|
# It handles loading all extensions, gathering the results and passing options ariound the place.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lewt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Wijegooneratne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: safe_yaml
|
@@ -80,8 +80,8 @@ dependencies:
|
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 0.6.2
|
83
|
-
description: A
|
84
|
-
|
83
|
+
description: A simple command line tool and library for enterprise management. It
|
84
|
+
can currently handle invoicing, expenses, reporting, and is very extensible.
|
85
85
|
email: code@jwije.com
|
86
86
|
executables:
|
87
87
|
- lewt
|
@@ -131,7 +131,7 @@ files:
|
|
131
131
|
- tests/tc_LewtExtension.rb
|
132
132
|
- tests/tc_LewtLedger.rb
|
133
133
|
- tests/tc_LewtOpts.rb
|
134
|
-
homepage: http://jwije.com/
|
134
|
+
homepage: http://www.jwije.com/LEWT
|
135
135
|
licenses:
|
136
136
|
- MIT
|
137
137
|
metadata: {}
|