-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
✨ Add Faker::Movies::Tron #2252
Conversation
Just rebased, looks like it might be good to go now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can change TRON
to Tron
to make it compatible with other modules ?
📝 Update documentation to match 📝 Update documented version number
Updated, let me know if you want me to squash the branch. |
lib/faker/movies/tron.rb
Outdated
# @example | ||
# Faker::Movies::Tron.character #=> "Bit" | ||
# | ||
# @faker.version 2.15.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version needs to be next
here and at below. Sorry that I missed this in my initial review. LGTM apart from that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dang... I changed the markdown file and missed this. When you say next
should I put in 2.21.0
or is there a special placeholder I put in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, you put next
instead of 2.15.1
. There are more details here: https://github.com/faker-ruby/faker/blob/master/CONTRIBUTING.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from a single comment.
📝 Removed version number from MarkDown file
Thank you! |
No-Story
Description:
Adding TRON (original 1982 version) to Faker.
Going to use this for a system that is taking the name Master Control Program in acknowledgement of the original inspiration of my career path.
I think that other users of faker would appreciate the overlap of terms and quotes that exist between this movie and what we do on a day-to-day basis.