Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvle Putnam committed Sep 30, 2015
1 parent 43143d1 commit 7560eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Piggly

PostgreSQL PL/pgSQL stored-procedure code coverage for Ruby [![Build Status](https://secure.travis-ci.org/kputnam/piggly.png)](http://travis-ci.org/kputnam/piggly)
PostgreSQL PL/pgSQL stored procedure code coverage [![Build Status](https://secure.travis-ci.org/kputnam/piggly.png)](http://travis-ci.org/kputnam/piggly)

![Screenshot](http://kputnam.github.com/piggly/images/example.png)

Expand Down
4 changes: 2 additions & 2 deletions piggly.gemspec
Expand Up @@ -6,8 +6,8 @@ module Piggly
s.name = 'piggly'
s.description = 'PostgreSQL PL/pgSQL stored procedure code coverage'
s.version = Piggly::VERSION.to_s
s.author = 'Kyle Putnam'
s.email = 'putnam.kyle@gmail.com'
s.author = 'Kvle Putnam'
s.email = 'putnam.kvle@gmail.com'
s.summary = 'PL/pgSQL code coverage tool'
s.homepage = 'http://github.com/kputnam/piggly'
s.files = ['README*', 'Rakefile', '{spec,lib,bin}/**/*'].map{|p| Dir[p]}.flatten
Expand Down

0 comments on commit 7560eb8

Please sign in to comment.