Sha256: 1ef7ca2e4b802a3630eca67f35289215d46c5fd864e0cffe3bcf58c7fbc3767b
Contents?: true
Size: 713 Bytes
Versions: 4
Compression:
Stored size: 713 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/motion-tab/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["ClearSight Studio"] gem.email = ["contact@clearsightstudio.com"] gem.description = "MotionTab is a RubyMotion gem for making UITabBars easier to implement." gem.summary = "" gem.homepage = "https://github.com/clearsightstudio/motion-tab" 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-tab" gem.require_paths = ["lib"] gem.version = MotionTab::VERSION end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
motion-tab-0.2.1 | motion-tab.gemspec |
motion-tab-0.2.0 | motion-tab.gemspec |
motion-tab-0.1.2 | motion-tab.gemspec |
motion-tab-0.0.1 | motion-tab.gemspec |