Skip to content

Commit

Permalink
Update to v1.0.0, Update maintainer information
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Mar 4, 2016
1 parent 4b82e99 commit 33273e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions database_plumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion lib/database_plumber/version.rb
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

0 comments on commit 33273e4

Please sign in to comment.