# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "palladius" s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Riccardo Carlesso"] s.cert_chain = ["/Users/riccardo/git/gic/private/rusko@palladius.it/gem-public_cert.pem"] s.date = "2013-02-17" s.description = "My Google Cloud gem with various utilities. \n \n More to come\n " s.email = "palladiusbonton AT gmail DOT com" s.extra_rdoc_files = ["CHANGELOG", "README.md", "tasks/rubygem.rake"] s.files = ["CHANGELOG", "Makefile", "Manifest", "README.md", "Rakefile", "init.rb", "packages/README", "packages/gcutil-1.7.1.tar.gz", "packages/gsutil.tar.gz", "tasks/rubygem.rake", "palladius.gemspec"] s.homepage = "http://github.com/palladius/palladius" s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Palladius", "--main", "README.md"] s.require_paths = ["lib"] s.rubyforge_project = "palladius" s.rubygems_version = "1.8.18" s.signing_key = "/Users/riccardo/git/gic/private/rusko@palladius.it/gem-private_key.pem" s.summary = "Google Cloud gem. See http://github.com/palladius/gcloud" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end