Sha256: 79a0a59f7c91457570e7f2bc1d649e1044dcf62c77afca09bbd1b62ce034c7a7

Contents?: true

Size: 745 Bytes

Versions: 3

Compression:

Stored size: 745 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "motion-support"
  s.version     = MotionSupport::VERSION
  s.authors     = ["Thomas Kadauke"]
  s.email       = ["thomas.kadauke@googlemail.com"]
  s.homepage    = "https://github.com/tkadauke/motion-support"
  s.summary     = "Commonly useful extensions to the standard library for RubyMotion"
  s.description = "Commonly useful extensions to the standard library for RubyMotion. Ported from ActiveSupport."
  s.licenses    = ["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

3 entries across 3 versions & 1 rubygems

Version Path
motion-support-1.2.1 motion-support.gemspec
motion-support-1.1.1 motion-support.gemspec
motion-support-1.2.0 motion-support.gemspec