@@ -152,3 +152,50 @@ rake spec
152152### Contributing
153153
154154Please see [CONTRIBUTING](CONTRIBUTING.md).
155+
156+ ### Credits
157+ This software incorporates code from the following open source projects:
158+
159+ **Httparty** [https://github.com/jnunemaker/httparty](https://github.com/jnunemaker/httparty)
160+ Copyright © 2008 John Nunemaker
161+ License (MIT): [https://github.com/jnunemaker/httparty/blob/master/MIT-LICENSE](https://github.com/jnunemaker/httparty/blob/master/MIT-LICENSE)
162+
163+ **JSON Schema Validator** [https://github.com/ruby-json-schema/json-schema](https://github.com/ruby-json-schema/json-schema)
164+ Copyright © 2010-2011, Lookingglass Cyber Solutions
165+ License (MIT): [https://github.com/ruby-json-schema/json-schema/blob/master/LICENSE.md](https://github.com/ruby-json-schema/json-schema/blob/master/LICENSE.md)
166+
167+ **Murmurhash3** [https://github.com/funny-falcon/murmurhash3-ruby](https://github.com/funny-falcon/murmurhash3-ruby)
168+ Copyright © 2012 Sokolov Yura 'funny-falcon'
169+ License (MIT): [https://github.com/funny-falcon/murmurhash3-ruby/blob/master/LICENSE](https://github.com/funny-falcon/murmurhash3-ruby/blob/master/LICENSE)
170+
171+
172+ ### Additional Code
173+ This software may be used with additional code that is separately downloaded by you. _These components are subject to
174+ their own license terms, which you should review carefully_.
175+
176+ **Bundler** [https://github.com/bundler/bundler](https://github.com/bundler/bundler)
177+ Copyright © 2008-2018 Andre Arko, Engine Yard, et al
178+ License (MIT): [https://github.com/bundler/bundler/blob/master/LICENSE.md](https://github.com/bundler/bundler/blob/master/LICENSE.md)
179+
180+ **Coveralls** [https://github.com/lemurheavy/coveralls-ruby](https://github.com/lemurheavy/coveralls-ruby)
181+ Copyright © 2012 Wil Gieseler
182+ License (MIT): [https://github.com/lemurheavy/coveralls-ruby/blob/master/LICENSE](https://github.com/lemurheavy/coveralls-ruby/blob/master/LICENSE)
183+
184+ **Rake** [https://github.com/ruby/rake](https://github.com/ruby/rake)
185+ Copyright © 2004-2017 Jim Weirich
186+ License (MIT): [https://github.com/ruby/rake/blob/master/MIT-LICENSE](https://github.com/ruby/rake/blob/master/MIT-LICENSE)
187+
188+ **RSpec** [https://github.com/rspec/rspec](https://github.com/rspec/rspec)
189+ Copyright © 2009 Chad Humphries, David Chelimsky
190+ Copyright © 2006 David Chelimsky, The RSpec Development Team
191+ Copyright © 2005 Steven Baker
192+ License (MIT): [https://github.com/rspec/rspec/blob/master/LICENSE.md](https://github.com/rspec/rspec/blob/master/LICENSE.md)
193+
194+ **RuboCop** [https://github.com/rubocop-hq/rubocop](https://github.com/rubocop-hq/rubocop)
195+ Copyright © 2012-19 Bozhidar Batsov
196+ License (MIT): [https://github.com/rubocop-hq/rubocop/blob/master/LICENSE.txt](https://github.com/rubocop-hq/rubocop/blob/master/LICENSE.txt)
197+
198+ **WebMock** [https://github.com/bblimke/webmock](https://github.com/bblimke/webmock)
199+ Copyright © 2009-2010 Bartosz Blimke
200+ License (MIT): [https://github.com/bblimke/webmock/blob/master/LICENSE](https://github.com/bblimke/webmock/blob/master/LICENSE)
201+
0 commit comments