Sha256: 2aea4dbb57b6e12f8bc41030c386b0102ffa957b4c9ff253f0f0b9c982b1fe67
Contents?: true
Size: 976 Bytes
Versions: 1
Compression:
Stored size: 976 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/jquery/version', __FILE__) Gem::Specification.new do |s| s.name = "jquery-lotus" s.version = Jquery::Lotus::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Gonzalo Rodríguez-Baltanás Díaz"] s.email = ["siotopo@gmail.com"] s.homepage = "http://rubygems.org/gems/jquery-lotus" s.summary = "jQuery for Lotus" s.description = "This gem provides jQuery and the jQuery-ujs driver for your Lotus application." s.license = "MIT" s.post_install_message = 'jquery-lotus is being deprecated in favour of jquery-hanami. If you are using Hanami, change jquery-lotus to jquery-hanami.' s.required_ruby_version = ">= 1.9.3" s.required_rubygems_version = ">= 1.3.6" s.add_dependency "lotus-assets" s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jquery-lotus-0.0.2 | jquery-lotus.gemspec |