Sha256: 707898df8278624fafadfac099c3c9fba1eaf6c4a03fab5f06699b91ee1ae590
Contents?: true
Size: 949 Bytes
Versions: 2
Compression:
Stored size: 949 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/pardot/version", __FILE__) Gem::Specification.new do |s| s.name = "ruby-pardot" s.version = Pardot::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Dan Cunning"] s.email = ["support@pardot.com"] s.homepage = "http://github.com/pardot/ruby-pardot" s.summary = "Library for interacting with the Pardot API" s.description = "Library for interacting with the Pardot API" s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "ruby-pardot" s.add_dependency "crack", "0.4.3" s.add_dependency "httparty", "0.13.1" s.add_development_dependency "bundler", ">= 1.10" s.add_development_dependency "rspec" s.add_development_dependency "fakeweb" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-pardot-1.3.1 | ruby-pardot.gemspec |
ruby-pardot-1.3.0 | ruby-pardot.gemspec |