Sha256: bec0540d64c2cab78125cc59fc99da66c52851b7e670f27f2eb9d35efad1753c
Contents?: true
Size: 793 Bytes
Versions: 2
Compression:
Stored size: 793 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_dependency "motion-require", ">= 0.0.6" s.add_development_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-support-1.1.0 | motion-support.gemspec |
motion-support-1.0.0 | motion-support.gemspec |