Sha256: 19b6b616606af778ffad6f307b258f64c46a3d1ad94e4cefc67c5736152473e3
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'version' Gem::Specification.new do |s| s.name = "halo-reach-api" s.version = Halo::Reach::API::VERSION.dup s.authors = ["David Czarnecki"] s.email = ["dczarnecki@agoragames.com"] s.homepage = "https://github.com/agoragames/halo-reach-api" s.summary = %q{Ruby gem for interacting with the Halo:Reach API} s.description = %q{Ruby gem for interacting with the Halo:Reach API} s.rubyforge_project = "halo-reach-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_dependency('json') s.add_development_dependency('rake') s.add_development_dependency('fakeweb') s.add_development_dependency('mocha') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
halo-reach-api-1.0.5 | halo-reach-api.gemspec |