Sha256: d71daf4c1412d162992962090adacd26f6946581dd332dde186b5c2097d513c5

Contents?: true

Size: 605 Bytes

Versions: 5

Compression:

Stored size: 605 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"]
  s.email       = ["clay.allsopp@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

5 entries across 5 versions & 1 rubygems

Version Path
geomotion-0.7.0 Geomotion.gemspec
geomotion-0.5 Geomotion.gemspec
geomotion-0.1 Geomotion.gemspec
geomotion-0.0.2 Geomotion.gemspec
geomotion-0.0.1 Geomotion.gemspec