Sha256: 27694dcb5f7eb032d7c65a13459ad130652a8afef670f041ff46acafd4860a38

Contents?: true

Size: 930 Bytes

Versions: 1

Compression:

Stored size: 930 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"
  s.add_dependency "httparty"

  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

1 entries across 1 versions & 1 rubygems

Version Path
ruby-pardot-1.1.0 ruby-pardot.gemspec