-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmotion_support.gemspec
More file actions
20 lines (17 loc) · 849 Bytes
/
motion_support.gemspec
File metadata and controls
20 lines (17 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/motion_support/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["hookercookerman"]
gem.email = ["hookercookerman@gmail.com"]
gem.description = %q{A toolkit of support libraries and RubyMotion Core extensions}
gem.summary = %q{A toolkit of support libraries and RubyMotion Core extensions}
gem.homepage = "http://www.thehitchhikerprinciple"
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_support"
gem.require_paths = ["lib"]
gem.version = MotionSupport::VERSION
gem.add_dependency 'bubble-wrap'
gem.add_development_dependency 'motion-redgreen'
end