GitXplorerGitXplorer
g

not_yet_implemented

public
3 stars
0 forks
1 issues

Commits

List of commits on branch trunk.
Unverified
6a6d94e677cc697b244fb8b972d5f8ba4734d929

Version bump (because semver, because lulz)

ggeeksam committed 5 years ago
Verified
46518055dae993f8aee36145aa6574330aac53af

Merge pull request #1 from geeksam/kerrizor/implement_method_missing

ggeeksam committed 5 years ago
Unverified
21f8cce694206faf889525f54355861f3ea089f9

Implement #method_missing

kkerrizor committed 6 years ago
Unverified
2fbce39fc6beb7db3f84894f3488b4dd7911861e

version bump so I can republish

ggeeksam committed 6 years ago
Unverified
308adc15596515a2f8ec17265c5caad122e094f5

Add Kerri as an author

ggeeksam committed 6 years ago
Unverified
838ef463b5119205ad4057bf02ffa681ee08eb59

Initial commit

ggeeksam committed 6 years ago

README

The README file for this repository.

NotYetImplemented

Adds a 'NotYetImplemented' exception class. That's really it. Inspired by https://twitter.com/kerrizor/status/1151532013188337665

Installation

Add this line to your application's Gemfile:

gem 'not_yet_implemented'

And then execute:

$ bundle

Or install it yourself as:

$ gem install not_yet_implemented

Usage

  raise NotYetImplemented, "YOU'RE NOT THE BOSS OF ME"

Development

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/not_yet_implemented. 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.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the NotYetImplemented project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.