diff --git a/README.md b/README.md index 5678cad..0390191 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # percentage ![Gem Version](https://badge.fury.io/rb/percentage.svg) -![Build Status](https://github.com/timcraft/percentage/workflows/Test/badge.svg) +![Build Status](https://github.com/readysteady/percentage/workflows/Test/badge.svg) A little Ruby library for working with percentages. diff --git a/percentage.gemspec b/percentage.gemspec index 042821c..85b2826 100644 --- a/percentage.gemspec +++ b/percentage.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ['Tim Craft'] s.email = ['mail@timcraft.com'] - s.homepage = 'https://github.com/timcraft/percentage' + s.homepage = 'https://github.com/readysteady/percentage' s.description = 'A little library for working with percentages' s.summary = 'See description' s.files = Dir.glob('lib/**/*.rb') + %w(LICENSE.txt README.md percentage.gemspec)