Skip to content

Commit

Permalink
Update misc and support ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ganmacs committed Jan 7, 2019
1 parent eeeb927 commit a67c824
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 81 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: ruby
rvm:
- 2.4.4
- 2.5.3
- 2.4.5
before_install: gem install bundler -v 1.16.1
74 changes: 0 additions & 74 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 TODO: Write your name
Copyright (c) 2019 Yuta Iwama

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ client = Hello::Hello::Stub.new('localhost:8000', :this_channel_is_insecure) # =

## Contributing

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

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the GrpcMock project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/grpc_mock/blob/master/CODE_OF_CONDUCT.md).
2 changes: 1 addition & 1 deletion grpc_mock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'grpc_mock/version'
Gem::Specification.new do |spec|
spec.name = 'grpc_mock'
spec.version = GrpcMock::VERSION
spec.authors = ['ganmacs']
spec.authors = ['Yuta Iwama']
spec.email = ['[email protected]']

spec.summary = 'Library for stubbing grpc in Ruby'
Expand Down

0 comments on commit a67c824

Please sign in to comment.