--- !ruby/object:Gem::Specification name: kmayer-highrise version: !ruby/object:Gem::Version version: 0.7.0 platform: ruby authors: - "Marcos Tapaj\xC3\xB3s" - Ken Mayer autorequire: highrise bindir: bin cert_chain: [] date: 2009-04-28 00:00:00 -07:00 default_executable: dependencies: [] description: "Based on the original API module from DHH, http://developer.37signals.com/highrise/, this gem is a cleaned up, tested version of the same. Contributors have added support for tags which are not supported by the API directly Configure by adding the following: require 'rubygems' require 'highrise' Highrise::Base.site = 'http://your_api:login@your_site.highrisehq.com/'" email: kmayer@bitwrangler.com executables: [] extensions: [] extra_rdoc_files: - README.mkdn files: - README.mkdn - Rakefile - MIT-LICENSE - spec.opts - spec_helper.rb - lib/highrise - lib/highrise/base.rb - lib/highrise/comment.rb - lib/highrise/company.rb - lib/highrise/curlhelper.rb - lib/highrise/curly.rb - lib/highrise/email.rb - lib/highrise/group.rb - lib/highrise/kase.rb - lib/highrise/membership.rb - lib/highrise/note.rb - lib/highrise/pagination.rb - lib/highrise/person.rb - lib/highrise/subject.rb - lib/highrise/tag.rb - lib/highrise/taggable.rb - lib/highrise/task.rb - lib/highrise/user.rb - lib/highrise/version.rb - lib/highrise.rb - spec/highrise - spec/highrise/base_spec.rb - spec/highrise/comment_spec.rb - spec/highrise/companies - spec/highrise/companies/16883216.html - spec/highrise/company_spec.rb - spec/highrise/curlhelper_spec.rb - spec/highrise/curly_spec.rb - spec/highrise/email_spec.rb - spec/highrise/group_spec.rb - spec/highrise/kase_spec.rb - spec/highrise/membership_spec.rb - spec/highrise/note_spec.rb - spec/highrise/pagination_spec.rb - spec/highrise/people - spec/highrise/people/16887003.html - spec/highrise/person_spec.rb - spec/highrise/subject_spec.rb - spec/highrise/tag_spec.rb - spec/highrise/task_spec.rb - spec/highrise/user_spec.rb has_rdoc: true homepage: http://github.com/kmayer/highrise post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: Ruby wrapper around Highrise API test_files: []