Sha256: cb99e8ed29f6f6b2f6b5acf85546d0c850283c6f70ca75c0b97297d5f3bffc6e

Contents?: true

Size: 808 Bytes

Versions: 3

Compression:

Stored size: 808 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name           = 'opal-bootbox'
  spec.version        = Opal::Bootbox::VERSION
  spec.authors        = [ 'Colin Gunn' ]
  spec.email          = [ 'colgunn@icloud.com' ]
  spec.homepage       = 'http://github.com/balmoral/opal-bootbox'
  spec.summary        = 'Opal Ruby wrapper for Bootbox Javascript library.'
  spec.license        = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  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']

  spec.required_ruby_version = '>= 1.9.3'
  spec.add_runtime_dependency 'opal', '>= 0.8.0', '< 0.9.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opal-bootbox-0.1.2 opal-bootbox.gemspec
opal-bootbox-0.1.1 opal-bootbox.gemspec
opal-bootbox-0.1.0 opal-bootbox.gemspec