You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "Screenscraper for FFXIV character data."
s.description = "A nice Ruby library for accessing character data on the FFXIV community site. It's a screen scraper, but you can PRETEND you're using something nice."
s.required_rubygems_version = ">= 1.3.6"
s.required_ruby_version = '>= 1.8.7'
s.add_dependency('nokogiri',">= 1.4.3")
s.add_development_dependency('bacon')
s.files = Dir.glob("{lib}/**/*") + Dir.glob("{test/**/*}") + %w(AUTHORS HISTORY LICENSE README)