https://github.com/lykos/twisty_puzzles
Gem for my cube_trainer rails app. Some things are better left in a separate gem with no rails, e.g. native extensions. The main purpose is to support my Rails app, but if it's useful for someone else, feel free to use it at your own risk.
https://github.com/lykos/twisty_puzzles
Last synced: about 1 year ago
JSON representation
Gem for my cube_trainer rails app. Some things are better left in a separate gem with no rails, e.g. native extensions. The main purpose is to support my Rails app, but if it's useful for someone else, feel free to use it at your own risk.
- Host: GitHub
- URL: https://github.com/lykos/twisty_puzzles
- Owner: Lykos
- License: mit
- Created: 2020-04-21T19:54:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T19:29:53.000Z (over 2 years ago)
- Last Synced: 2025-04-19T23:53:39.509Z (over 1 year ago)
- Language: Ruby
- Size: 2.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/Lykos/twisty_puzzles/actions/workflows/ruby.yml)
[](https://github.com/Lykos/twisty_puzzles/actions/workflows/rubocop.yml)
[](https://github.com/Lykos/twisty_puzzles/actions/workflows/clinter.yml)
[](https://opensource.org/licenses/MIT)
[](https://badge.fury.io/rb/twisty_puzzles)
# Twisty Puzzles
Gem for my cube_trainer rails app. Some things are better left in a separate gem with no rails, e.g. native extensions. The main purpose is to support my Rails app, but if it's useful for someone else, feel free to use it at your own risk.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'twisty_puzzles'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install twisty_puzzles
## Usage
TODO: Write usage instructions here
## Development
After checking out the repo, run `bundle install` to install dependencies. Then, run `bundle exec rake spec` to run the tests. You can also run `bundle exec bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `lib/twisty_puzzles/version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Lykos/twisty_puzzles.