Sha256: dbcac82b5480d3e6e1b0bd960b5a9b3b2a4799d5e915eb7ab9d6819fdf182f75
Contents?: true
Size: 906 Bytes
Versions: 3
Compression:
Stored size: 906 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/motion-table/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["ClearSight Studio"] gem.email = ["contact@clearsightstudio.com"] gem.description = "MotionTable is a RubyMotion gem that makes it easy to handle UITableViews from a UITableViewController. Simply include in the module in your controller." gem.summary = "MotionTable is a RubyMotion gem that makes it easy to handle UITableViews from a UITableViewController." gem.homepage = "https://github.com/clearsightstudio/motion-table" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "motion-table" gem.require_paths = ["lib"] gem.version = MotionTable::VERSION end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
motion-table-0.1.7 | motion-table.gemspec |
motion-table-0.1.6 | motion-table.gemspec |
motion-table-0.1.5 | motion-table.gemspec |