Sha256: 51c202e7ad685a43f76dddcfaeca91dea74d8949a472bd5091b07465ddc80a02

Contents?: true

Size: 1.27 KB

Versions: 5

Compression:

Stored size: 1.27 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "highrise/version"

Gem::Specification.new do |s|
  s.name        = "peterosullivan-highrise"
  s.version     = Highrise::VERSION
  s.platform    = Gem::Platform::RUBY

  s.required_rubygems_version = ">= 1.3.6"
  s.add_dependency "activeresource", "~>3.0"
  s.add_development_dependency "rspec", "~>2.0.1"
  s.add_development_dependency "rake", "=0.8.7"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features,examples}/*`.split("\n")
  s.require_paths = ["lib"]

  s.authors       = ["Marcos Tapaj\303\263s", "Ken Mayer", "Peter O'Sullivan"]
  s.email         = ["marcos@tapajos.me", "kmayer@bitwrangler.com", "peter@peterosullivan.net"]
  s.homepage      = "https://github.com/peterosullivan/highrise"
  s.summary       = %q{Ruby wrapper around Highrise API}
  s.description   = <<-EOT
    Based on the original API module from DHH, http://developer.37signals.com/highrise/, this
    gem is a cleaned up, tested version of the same. A fork of Tapaj gem. See the homepage for added features.

    Configure by adding the following:

    require 'highrise'
    Highrise::Base.site = 'http://your_site.highrisehq.com/'
    Highrise::Base.user = 'your_api_auth_token'
  EOT
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
peterosullivan-highrise-3.0.7 highrise.gemspec
peterosullivan-highrise-3.0.6 highrise.gemspec
peterosullivan-highrise-3.0.5 highrise.gemspec
peterosullivan-highrise-3.0.4 highrise.gemspec
peterosullivan-highrise-3.0.3 highrise.gemspec