Sha256: a6eca346dc458a760d0698b2cff397dd202bf235da0c9b7ab33854da49a48de0
Contents?: true
Size: 923 Bytes
Versions: 2
Compression:
Stored size: 923 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-ruby" 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 "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kooaba-0.0.2 | kooaba.gemspec |
kooaba-0.0.1 | kooaba.gemspec |