moneybook 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/moneybook +0 -1
  3. data/moneybook.gemspec +2 -2
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -148,7 +148,6 @@ def command_parse(options, filename)
148
148
  temp2 = temp[1].to_s.match(/([\d\.]+)\s*([A-Za-z]+)/)
149
149
  original_str = line.strip
150
150
  line = "DEBT (#{temp2[1]}#{temp[2].to_s}) #{temp2[2].to_s}"
151
- puts line
152
151
  end
153
152
  x = line.strip.match(REGEXP_COMP_LINE).to_a.map{|z| z.to_s}
154
153
  sq << {:name => x[1].to_s, :original_str => original_str || line.strip, :true_str => x[2].to_s, :virtual_str => x[3].to_s, :true => {}, :virtual => {}, :balance => {},
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{moneybook}
8
- s.version = "0.2.0"
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 = ["luca cioria"]
12
- s.date = %q{2011-01-18}
12
+ s.date = %q{2011-02-21}
13
13
  s.default_executable = %q{moneybook}
14
14
  s.description = %q{keep track of money in a group}
15
15
  s.email = %q{noreply@mail.com}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moneybook
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - luca cioria