Skip to content

Commit

Permalink
Fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado committed Oct 9, 2017
1 parent ff528ce commit e2bda7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/quick_clone/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module QuickClone
VERSION = "1.0.0".freeze
VERSION = "1.0.1".freeze
end
2 changes: 1 addition & 1 deletion quick_clone.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Adan Alvarado"]
spec.email = ["[email protected]"]
spec.summary = %q{Provide a simple way of cloning ActiveRecord Records}
spec.homepage = "https://github.com/aalvarado/quick_clone"
spec.homepage = "https://github.com/d3sw/quick_clone"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit e2bda7f

Please sign in to comment.