--- !ruby/object:Gem::Specification name: quicken version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 2 version: 0.0.2 platform: ruby authors: - Daniel Lopes autorequire: bindir: bin cert_chain: [] date: 2010-05-27 00:00:00 -03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 3 - 0 version: 1.3.0 type: :development version_requirements: *id001 description: QIF (Quicken Interchange Format) parser email: danielvlopes@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - lib/quicken.rb - lib/quicken/account.rb - lib/quicken/foundation.rb - lib/quicken/parser.rb - lib/quicken/spec.rb - lib/quicken/transaction.rb - quicken.gemspec - spec/fixtures/bco_real.qif - spec/fixtures/default.qif - spec/fixtures/ms_money.qif - spec/quicken/account_spec.rb - spec/quicken/foundation_spec.rb - spec/quicken/parser_spec.rb - spec/quicken/spec_spec.rb - spec/quicken/transaction_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/macros/foundation_macro.rb - spec/support/matchers/money_matcher.rb has_rdoc: true homepage: http://github.com/danielvlopes/quicken licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: simple QIF parser test_files: - spec/quicken/account_spec.rb - spec/quicken/foundation_spec.rb - spec/quicken/parser_spec.rb - spec/quicken/spec_spec.rb - spec/quicken/transaction_spec.rb - spec/spec_helper.rb - spec/support/macros/foundation_macro.rb - spec/support/matchers/money_matcher.rb