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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lewt.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b3e642248afd3ef3d87a72ad3ea77fe7233bd00
4
- data.tar.gz: 2f1cdbcdc9f6bb46c0a6a6e6af37ead5a75e9c29
3
+ metadata.gz: e527276e57b6a1ab8e34889b1460b10e9d63ea30
4
+ data.tar.gz: d326e5a0e2dd274862c59a79670afe069aba3948
5
5
  SHA512:
6
- metadata.gz: 832a00f6f7ae4d399cb02131bf6efff644674ce013aec8cbc434afa35e0494a7e1c9cb218ad218d9a126e1c36b3f7978d12748c6193e6c9f0ecc8b11190a1556
7
- data.tar.gz: ef329864a9f15c557976cecd041fd148f0ceaf226dc5eb7de82403e0ac3dbe24b44f021a50ceaaedc5279dc404ddb6ad97a7495b00a5b7f34ac1103d4a1b1854
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.12"
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.12
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-08-24 00:00:00.000000000 Z
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 dead simple command line tool and library for enterprise management.
84
- It can currently handle invoicing, expenses, reporting, and is very extensible.
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/lewt
134
+ homepage: http://www.jwije.com/LEWT
135
135
  licenses:
136
136
  - MIT
137
137
  metadata: {}