Sha256: 5b8866754643bc9fec9f30a02f954dc15156a56c0019dd2e80ae585c885873ea

Contents?: true

Size: 815 Bytes

Versions: 4

Compression:

Stored size: 815 Bytes

Contents

require "#{__dir__}/lib/ovto/version"

Gem::Specification.new do |spec|
  spec.name          = "ovto"
  spec.version       = Ovto::VERSION
  spec.authors       = ["Yutaka HARA"]
  spec.email         = ["yutaka.hara+github@gmail.com"]

  spec.summary       = %q{Simple client-side framework for Opal}
  spec.description   = %q{Ovto is a client-side framework for Opal. You can write single-page apps with Ruby.}
  spec.homepage      = "https://github.com/yhara/ovto"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/}) || f == "book/README.md"
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "opal", '~> 0.11'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ovto-0.3.0 ovto.gemspec
ovto-0.2.3 ovto.gemspec
ovto-0.2.2 ovto.gemspec
ovto-0.2.1 ovto.gemspec