diff --git a/README.md b/README.md index 28e0efa..56ca872 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/cyberarm_engine. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/cyberarm/cyberarm_engine. ## License @@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](https:/ ## Code of Conduct -Everyone interacting in the CyberarmEngine project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/cyberarm_engine/blob/master/CODE_OF_CONDUCT.md). +Everyone interacting in the CyberarmEngine project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the ruby moto of "Matz is nice so we are nice." diff --git a/cyberarm_engine.gemspec b/cyberarm_engine.gemspec index ad4a828..4abcc55 100644 --- a/cyberarm_engine.gemspec +++ b/cyberarm_engine.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "gosu", "~> 0.13.3" + spec.add_dependency "gosu", "~> 0.14.0" spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0"