Sha256: a5f0fd2fd2f14c4373e8b6aabeb739219a14ec3eaf9fcc851aff69fe62b8ed58
Contents?: true
Size: 960 Bytes
Versions: 4
Compression:
Stored size: 960 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "kooaba/version" Gem::Specification.new do |s| s.name = "kooaba" s.version = Kooaba::VERSION s.authors = ["Cristi Prodan"] s.email = ["prodan@kooaba.com"] s.homepage = "https://github.com/kooaba/kooaba-api-v4-rubygem" s.summary = %q{A gem for accessing the kooaba APIs} s.description = %q{A lightweight gem for accessing the kooaba APIs. For more information on the APIs check out http://kooaba.github.com} s.rubyforge_project = "kooaba" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: s.add_development_dependency "json" s.add_development_dependency "mocha" s.add_runtime_dependency "json" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kooaba-0.0.7 | kooaba.gemspec |
kooaba-0.0.6 | kooaba.gemspec |
kooaba-0.0.5 | kooaba.gemspec |
kooaba-0.0.4 | kooaba.gemspec |