Sha256: ec944d8ce51fd5573cfd6e0ef6897f06ca37f7ca03a02f86962987419b5c2f2a

Contents?: true

Size: 952 Bytes

Versions: 2

Compression:

Stored size: 952 Bytes

Contents

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

require 'hipchat-api/version'

Gem::Specification.new do |s|
  s.name        = "hipchat-api"
  s.version     = HipChat::API::VERSION.dup
  s.authors     = ["David Czarnecki"]
  s.email       = ["czarneckid@acm.org"]
  s.homepage    = "http://github.com/czarneckid/hipchat-api"
  s.summary     = %q{Ruby gem for interacting with HipChat}
  s.description = %q{Ruby gem for interacting with HipChat}

  s.rubyforge_project = "hipchat-api"

  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"]

  s.add_dependency('httparty')

  s.add_development_dependency('fakeweb')
  s.add_development_dependency('mocha', '~> 0.11.4')
  s.add_development_dependency('rspec')
  s.add_development_dependency('rake')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hipchat-api-1.0.6 hipchat-api.gemspec
hipchat-api-1.0.5 hipchat-api.gemspec