# -*- encoding: utf-8 -*- require File.expand_path('../lib/iremix/version', __FILE__) Gem::Specification.new do |gem| gem.authors = %w(Joe Sak, Neoteric Design) gem.email = %w(joe@neotericdesign.com) gem.description = %q{A ruby wrapper for the iRemix API} gem.summary = %q{What the desc. said} gem.homepage = "http://github.com/neotericdesign/iremix-ruby" 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 = "iremix-ruby" gem.require_paths = ["lib"] gem.version = Iremix::Ruby::VERSION gem.add_development_dependency 'rspec' end