Sha256: 7e3e34c74da424c3e153d81d421bd34c8e249461de8ed3b5f364359466d6b748
Contents?: true
Size: 734 Bytes
Versions: 2
Compression:
Stored size: 734 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/formotion/version', __FILE__) Gem::Specification.new do |s| s.name = "formotion" s.version = Formotion::VERSION s.authors = ["Clay Allsopp"] s.email = ["clay.allsopp@gmail.com"] s.homepage = "https://github.com/clayallsopp/Formotion" s.summary = "Making iOS Forms insanely great with RubyMotion" s.description = "Making iOS Forms insanely great with RubyMotion" s.files = `git ls-files`.split($\) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.add_dependency "bubble-wrap", "~> 1.3.0" s.add_dependency "motion-require", "~> 0.0.3" s.add_development_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formotion-1.5.0 | Formotion.gemspec |
formotion-1.4.0 | Formotion.gemspec |