Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mackross committed Dec 20, 2024
1 parent 0e3c0d0 commit fe0323a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion attributed-string.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.name = "attributed-string"
spec.version = AttributedString::VERSION
spec.summary = "An attributed string implementation for Ruby."
spec.homepage = "https://github.com/mackross/attributed-string-rb"
spec.homepage = "https://github.com/instruct-rb/attributed-string"
spec.license = "Apache-2.0"

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

spec.metadata = {}
spec.metadata["source_code_uri"] = "https://github.com/instruct-rb/attributed-string"
spec.metadata["homepage_uri"] = "https://github.com/instruct-rb/attributed-string"


spec.required_ruby_version = ">= 3.2.3"
end
2 changes: 1 addition & 1 deletion lib/attributed_string/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AttributedString < String
VERSION = "0.0.1"
VERSION = "0.1.0"
end

0 comments on commit fe0323a

Please sign in to comment.