Sha256: 15516edc3d80834c77830c9676356a157186e100758264dfea2d6abc9c1666d9

Contents?: true

Size: 713 Bytes

Versions: 18

Compression:

Stored size: 713 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Scott Ballantyne"]
  gem.email         = ["ussballantyne@gmail.com"]
  gem.description   = "RubyMotion wrappers for EmailYak"
  gem.summary       = "RubyMotion wrappers for EmailYak"
  gem.homepage      = "http://github.com/ballantyne/motion_yak"

  gem.files         = `git ls-files`.split($\)
  gem.test_files    = gem.files.grep(%r{^(test|spec|lib_spec|features)/})
  gem.name          = "motion_yak"
  gem.require_paths = ["lib"]
  gem.version       = MotionYak::VERSION

  gem.extra_rdoc_files = gem.files.grep(%r{motion})
  gem.add_dependency 'bubble-wrap'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
motion_yak-0.0.18 motion_yak.gemspec
motion_yak-0.0.17 motion_yak.gemspec
motion_yak-0.0.16 motion_yak.gemspec
motion_yak-0.0.15 motion_yak.gemspec
motion_yak-0.0.14 motion_yak.gemspec
motion_yak-0.0.13 motion_yak.gemspec
motion_yak-0.0.12 motion_yak.gemspec
motion_yak-0.0.11 motion_yak.gemspec
motion_yak-0.0.10 motion_yak.gemspec
motion_yak-0.0.9 motion_yak.gemspec
motion_yak-0.0.8 motion_yak.gemspec
motion_yak-0.0.7 motion_yak.gemspec
motion_yak-0.0.6 motion_yak.gemspec
motion_yak-0.0.5 motion_yak.gemspec
motion_yak-0.0.4 motion_yak.gemspec
motion_yak-0.0.3 motion_yak.gemspec
motion_yak-0.0.2 motion_yak.gemspec
motion_yak-0.0.1 motion_yak.gemspec