Sha256: a362f6dadc1a2783ee9ad35a4ac4e795b65419958d87d3ba02ddfa4760972f17
Contents?: true
Size: 789 Bytes
Versions: 2
Compression:
Stored size: 789 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require File.expand_path('../lib/motion_bindable/version.rb', __FILE__) Gem::Specification.new do |spec| spec.name = "motion_bindable" spec.version = MotionBindable::VERSION spec.authors = ["Nathan Kot"] spec.email = ["nk@nathankot.com"] spec.description = 'A simple data binding library for RubyMotion.' spec.summary = 'Inspired by RivetsJS' spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion_bindable-0.0.2 | motion_bindable.gemspec |
motion_bindable-0.0.1 | motion_bindable.gemspec |