Sha256: 24973629af899efd284104933f5616269219d8287158660c80ee820f05151758
Contents?: true
Size: 834 Bytes
Versions: 1
Compression:
Stored size: 834 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "phantomjs/version" Gem::Specification.new do |s| s.name = "phantomjs.rb" s.version = Phantomjs::VERSION s.authors = ["William Estoque"] s.email = ["william.estoque@gmail.com"] s.homepage = "http://westoque.com" s.summary = %q{Ruby wrapper for phantomjs} s.description = %q{Ruby wrapper for phantomjs} s.rubyforge_project = "phantomjs.rb" 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 "ZenTest" # s.add_runtime_dependency "rest-client" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phantomjs.rb-0.0.2 | phantomjs.rb.gemspec |