francois-quicken_parser 0.1.2 → 0.1.3

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 (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +4 -4
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'date'
5
5
  require "rake/testtask"
6
6
 
7
7
  GEM = "quicken_parser"
8
- GEM_VERSION = "0.1.2"
8
+ GEM_VERSION = "0.1.3"
9
9
  AUTHOR = "François Beausoleil"
10
10
  EMAIL = "francois@teksol.info"
11
11
  HOMEPAGE = "http://github.com/francois/quicken_parser"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: francois-quicken_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Fran\xC3\xA7ois Beausoleil"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-20 00:00:00 -08:00
12
+ date: 2009-04-24 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -24,7 +24,7 @@ dependencies:
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: francois-shoulda
27
- type: :runtime
27
+ type: :development
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
@@ -88,7 +88,7 @@ requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.2.0
90
90
  signing_key:
91
- specification_version: 2
91
+ specification_version: 3
92
92
  summary: This is a quick'n'dirty gem to parse Quicken QFX format.
93
93
  test_files: []
94
94