Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngty committed Sep 15, 2010
1 parent 625cb0d commit 22f7590
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Rakefile
Expand Up @@ -4,24 +4,22 @@ require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
gem.name = "cross-stub"
gem.summary = %Q{Simple cross process stubbing}
gem.description = %Q{}
gem.email = "ngty77@gmail.com"
gem.homepage = "http://github.com/ngty/cross-stub"
gem.authors = ["NgTzeYang"]
gem.add_development_dependency "bacon", ">= 0.0.0"
gem.add_development_dependency "otaku", ">= 0.2.2"
gem.add_dependency "ruby2ruby", "= 1.2.4"
gem.add_dependency "ruby_parser", "= 2.0.4"
gem.add_development_dependency "otaku", ">= 0.4.0"
gem.add_dependency "ruby2ruby", ">= 1.2.5"
gem.add_dependency "sexp_processor", ">= 3.0.5"
gem.add_dependency "sourcify", ">= 0.2.2.1"
gem.required_ruby_version = '>= 1.8.7'
# ##
# TODO: How do we declare the following optional dependencies ??
# 1. gem.add_dependency "memcache-client", "= 1.8.5"
# 2. gem.add_dependency "redis", "= 2.0.3"
# ##
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
#
end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
Expand Down

0 comments on commit 22f7590

Please sign in to comment.