Sha256: e6bb5dbbb2e183770ecd5dd3d6b02b4d05a4d32645d6c2ae5541160855291c8e

Contents?: true

Size: 952 Bytes

Versions: 1

Compression:

Stored size: 952 Bytes

Contents

Gem::Specification.new do |s|
  s.name         = 'jqr-helpers'
  s.require_paths = %w(. lib lib/jqr-helpers)
  s.version      = '1.0.49'
  s.date         = '2014-06-24'
  s.summary      = 'Helpers to print unobtrusive jQuery-UI tags.'
  s.description  = <<-EOF
    This gem adds helper methods to create unobtrusive jQuery code. It outputs
    HTML, which is hooked by an included JavaScript file to provide the
    functionality. Helpers include links to Ajax requests to update elements on
    the page, dialogs (including remote dialogs), date pickers and tab containers.
EOF
  s.authors      = ['Daniel Orner']
  s.email        = 'daniel.orner@wishabi.com'
  s.files        = `git ls-files`.split($/)
  s.homepage     = 'https://github.com/wishabi/jqr-helpers'
  s.license       = 'MIT'
  s.requirements  << 'Optionally install will_paginate to allow Ajax pagination'

  s.add_dependency 'rails', '>= 3.0'
  s.add_development_dependency 'yard'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jqr-helpers-1.0.49 jqr-helpers.gemspec