Skip to content

Commit 63af2d4

Browse files
committed
Update gemspecs from the new git repository name.
1 parent 9ebb039 commit 63af2d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Gem::Specification.new do |spec|
55
spec.version = Playground::VERSION
66
spec.authors = ["Alexandre Barret"]
77
spec.email = ["[email protected]"]
8-
spec.homepage = "https://github.com/AlexB52/playground"
9-
spec.summary = "A playground web console for Rails applications."
8+
spec.homepage = "https://github.com/AlexB52/rails-playground"
9+
spec.summary = "A local playground for Rails applications."
1010
spec.license = "MIT"
1111

1212
spec.metadata["homepage_uri"] = spec.homepage
13-
spec.metadata["source_code_uri"] = "https://github.com/AlexB52/playground"
13+
spec.metadata["source_code_uri"] = "https://github.com/AlexB52/rails-playground"
1414
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
1515

1616
spec.files = Dir.chdir(File.expand_path(__dir__)) do

0 commit comments

Comments
 (0)