Sha256: e9ef29663467e3008f3a0dbb1816edcb7c44f2ae7956d35d4f71bd05f57daac1
Contents?: true
Size: 778 Bytes
Versions: 2
Compression:
Stored size: 778 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = %q{policymap_wrap} s.summary = %q{Ruby wrapper around the PolicyMap API v2} s.description = %q{Ruby wrapper around the PolicyMap API v2} s.homepage = %q{http://github.com/geminisbs/policymap_wrap} s.version = File.read(File.join(File.dirname(__FILE__), 'VERSION')) s.authors = ["Mauricio Gomes"] s.email = "mgomes@geminisbs.com" s.add_dependency "yajl-ruby", "~> 1.1.0" s.add_dependency "rest-client", "~> 1.8" 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"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
policymap_wrap-1.2.0 | policymap_wrap.gemspec |
policymap_wrap-1.1.0 | policymap_wrap.gemspec |