Sha256: 8f6b6e2a2a9438d3f22c058943c63ede897d9aa8b2a738e9721cef02c30ab938
Contents?: true
Size: 670 Bytes
Versions: 1
Compression:
Stored size: 670 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/motion-yandexmapkit/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Vladimir Pouzanov"] gem.email = ["farcaller@gmail.com"] gem.description = "YandexMapKit for RubyMotion" gem.summary = "YandexMapKit for RubyMotion" gem.homepage = "" 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-yandexmapkit" gem.require_paths = ["lib"] gem.version = Motion::YandexMapKit::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yandexmapkit-0.0.1 | motion-yandexmapkit.gemspec |