Sha256: 4be05e6db731f59afbb47148ac8570dcf207d8a9fad3163a70425222b7b8bb0d
Contents?: true
Size: 955 Bytes
Versions: 1
Compression:
Stored size: 955 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') s.add_development_dependency('rspec', '~> 2.7.0') s.add_development_dependency('rake') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hipchat-api-1.0.3 | hipchat-api.gemspec |