Sha256: d962489ef2a1146e48f982d00e4fdcaaff6b6db2175049f8bab299099a170c13
Contents?: true
Size: 686 Bytes
Versions: 7
Compression:
Stored size: 686 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.1.4" s.add_development_dependency 'rake' end
Version data entries
7 entries across 7 versions & 1 rubygems