Sha256: fd47181f7e2b06876f1ecb6040b1ce5cbd868b78aa431f2bbf5d5f61039386dd

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/motion-ostruct/version.rb', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'motion-ostruct'
  gem.version       = Motion::OpenStruct::VERSION
  gem.licenses      = ['BSD-2-Clause']

  gem.authors  = ['Hwee-Boon Yar']

  gem.description = 'Add variations of attr_accessor for RubyMotion for iOS & macOS'
  gem.summary = gem.description
  gem.homepage = 'https://github.com/hboon/motion-ostruct'
  gem.email = 'hboon@motionobj.com'

  gem.files       = `git ls-files`.split($\)
  gem.require_paths = ['lib']
  gem.test_files  = gem.files.grep(%r{^spec/})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-ostruct-0.0.1 motion-ostruct.gemspec