Not production ready, and perhaps not even executable. Half-baked, at best.
Project | AnonymousActiveRecord |
---|---|
gem name | analog-reshaper |
license | |
download rank | |
version | |
dependencies | |
continuous integration | |
test coverage | |
maintainability | |
code triage | |
homepage | on Github.com, on Railsbling.com |
documentation | on RubyDoc.info |
Spread |
🌏, 👼, ![]() |
Add this line to your application's Gemfile:
gem 'analog-reshaper'
And then execute:
$ bundle
Or install it yourself as:
$ gem install analog-reshaper
You probably won't need to require anything, but if you do:
require 'analog/reshaper'
The spec suite for this gem has some examples of usage.
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run 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 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.
Peter H. Boling of Rails Bling is the author.
See the Network View and the CHANGELOG
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
- Create new Pull Request
Bug reports and pull requests are welcome on GitHub at https://github.com/pboling/anonymous_active_record. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Everyone interacting in the AnonymousActiveRecord project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new major versions.
As a result of this policy, you can (and should) specify a dependency on this gem using the Pessimistic Version Constraint with two digits of precision.
For example in a Gemfile
:
gem 'analog-reshaper', '~> 1.0', group: :test
or in a gemspec
spec.add_development_dependency 'analog-reshaper', '~> 1.0'
-
MIT License - See LICENSE file in this project
-
Copyright (c) 2018 Peter H. Boling of Rails Bling