Skip to content

Commit

Permalink
update gemspec; Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nixterrimus committed Feb 14, 2013
1 parent f2cc4a8 commit a74fd94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ Make sure that `YourWonderfulCheck` is represented as `your_wonderful_check`

Ollie was started by [Nick Rowe](mailto:n.rowe@modcloth.com) in February 2013.

--

`How's the weather Ollie?`
8 changes: 4 additions & 4 deletions ollie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Gem::Specification.new do |gem|
gem.name = "ollie"
gem.version = Ollie::VERSION
gem.authors = ["Nick Rowe"]
gem.email = ["nixterrimus@dcxn.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.email = ["n.rowe@modcloth.com"]
gem.description = %q{A status checker}
gem.summary = %q{A status checker that gives visibility into the systems that your app depends on}
gem.homepage = "https://github.com/modcloth/ollie"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit a74fd94

Please sign in to comment.