-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to v1.0.0, Update maintainer information
- Loading branch information
Barry Gordon
committed
Mar 4, 2016
1 parent
4b82e99
commit 33273e4
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ require 'database_plumber/version' | |
Gem::Specification.new do |spec| | ||
spec.name = "database_plumber" | ||
spec.version = DatabasePlumber::VERSION | ||
spec.authors = ["Barry Gordon"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = ["Barry Gordon", "David Kennedy"] | ||
spec.email = ["[email protected]", "[email protected]"] | ||
spec.summary = %q{Finds leaky ActiveRecord models in your specs.} | ||
spec.homepage = "http://www.barrygordon.co.uk" | ||
spec.homepage = "https://github.com/brrygrdn/database_plumber" | ||
spec.license = "MIT" | ||
|
||
spec.files = `git ls-files -z`.split("\x0") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module DatabasePlumber | ||
VERSION = '0.0.1' | ||
VERSION = '1.0.0' | ||
end |