Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Egan committed Oct 9, 2009
1 parent 974be2c commit d1b2e37
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions sappy.gemspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{sappy}
s.version = "0.1.2"
s.version = "0.1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dylan Egan", "Tim Carey-Smith"]
s.date = %q{2009-10-03}
s.date = %q{2009-10-09}
s.default_executable = %q{shell}
s.description = %q{A wrapper for the SiteUptime API}
s.email = ["dylanegan@gmail.com", "tim@spork.in"]
s.executables = ["shell"]
s.extra_rdoc_files = [
"README.markdown"
"README.md"
]
s.files = [
"README.markdown",
"Rakefile",
"Rakefile",
"VERSION",
"lib/core_ext.rb",
"lib/core_ext/module/boolean_accessor.rb",
Expand All @@ -28,14 +30,21 @@ Gem::Specification.new do |s|
"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/error.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/responses/summary_statistics.rb",
"lib/sappy/statistics.rb",
"lib/sappy/statistics/annual.rb",
"lib/sappy/statistics/daily.rb",
"lib/sappy/statistics/monthly.rb"
]
s.homepage = %q{http://github.com/abcde/sappy}
s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit d1b2e37

Please sign in to comment.