Skip to content

Commit

Permalink
Update gem to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyw committed Mar 7, 2011
1 parent 017932b commit 535ce90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion Manifest
@@ -1,17 +1,24 @@
CHANGELOG
LICENSE
Manifest
QIF_references
README.rdoc
Rakefile
lib/qif.rb
lib/qif/date_format.rb
lib/qif/reader.rb
lib/qif/transaction.rb
lib/qif/writer.rb
qif.gemspec
spec/fixtures/3_records_ddmmyy.qif
spec/fixtures/3_records_ddmmyyyy.qif
spec/fixtures/3_records_dmyy.qif
spec/fixtures/3_records_invalid_header.qif
spec/fixtures/3_records_mmddyy.qif
spec/fixtures/3_records_mmddyyyy.qif
spec/fixtures/3_records_separator.qif
spec/fixtures/not_a_QIF_file.txt
spec/fixtures/quicken_investment_account.qif
spec/fixtures/quicken_non_investement_account.qif
spec/lib/date_format_spec.rb
spec/lib/reader_spec.rb
spec/lib/transaction_spec.rb
Expand Down
12 changes: 6 additions & 6 deletions qif.gemspec
Expand Up @@ -2,20 +2,20 @@

Gem::Specification.new do |s|
s.name = %q{qif}
s.version = "1.0"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeremy Wells"]
s.date = %q{2011-02-19}
s.date = %q{2011-03-07}
s.description = %q{A library for reading and writing quicken QIF files.}
s.email = %q{jemmyw@gmail.com}
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "lib/qif.rb", "lib/qif/date_format.rb", "lib/qif/reader.rb", "lib/qif/transaction.rb", "lib/qif/writer.rb"]
s.files = ["CHANGELOG", "LICENSE", "Manifest", "Rakefile", "lib/qif.rb", "lib/qif/date_format.rb", "lib/qif/reader.rb", "lib/qif/transaction.rb", "lib/qif/writer.rb", "qif.gemspec", "spec/fixtures/3_records_ddmmyy.qif", "spec/fixtures/3_records_ddmmyyyy.qif", "spec/fixtures/3_records_mmddyy.qif", "spec/fixtures/3_records_mmddyyyy.qif", "spec/lib/date_format_spec.rb", "spec/lib/reader_spec.rb", "spec/lib/transaction_spec.rb", "spec/lib/writer_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
s.homepage = %q{}
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "lib/qif.rb", "lib/qif/date_format.rb", "lib/qif/reader.rb", "lib/qif/transaction.rb", "lib/qif/writer.rb"]
s.files = ["CHANGELOG", "LICENSE", "Manifest", "QIF_references", "README.rdoc", "Rakefile", "lib/qif.rb", "lib/qif/date_format.rb", "lib/qif/reader.rb", "lib/qif/transaction.rb", "lib/qif/writer.rb", "spec/fixtures/3_records_ddmmyy.qif", "spec/fixtures/3_records_ddmmyyyy.qif", "spec/fixtures/3_records_dmyy.qif", "spec/fixtures/3_records_invalid_header.qif", "spec/fixtures/3_records_mmddyy.qif", "spec/fixtures/3_records_mmddyyyy.qif", "spec/fixtures/3_records_separator.qif", "spec/fixtures/not_a_QIF_file.txt", "spec/fixtures/quicken_investment_account.qif", "spec/fixtures/quicken_non_investement_account.qif", "spec/lib/date_format_spec.rb", "spec/lib/reader_spec.rb", "spec/lib/transaction_spec.rb", "spec/lib/writer_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "qif.gemspec"]
s.homepage = %q{http://qif.github.com/qif/}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Qif", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{qif}
s.rubygems_version = %q{1.5.0}
s.rubygems_version = %q{1.6.1}
s.summary = %q{A library for reading and writing quicken QIF files.}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 535ce90

Please sign in to comment.