reckon 0.2.0 → 0.2.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/Rakefile +0 -1
- data/VERSION +1 -1
- data/reckon.gemspec +3 -2
- metadata +4 -5
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/reckon.gemspec
CHANGED
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{reckon}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Andrew Cantino"]
|
|
12
12
|
s.date = %q{2010-11-06}
|
|
13
|
+
s.default_executable = %q{reckon}
|
|
13
14
|
s.description = %q{Reckon automagically converts CSV files for use with the command-line accounting tool Ledger. It also helps you to select the correct accounts associated with the CSV data using Bayesian machine learning.}
|
|
14
15
|
s.email = %q{andrew@iterationlabs.com}
|
|
15
|
-
s.executables = ["reckon"
|
|
16
|
+
s.executables = ["reckon"]
|
|
16
17
|
s.extra_rdoc_files = [
|
|
17
18
|
"LICENSE",
|
|
18
19
|
"README.rdoc"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: reckon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Andrew Cantino
|
|
@@ -16,7 +16,7 @@ bindir: bin
|
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
18
|
date: 2010-11-06 00:00:00 -07:00
|
|
19
|
-
default_executable:
|
|
19
|
+
default_executable: reckon
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: rspec
|
|
@@ -86,7 +86,6 @@ description: Reckon automagically converts CSV files for use with the command-li
|
|
|
86
86
|
email: andrew@iterationlabs.com
|
|
87
87
|
executables:
|
|
88
88
|
- reckon
|
|
89
|
-
- reckon
|
|
90
89
|
extensions: []
|
|
91
90
|
|
|
92
91
|
extra_rdoc_files:
|