Sha256: e5635e21e6c7c2fb1ef84188356b95601bbcff448a8aa124d933c58f27121d8f

Contents?: true

Size: 788 Bytes

Versions: 3

Compression:

Stored size: 788 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rmx/version'

Gem::Specification.new do |gem|
  gem.name          = "rmx"
  gem.version       = RMX::VERSION
  gem.authors       = ["Joe Noon"]
  gem.email         = ["joenoon@gmail.com"]
  gem.description   = %q{Extensions and helpers for dealing with various areas of rubymotion}
  gem.summary       = %q{Extensions and helpers for dealing with various areas of rubymotion}
  gem.homepage      = "https://github.com/joenoon/rmx"

  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.require_paths = ["lib"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rmx-0.6.2 rmx.gemspec
rmx-0.6.1 rmx.gemspec
rmx-0.6.0 rmx.gemspec