Sha256: e7f36cbd5146662f8a70d4dbba96d3867670f43f0b244dd453481f6404c60918

Contents?: true

Size: 739 Bytes

Versions: 4

Compression:

Stored size: 739 Bytes

Contents

# -*- 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iremix-ruby-0.0.5 iremix-ruby.gemspec
iremix-ruby-0.0.4 iremix-ruby.gemspec
iremix-ruby-0.0.3 iremix-ruby.gemspec
iremix-ruby-0.0.2 iremix-ruby.gemspec