Sha256: afbe94b4936eca1db304d86dd3190b7eb97a167b882e506d32b54167d89169c5

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/geomotion/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = "geomotion"
  s.version     = Geomotion::VERSION
  s.authors     = ["Clay Allsopp", "Colin T.A. Gray"]
  s.email       = ["clay@usepropeller.com", "colinta@gmail.com"]
  s.homepage    = "https://github.com/clayallsopp/geomotion"
  s.summary     = "A RubyMotion Geometry Wrapper"
  s.description = "A RubyMotion Geometry Wrapper"
  s.license  = 'MIT'

  s.files         = `git ls-files`.split($\)
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_development_dependency 'rake'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geomotion-0.15.0 Geomotion.gemspec
geomotion-0.14.0 Geomotion.gemspec