--- !ruby/object:Gem::Specification name: ajax version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 1 - 0 - 2 version: 1.0.2 platform: ruby authors: - Karl Varga autorequire: bindir: bin cert_chain: [] date: 2010-10-25 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id001 description: Augment a traditional Rails application with a completely AJAX frontend, while transparently handling issues important to both the enterprise and end users, such as testing, SEO and browser history. email: kjvarga@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - MIT-LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/ajax_controller.rb - app/views/ajax/_redirect_with_fragment.html.erb - app/views/ajax/framework.html.erb - config/initializers/ajax.rb - lib/ajax.rb - lib/ajax/action_controller.rb - lib/ajax/action_view.rb - lib/ajax/helpers.rb - lib/ajax/helpers/request_helper.rb - lib/ajax/helpers/robot_helper.rb - lib/ajax/helpers/task_helper.rb - lib/ajax/helpers/url_helper.rb - lib/ajax/railtie.rb - lib/ajax/routes.rb - lib/ajax/spec/extension.rb - lib/ajax/spec/helpers.rb - lib/ajax/tasks.rb - lib/rack-ajax.rb - lib/rack-ajax/decision_tree.rb - lib/rack-ajax/parser.rb - public/images/ajax-loading.gif - public/javascripts/ajax.js - public/javascripts/jquery.address-1.1.js - public/javascripts/jquery.address-1.1.min.js - public/javascripts/jquery.address-1.2.js - public/javascripts/jquery.address-1.2.min.js - public/javascripts/jquery.address-1.2rc.js - public/javascripts/jquery.address-1.2rc.min.js - public/javascripts/jquery.json-2.2.js - public/javascripts/jquery.json-2.2.min.js - rails/init.rb - rails/install.rb - rails/uninstall.rb - spec/ajax/ajax_spec.rb - spec/ajax/helpers_spec.rb - spec/ajax/request_helper_spec.rb - spec/ajax/tasks_spec.rb - spec/integration/ajax_spec.rb - spec/rack-ajax/parser_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/file_macros.rb - spec/support/query_count.rb - spec/support/response_helpers.rb - tasks/ajax_tasks.rake has_rdoc: true homepage: http://github.com/kjvarga/ajax licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A framework to augment a traditional Rails application with a completely AJAX frontend. test_files: []