Sha256: 1589607af25d11186a5a46accb8c96e26e8a9fe54f7f4f4bdd1b7af0f56bed2f

Contents?: true

Size: 531 Bytes

Versions: 6

Compression:

Stored size: 531 Bytes

Contents

require 'rubygems'
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
  gemspec.name = "rest_connection"
  gemspec.summary = "lib for restful connections to the rightscale api"
  gemspec.description = "provides rest_connection"
  gemspec.email = "jeremy@rubyonlinux.org"
  gemspec.homepage = "http://github.com/jeremyd/rest_connection"
  gemspec.authors = ["Jeremy Deininger"]
  gemspec.add_dependency('activesupport', "=2.3.10")
  gemspec.add_dependency('net-ssh')
  gemspec.add_dependency('json')
end
Jeweler::GemcutterTasks.new

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest_connection-0.0.23 Rakefile
rest_connection-0.0.22 Rakefile
rest_connection-0.0.21 Rakefile
rest_connection-0.0.20 Rakefile
rest_connection-0.0.19 Rakefile
rest_connection-0.0.18 Rakefile