Sha256: 1f60f5fb86bc7515f309e5819e6dd6399076749bc5d1f288bf2b52944e938e45

Contents?: true

Size: 1007 Bytes

Versions: 1

Compression:

Stored size: 1007 Bytes

Contents

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

Gem::Specification.new do |gem|
    gem.name                  = "native"
    gem.version               = Native::VERSION
    gem.platform              = Gem::Platform::RUBY
    gem.summary               = "Building cross-platform apps with Rails"
    gem.description           = "[BETA] Build native apps for all major platforms from your Rails app with ease."
    gem.authors               = ["Jonas Hübotter"]
    gem.email                 = "jonas@slooob.com"
    gem.homepage              = "https://github.com/jonhue/native"
    gem.license               = "MIT"

    gem.files                 = `git ls-files`.split("\n")
    gem.require_paths         = ["lib"]
    # gem.bindir                = "bin"
    # gem.executables           = ["native"]

    gem.post_install_message  = IO.read('INSTALL.md')

    gem.required_ruby_version = '>= 2.0'


    gem.add_dependency 'rails', '>= 4.1.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
native-0.0.1 native.gemspec