Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 9, 2010
1 parent 9bb1274 commit e52f98d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions ofx.gemspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{ofx}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nando Vieira"]
s.date = %q{2009-11-13}
s.date = %q{2010-03-09}
s.description = %q{A simple OFX (Open Financial Exchange) parser built on top of Nokogiri. Currently supports OFX 1.0.2.
Usage:
OFX("sample.ofx") do |ofx|
p ofx
end
}
s.email = %q{fnando.vieira@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -19,16 +25,17 @@ Gem::Specification.new do |s|
s.files = [
"README.markdown",
"Rakefile",
"VERSION",
"lib/ofx.rb",
"lib/ofx/account.rb",
"lib/ofx/balance.rb",
"lib/ofx/errors.rb",
"lib/ofx/foundation.rb",
"lib/ofx/parser.rb",
"lib/ofx/parser/ofx102.rb",
"lib/ofx/transaction.rb",
"lib/ofx/version.rb",
"ofx.gemspec",
"spec/fixtures/invalid_version.ofx",
"spec/fixtures/sample.ofx",
"spec/ofx/account_spec.rb",
"spec/ofx/ofx102_spec.rb",
Expand All @@ -37,10 +44,11 @@ Gem::Specification.new do |s|
"spec/ofx/transaction_spec.rb",
"spec/spec_helper.rb"
]
s.has_rdoc = false
s.homepage = %q{http://github.com/fnando/ofx}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{A simple OFX (Open Financial Exchange) parser built on top of Nokogiri. Currently supports OFX 1.0.2.}
s.test_files = [
"spec/ofx/account_spec.rb",
Expand All @@ -64,3 +72,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<nokogiri>, [">= 0"])
end
end

0 comments on commit e52f98d

Please sign in to comment.