diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5a4e2..fc65548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -See https://github.com/bigrails/modularization_statistics/releases +See https://github.com/rubyatscale/modularization_statistics/releases diff --git a/Gemfile.lock b/Gemfile.lock index 930bdf4..ee87bba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - modularization_statistics (1.33.0) + modularization_statistics (1.33.1) bigrails-teams code_ownership dogapi diff --git a/modularization_statistics.gemspec b/modularization_statistics.gemspec index 91c7db9..b97c672 100644 --- a/modularization_statistics.gemspec +++ b/modularization_statistics.gemspec @@ -1,18 +1,18 @@ Gem::Specification.new do |spec| spec.name = 'modularization_statistics' - spec.version = '1.33.0' + spec.version = '1.33.1' spec.authors = ['Gusto Engineers'] spec.email = ['dev@gusto.com'] spec.summary = 'A gem to collect statistics about modularization progress in a Rails application using packwerk.' spec.description = 'A gem to collect statistics about modularization progress in a Rails application using packwerk.' - spec.homepage = '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/bigrails/modularization_statistics' + spec.homepage = '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/rubyatscale/modularization_statistics' spec.license = 'MIT' if spec.respond_to?(:metadata) spec.metadata['homepage_uri'] = spec.homepage - spec.metadata['source_code_uri'] = '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/bigrails/modularization_statistics' - spec.metadata['changelog_uri'] = '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/bigrails/modularization_statistics/releases' + spec.metadata['source_code_uri'] = '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/rubyatscale/modularization_statistics' + spec.metadata['changelog_uri'] = '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/rubyatscale/modularization_statistics/releases' spec.metadata['allowed_push_host'] = 'https://rubygems.org' else raise 'RubyGems 2.0 or newer is required to protect against ' \