Sha256: bcc6e3e1f831ee6adc4f45586f340507e2a60bb246389afc59e76bd71af6c727

Contents?: true

Size: 767 Bytes

Versions: 6

Compression:

Stored size: 767 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.files         = `git ls-files`.split($\)
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_dependency "motion-require", ">= 0.0.6"
  s.add_development_dependency 'rake'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
motion-support-0.3.0 motion-support.gemspec
motion-support-0.2.6 motion-support.gemspec
motion-support-0.2.5 motion-support.gemspec
motion-support-0.2.4 motion-support.gemspec
motion-support-0.2.3 motion-support.gemspec
motion-support-0.2.2 motion-support.gemspec