Skip to content

Commit

Permalink
Updated gemspec to new version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Pospíšil committed Aug 10, 2009
1 parent 26d263c commit 5eef5d6
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions ares.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Josef Pospisil"]
s.date = %q{2009-08-07}
s.date = %q{2009-08-10}
s.description = %q{Simple library for querying Ares system in Czech republic with translation of labels.}
s.email = %q{pepe@gravastar.cz}
s.extra_rdoc_files = [
Expand All @@ -15,29 +18,29 @@ Gem::Specification.new do |s|
s.files = [
"README.rdoc",
"Rakefile",
"ares.gemspec",
"lib/ares.rb",
"spec/ares_spec.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/pepe/ares}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.4}
s.summary = %q{Simple ruby wrapper for Czech Ares service}
s.test_files = [
"spec/ares_spec.rb"
]

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

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

0 comments on commit 5eef5d6

Please sign in to comment.