Sha256: 4ee45414611f7d13dbad5fd570822117e50a3ee674f2d4749dad632fd3505594

Contents?: true

Size: 645 Bytes

Versions: 7

Compression:

Stored size: 645 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.allsopp@gmail.com", "colinta@gmail.com"]
  s.homepage    = "https://github.com/clayallsopp/geomotion"
  s.summary     = "A RubyMotion Geometry Wrapper"
  s.description = "A RubyMotion Geometry Wrapper"

  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

7 entries across 7 versions & 1 rubygems

Version Path
geomotion-0.13.2 Geomotion.gemspec
geomotion-0.13.1 Geomotion.gemspec
geomotion-0.13.0 Geomotion.gemspec
geomotion-0.12.3 Geomotion.gemspec
geomotion-0.12.2 Geomotion.gemspec
geomotion-0.12.1 Geomotion.gemspec
geomotion-0.10.0 Geomotion.gemspec