Skip to content

Commit

Permalink
Refs #8684: Add runtime dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Hughes committed Dec 10, 2010
1 parent 56d3867 commit da68b66
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -1,6 +1,11 @@
gem 'right_http_connection', '1.2.5', :git => 'git@github.com:rightscale/right_http_connection.git'
gem 'libxml-ruby', '~> 0.5.2'

group :development do
gem 'rake'
gem 'rcov'
end

group :activesdb do
gem 'uuidtools', "~> 1.0.7"
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -6,13 +6,17 @@ GIT

GEM
specs:
libxml-ruby (0.5.2.0)
rake (0.8.7)
rcov (0.8.1.2.0)
uuidtools (1.0.7)

PLATFORMS
ruby

DEPENDENCIES
libxml-ruby (~> 0.5.2)
rake
rcov
right_http_connection (= 1.2.5)!
uuidtools (~> 1.0.7)
5 changes: 5 additions & 0 deletions right_aws.gemspec
Expand Up @@ -38,6 +38,11 @@ Gem::Specification.new do |spec|
spec.require_path = 'lib'

spec.add_dependency('right_http_connection', '>= 1.2.5')
spec.requirements << "uuidtools >= 1.0.7 if you want to use ActiveSdb"
spec.requirements << "libxml-ruby >= 0.5.2.0 is encouraged"

spec.add_development_dependency('rake')
spec.add_development_dependency('rcov')

spec.description = <<-EOF
== DESCRIPTION:
Expand Down

0 comments on commit da68b66

Please sign in to comment.