Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Updated extlib gem dependency to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kubb committed Jan 19, 2009
1 parent 406cb4e commit e36f661
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ EMAIL = "dan.kubb@gmail.com"
GEM_NAME = "dm-core"
GEM_VERSION = DataMapper::VERSION
GEM_DEPENDENCIES = ["data_objects", "~>0.9.10"],
["extlib", "~>0.9.9"],
["extlib", "~>0.9.10"],
["addressable", "~>2.0.1"]

PROJECT_NAME = "datamapper"
Expand Down
8 changes: 4 additions & 4 deletions dm-core.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Kubb"]
s.date = %q{2009-01-09}
s.date = %q{2009-01-18}
s.description = %q{Faster, Better, Simpler.}
s.email = ["dan.kubb@gmail.com"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
Expand All @@ -25,16 +25,16 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<data_objects>, ["~> 0.9.10"])
s.add_runtime_dependency(%q<extlib>, ["~> 0.9.9"])
s.add_runtime_dependency(%q<extlib>, ["~> 0.9.10"])
s.add_runtime_dependency(%q<addressable>, ["~> 2.0.1"])
else
s.add_dependency(%q<data_objects>, ["~> 0.9.10"])
s.add_dependency(%q<extlib>, ["~> 0.9.9"])
s.add_dependency(%q<extlib>, ["~> 0.9.10"])
s.add_dependency(%q<addressable>, ["~> 2.0.1"])
end
else
s.add_dependency(%q<data_objects>, ["~> 0.9.10"])
s.add_dependency(%q<extlib>, ["~> 0.9.9"])
s.add_dependency(%q<extlib>, ["~> 0.9.10"])
s.add_dependency(%q<addressable>, ["~> 2.0.1"])
end
end
2 changes: 1 addition & 1 deletion lib/dm-core.rb
Expand Up @@ -19,7 +19,7 @@
gem 'addressable', '~>2.0.1'
require 'addressable/uri'

gem 'extlib', '~>0.9.9'
gem 'extlib', '~>0.9.10'
require 'extlib'
require 'extlib/inflection'

Expand Down

0 comments on commit e36f661

Please sign in to comment.