Sha256: 015fa0d033e115c5b6a6ccc70fb3444580b73cfbd882d80698b657425cf36357
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rubymotionr/version' Gem::Specification.new do |gem| gem.name = "rubymotionr" gem.version = Rubymotionr::VERSION gem.authors = ["Marko Iskander"] gem.email = ["markoiskander@gmail.com"] gem.description = %q{Find rubymotion projects within a directory} gem.summary = %q{Find rubymotion projects within a directory } gem.homepage = "https://github.com/miskander/rubymotionr" 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.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymotionr-0.0.1 | rubymotionr.gemspec |