--- !ruby/object:Gem::Specification name: sappy version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 6 version: 0.1.6 platform: ruby authors: - Dylan Egan - Tim Carey-Smith autorequire: bindir: bin cert_chain: [] date: 2010-03-15 00:00:00 -07:00 default_executable: shell dependencies: - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version segments: - 1 - 0 - 0 version: 1.0.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id002 description: A wrapper for the SiteUptime API email: - dylanegan@gmail.com - tim@spork.in executables: - shell extensions: [] extra_rdoc_files: - README.md files: - Rakefile - VERSION - lib/core_ext.rb - lib/core_ext/module/boolean_accessor.rb - lib/sappy.rb - lib/sappy/account.rb - lib/sappy/monitor.rb - lib/sappy/request.rb - lib/sappy/response.rb - lib/sappy/responses.rb - lib/sappy/responses/account_info.rb - lib/sappy/responses/add_monitor.rb - lib/sappy/responses/annual_statistics.rb - lib/sappy/responses/auth.rb - lib/sappy/responses/daily_statistics.rb - lib/sappy/responses/disable_monitor.rb - lib/sappy/responses/edit_monitor.rb - lib/sappy/responses/enable_monitor.rb - lib/sappy/responses/monitors.rb - lib/sappy/responses/monthly_statistics.rb - lib/sappy/responses/remove_monitor.rb - lib/sappy/responses/summary_statistics.rb - lib/sappy/statistics.rb - lib/sappy/statistics/annual.rb - lib/sappy/statistics/daily.rb - lib/sappy/statistics/monthly.rb - spec/credentials.integrity.rb - spec/sappy/account_spec.rb - spec/sappy/monitor_spec.rb - spec/spec_helper.rb - spec/xml/accountinfo.xml - spec/xml/accountinfo_1.xml - spec/xml/addmonitor.xml - spec/xml/annualstatistics.xml - spec/xml/dailystatistics.xml - spec/xml/disablemonitor.xml - spec/xml/enablemonitor.xml - spec/xml/invalid_account.xml - spec/xml/monitors.xml - spec/xml/monitors_1.xml - spec/xml/monitors_12.xml - spec/xml/monthlystatistics.xml - spec/xml/removemonitor.xml - spec/xml/summarystatistics.xml - spec/xml/valid_account.xml - README.md has_rdoc: true homepage: http://github.com/abcde/sappy licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: abcde rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Wrapping that shit! test_files: - spec/credentials.integrity.rb - spec/sappy/account_spec.rb - spec/sappy/monitor_spec.rb - spec/spec_helper.rb