Update readme, update gemspec

This commit is contained in:
2019-03-30 14:06:22 -05:00
parent 6f9b00ffb5
commit 8d623dab91
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing ## 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 ## License
@@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
## Code of Conduct ## Code of Conduct
Everyone interacting in the CyberarmEngine projects 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 projects codebases, issue trackers, chat rooms and mailing lists is expected to follow the ruby moto of "Matz is nice so we are nice."

View File

@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] 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 "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rake", "~> 10.0"