Skip to content

Commit

Permalink
Prep v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Nov 16, 2023
1 parent dfcc18e commit 92bc3e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oaken (0.2.0)
oaken (0.5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/oaken/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Oaken
VERSION = "0.2.0"
VERSION = "0.5.0"
end
6 changes: 3 additions & 3 deletions oaken.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Oaken aims to blend your Fixtures/Factories and levels up your database seeds."
spec.homepage = "https://kaspthrb.gumroad.com/l/open-source-retreat-summer-2023"
spec.homepage = "https://github.com/kaspth/oaken"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/kaspth/oaken"
spec.metadata["changelog_uri"] = "https://github.com/kaspth/oaken/blob/main/CHANGELOG.md"
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 92bc3e8

Please sign in to comment.