Skip to content

Commit fe0323a

Browse files
committed
Prepare release
1 parent 0e3c0d0 commit fe0323a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

attributed-string.gemspec

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
44
spec.name = "attributed-string"
55
spec.version = AttributedString::VERSION
66
spec.summary = "An attributed string implementation for Ruby."
7-
spec.homepage = "https://github.com/mackross/attributed-string-rb"
7+
spec.homepage = "https://github.com/instruct-rb/attributed-string"
88
spec.license = "Apache-2.0"
99

1010
spec.author = "Andrew Mackross"
@@ -13,5 +13,10 @@ Gem::Specification.new do |spec|
1313
spec.files = Dir["*.{md,txt}", "{lib}/**/*", "LICENSE"]
1414
spec.require_path = "lib"
1515

16+
spec.metadata = {}
17+
spec.metadata["source_code_uri"] = "https://github.com/instruct-rb/attributed-string"
18+
spec.metadata["homepage_uri"] = "https://github.com/instruct-rb/attributed-string"
19+
20+
1621
spec.required_ruby_version = ">= 3.2.3"
1722
end

lib/attributed_string/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class AttributedString < String
2-
VERSION = "0.0.1"
2+
VERSION = "0.1.0"
33
end

0 commit comments

Comments
 (0)