Skip to content

Commit

Permalink
Release 0.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen authored Aug 20, 2024
1 parent ae4379d commit 8d43d71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]

## [0.1.0] - 2024-08-15
## [0.1.0] - 2024-08-20

- Initial release
- Add controller implicit rendering
- Add view implicit rendering
10 changes: 4 additions & 6 deletions render_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ Gem::Specification.new do |spec|

spec.summary = "A small library to allow claases to be rendered oike partials in Rails"
spec.description = "A small library to allow claases to be rendered oike partials in Rails"
# spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.homepage = "https://github.com/reeganviljoen/render_kit"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

# spec.metadata["homepage_uri"] = spec.homepage
# spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/reeganviljoen/render_kit"
spec.metadata["changelog_uri"] = "https://github.com/reeganviljoen/render_kit/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 8d43d71

Please sign in to comment.