# -*- encoding: utf-8 -*- # stub: cohitre-caculo 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "cohitre-caculo".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["carlos rodriguez".freeze] s.date = "2008-10-21" s.description = "Caculo lets you simulate interaction with a browser via Ruby. It has the option to load a Javascript Library and call Javascript functions on the document. This allows for simple code that takes advantage of exisiting libraries.".freeze s.email = ["carlosrr@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "lib/assets/jquery-1.2.3.min.js".freeze, "lib/caculo.rb".freeze, "lib/caculo/firefox.rb".freeze, "lib/caculo/internet_explorer.rb".freeze, "lib/caculo/javascript.rb".freeze, "lib/caculo/jquery.rb".freeze, "lib/caculo/safari.rb".freeze, "lib/caculo/unit.rb".freeze, "lib/caculo/version.rb".freeze, "test/test_caculo.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://code.cohitre.com".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Caculo lets you simulate interaction with a browser via Ruby. It has the option to load a Javascript Library and call Javascript functions on the document. This allows for simple code that takes advantage of exisiting libraries.".freeze s.test_files = ["test/test_caculo.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1.8.0".freeze]) end