Sha256: a43787e7be961846150b7f63dca48f353988b3107e64f00ce526efb647a92b25
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 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_development_dependency "parseconfig" s.add_development_dependency "json_pure" s.add_development_dependency "rest-client" s.add_development_dependency "json" s.add_development_dependency "rubyzip" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.5.8 | gooddata.gemspec |