Sha256: a2eede3f2adb67964572ffb91fa7886d13f22c01db782e2799a7f6600dd4a18e
Contents?: true
Size: 736 Bytes
Versions: 2
Compression:
Stored size: 736 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/opal/jquery/version', __FILE__) Gem::Specification.new do |s| s.name = 'opal-jquery' s.version = Opal::JQuery::VERSION s.author = 'Adam Beynon' s.email = 'adam.beynon@gmail.com' s.homepage = 'http://opalrb.org' s.summary = 'Opal access to jquery' s.description = 'Opal DOM library for jquery' s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ['lib'] s.add_runtime_dependency 'opal', '~> 0.5.0' s.add_development_dependency 'opal-rspec' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opal-jquery-0.1.2 | opal-jquery.gemspec |
opal-jquery-0.1.1 | opal-jquery.gemspec |