Sha256: 402382b6163ef3c2bb3ba20a7fad99e1d7aa6b03766e3da11e9a93b0226ec519
Contents?: true
Size: 1.27 KB
Versions: 7
Compression:
Stored size: 1.27 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib/gooddata", __FILE__) require "version" Gem::Specification.new do |s| s.name = %q{gooddata} s.version = GoodData::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Pavel Kolesnikov", "Thomas Watson Steen"] s.summary = %q{A convenient Ruby wrapper around the GoodData RESTful API} s.date = %q{2012-12-17} s.description = %q{Use the Gooddata::Client class to integrate GoodData into your own application or use the CLI to work with GoodData directly from the command line.} s.email = %q{pavel@gooddata.com} s.executables = ["igd.rb", "gooddata"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = `git ls-files`.split($/) s.homepage = %q{http://github.com/gooddata/gooddata-ruby} s.require_paths = ["lib"] s.rubygems_version = "1.3.7" s.add_development_dependency "bundler", "~> 1.3" s.add_development_dependency "thoughtbot-shoulda" s.add_dependency "parseconfig" s.add_dependency "json_pure" s.add_dependency "rest-client" s.add_dependency "json" s.add_dependency "rubyzip" end
Version data entries
7 entries across 7 versions & 1 rubygems