Sha256: ba10d7c70efca27373ad0eecf47901d6bc34093d897fb86fab4b32cbfc3fd0e7

Contents?: true

Size: 833 Bytes

Versions: 11

Compression:

Stored size: 833 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      = "https://github.com/nathankot/motion-bindable"
  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

11 entries across 11 versions & 1 rubygems

Version Path
motion_bindable-0.3.0 motion_bindable.gemspec
motion_bindable-0.2.5 motion_bindable.gemspec
motion_bindable-0.2.4 motion_bindable.gemspec
motion_bindable-0.2.3 motion_bindable.gemspec
motion_bindable-0.2.2 motion_bindable.gemspec
motion_bindable-0.2.1 motion_bindable.gemspec
motion_bindable-0.2.0 motion_bindable.gemspec
motion_bindable-0.0.6 motion_bindable.gemspec
motion_bindable-0.0.5 motion_bindable.gemspec
motion_bindable-0.0.4 motion_bindable.gemspec
motion_bindable-0.0.3 motion_bindable.gemspec