byr 0.1
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.
- data/bin/byr +3 -0
- data/lib/byr.rb +5 -0
- metadata +57 -0
data/bin/byr
ADDED
data/lib/byr.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: byr
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: '0.1'
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Daniel E. Doherty
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2012-11-14 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: ! 'In the spririt of ledger, use text files to track your finances, but
|
|
15
|
+
use Emacs org
|
|
16
|
+
|
|
17
|
+
mode to create and edit transactions. Provides for ruby to fetch transaction files
|
|
18
|
+
|
|
19
|
+
from financial institutions using watir-webdriver. Print nice reports with LaTeX,
|
|
20
|
+
and
|
|
21
|
+
|
|
22
|
+
more.
|
|
23
|
+
|
|
24
|
+
'
|
|
25
|
+
email: ded-byr@ddoherty.net
|
|
26
|
+
executables:
|
|
27
|
+
- byr
|
|
28
|
+
extensions: []
|
|
29
|
+
extra_rdoc_files: []
|
|
30
|
+
files:
|
|
31
|
+
- lib/byr.rb
|
|
32
|
+
- bin/byr
|
|
33
|
+
homepage:
|
|
34
|
+
licenses: []
|
|
35
|
+
post_install_message:
|
|
36
|
+
rdoc_options: []
|
|
37
|
+
require_paths:
|
|
38
|
+
- lib
|
|
39
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
|
+
none: false
|
|
41
|
+
requirements:
|
|
42
|
+
- - ! '>='
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
version: '0'
|
|
45
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
|
+
none: false
|
|
47
|
+
requirements:
|
|
48
|
+
- - ! '>='
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '0'
|
|
51
|
+
requirements: []
|
|
52
|
+
rubyforge_project:
|
|
53
|
+
rubygems_version: 1.8.24
|
|
54
|
+
signing_key:
|
|
55
|
+
specification_version: 3
|
|
56
|
+
summary: Application for maintaing general ledgers in Emacs org files
|
|
57
|
+
test_files: []
|