Skip to content

Commit

Permalink
added gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Dec 30, 2008
1 parent 05f28b9 commit 953db92
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions fixjour.gemspec
@@ -0,0 +1,30 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{fixjour}
s.version = "0.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pat Nakajima"]
s.date = %q{2008-12-29}
s.email = %q{patnakajima@gmail.com}
s.files = ["lib/core_ext", "lib/core_ext/hash.rb", "lib/fixjour", "lib/fixjour/builders.rb", "lib/fixjour/errors.rb", "lib/fixjour/verify.rb", "lib/fixjour.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/nakajima/fixjour}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Object creation methods everyone already has}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activerecord>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 0"])
end
else
s.add_dependency(%q<activerecord>, [">= 0"])
end
end

0 comments on commit 953db92

Please sign in to comment.