Sha256: 31f9e7c8412a6ef36bea88faefcd14f83490f878fc9d22a1350b99d43592e61c
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "ajax_pagination/version" Gem::Specification.new do |s| s.name = "ajax_pagination" s.version = AjaxPagination::VERSION s.authors = ["Ronald Ping Man Chan"] s.email = ["ronalchn@gmail.com"] s.homepage = "https://github.com/ronalchn/ajax_pagination" s.summary = %q{Handles AJAX site navigation, loads content into ajax_section containers using AJAX links.} s.description = %q{Loads page content into AJAX sections with AJAX links, handling the details for you, load content with javascript into designated page containers. Supports multiple and/or nested AJAX sections. Designed to be easy to use, customizable, supports browser history robustly, supports AJAX forms and has many more features. Degrades gracefully when javascript is disabled.} s.rubyforge_project = "ajax_pagination" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: s.add_development_dependency "rake" s.add_development_dependency "rspec-rails" s.add_development_dependency "sqlite3" s.add_development_dependency "will_paginate" s.add_development_dependency "capybara" s.add_runtime_dependency "rails", '>= 3.0' s.add_runtime_dependency "jquery-rails", '>= 1.0.17' # require jQuery 1.7+ s.add_runtime_dependency "jquery-historyjs" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ajax_pagination-0.6.3 | ajax_pagination.gemspec |
ajax_pagination-0.6.2 | ajax_pagination.gemspec |