Sha256: 4bdff4693a7fac6451626c56c903a77857936e39f9c3ec383002162591190045
Contents?: true
Size: 875 Bytes
Versions: 4
Compression:
Stored size: 875 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/astrobot/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Jeremy Mortelette"] gem.email = ["mortelette.jeremy@gmail.com"] gem.description = "Large ruby wrapper for the Transmission RPC API base on Fernando Guillen's gem transmission_api" gem.summary = "Large ruby wrapper for the Transmission RPC API" gem.homepage = "https://github.com/elentras/Astrobot.git" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "astrobot" gem.require_paths = ["lib"] gem.version = Astrobot::Version::VERSION gem.add_dependency "httparty", "0.9.0" gem.add_development_dependency "mocha", "0.13.0" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
astrobot-0.1.4 | astrobot.gemspec |
astrobot-0.1.3 | astrobot.gemspec |
astrobot-0.1.2 | astrobot.gemspec |
astrobot-0.1.1 | astrobot.gemspec |