Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem + CLI #1

Merged
merged 11 commits into from
Apr 29, 2024
Merged
Prev Previous commit
tweaks
  • Loading branch information
claytongentry committed Apr 29, 2024
commit da2960146bb3fe9b877e507c9cafe7f91e6d07be
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [Unreleased]

## [0.1.0] - 2024-04-29
## [0.0.1] - 2024-04-29

- Initial release
1 change: 0 additions & 1 deletion lib/manifolds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

module Manifolds
class Error < StandardError; end
# Your code goes here...
end