Remove unused gems

This commit is contained in:
Eric 2020-06-10 14:07:37 -05:00 committed by Eric Schultz
parent 957153e2c8
commit d4feb357fb
3 changed files with 27 additions and 307 deletions

10
Gemfile
View file

@ -16,8 +16,6 @@ gem 'rake', '~> 12.3.2'
gem 'sassc-rails', '~> 2.1', '>= 2.1.2'
gem 'sassc', '~> 2.0', '>= 2.0.1'
gem 'stripe', '~> 1.58' # January 19, 2017 version of the Stripe API https://stripe.com/docs/api
gem 'uglifier', '~> 4.1', '>= 4.1.20'
gem 'ffi', '~> 1.11', '>= 1.11.1'
gem 'webpacker', '~> 5.1.1'
gem 'httparty', '~> 0.17.0' # https://github.com/jnunemaker/httparty
@ -30,7 +28,6 @@ gem 'fullcontact', '~> 0.18.0' # Full Contact API; includes #Hashie::Mash
# Helpers
gem 'chronic', '~> 0.10.2' # For nat lang parsing of dates
gem 'colorize', '~> 0.8.1' # Print colorized text in debugger/console
gem 'countries', '~> 3.0'
gem 'geocoder', '~> 1.6.3' # for adding latitude and longitude to location-based tables http://www.rubygeocoder.com/
gem 'i18n-js', '~> 3.3'
@ -38,7 +35,6 @@ gem 'lograge', '~> 0.11.2' # make logging less terrible in rails
gem 'nearest_time_zone', '~> 0.0.4' # for detecting timezone from lat/lng https://github.com/buytruckload/nearest_time_zone
gem 'rails-i18n', '~> 6.0.0', '~> 6'
gem 'roadie-rails', '~> 2.1' # email generation helpers
gem 'table_print', '~> 1.5', '>= 1.5.6' # Nice table printing of data for the console
# Database and Events
gem 'bunny', '~> 2.14', '>= 2.14.2' # RabittMQ
@ -63,19 +59,15 @@ gem 'wisper', '~> 2.0'
gem 'wisper-activejob', '~> 1.0.0'
group :development, :ci do
gem 'debase', '~> 0.2.3'
gem 'ruby-debug-ide', '~> 0.7.0'
gem 'traceroute', '~> 0.8.0'
end
group :development, :ci, :test do
gem 'binding_of_caller', '~> 0.8.0'
gem 'byebug', '~> 11.0', '>= 11.0.1'
gem 'dotenv-rails', '~> 2.7', '>= 2.7.5'
gem 'mail_view', '~> 2.0'
gem 'pry', '~> 0.12.2'
gem 'pry-byebug', '~> 3.7.0'
gem 'ruby-prof', '0.15.9'
gem 'standard', '~> 0.1.2'
gem 'rspec-rails', '~> 4.0.0'
gem 'rspec', '~> 3.9.0'
@ -83,6 +75,8 @@ group :development, :ci, :test do
gem 'factory_bot_rails', '~> 5.0', '>= 5.0.2'
gem 'factory_bot', '~> 5.0', '>= 5.0.2'
gem 'listen'
gem 'table_print', '~> 1.5', '>= 1.5.6' # Nice table printing of data for the console
gem 'colorize', '~> 0.8.1' # Print colorized text in debugger/console
end
group :ci, :test do

View file

@ -86,8 +86,6 @@ GEM
andand (1.3.3)
ast (2.4.0)
bcrypt (3.1.13)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.4.4)
msgpack (~> 1.0)
builder (3.2.4)
@ -116,10 +114,6 @@ GEM
database_cleaner-active_record (1.8.0)
activerecord
database_cleaner (~> 1.8.0)
debase (0.2.4)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.5)
debug_inspector (0.0.3)
deep_merge (1.2.1)
devise (4.7.1)
bcrypt (~> 3.0)
@ -167,7 +161,6 @@ GEM
dry-logic (~> 0.5, >= 0.5.0)
dry-types (~> 0.14.0)
erubi (1.9.0)
execjs (2.7.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
factory_bot_rails (5.0.2)
@ -364,9 +357,6 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop (>= 0.71.0)
ruby-debug-ide (0.7.0)
rake (>= 0.8.1)
ruby-prof (0.15.9)
ruby-progressbar (1.10.1)
ruby-vips (2.0.17)
ffi (~> 1.9)
@ -410,8 +400,6 @@ GEM
rails (>= 3.0.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
@ -443,7 +431,6 @@ PLATFORMS
DEPENDENCIES
action_mailer_matchers (~> 1.2)
binding_of_caller (~> 0.8.0)
bootsnap (~> 1.4)
bunny (~> 2.14, >= 2.14.2)
byebug (~> 11.0, >= 11.0.1)
@ -452,14 +439,12 @@ DEPENDENCIES
config (> 1.5)
countries (~> 3.0)
database_cleaner-active_record
debase (~> 0.2.3)
devise (~> 4.7)
devise-async (~> 1.0)
dotenv-rails (~> 2.7, >= 2.7.5)
dry-validation (~> 0.13.3)
factory_bot (~> 5.0, >= 5.0.2)
factory_bot_rails (~> 5.0, >= 5.0.2)
ffi (~> 1.11, >= 1.11.1)
font_assets (~> 0.1.14)
foreman (~> 0.87.1)
fullcontact (~> 0.18.0)
@ -493,8 +478,6 @@ DEPENDENCIES
roadie-rails (~> 2.1)
rspec (~> 3.9.0)
rspec-rails (~> 4.0.0)
ruby-debug-ide (~> 0.7.0)
ruby-prof (= 0.15.9)
sassc (~> 2.0, >= 2.0.1)
sassc-rails (~> 2.1, >= 2.1.2)
simplecov (~> 0.16.1)
@ -506,7 +489,6 @@ DEPENDENCIES
test-unit (~> 3.3)
timecop (~> 0.9.1)
traceroute (~> 0.8.0)
uglifier (~> 4.1, >= 4.1.20)
webmock (~> 3.6, >= 3.6.2)
webpacker (~> 5.1.1)
wisper (~> 2.0)

View file

@ -672,47 +672,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------
** ruby-prof; version 0.15.9 --
Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic
Copyright (c) 2005,2009 Stefan Kaes skaes@railsexpress.de
Copyright (c) 2010 - 2014 Stefan Kaes skaes@railsepxress.de
Copyright (c) 2010, Lukasz Dziedzic (dziedzic@typoland.com)
Copyright (c) 2010 - 2014 Stefan Kaes <skaes@railsepxress.de>
(c) 2010-2013 by tyPoland Lukasz Dziedzic (http://www.typoland.com/)
(c) 2013-2013 by tyPoland Lukasz Dziedzic (http://www.typoland.com/)
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/)
Copyright (c) 2005 - 2014 Shugo Maeda shugo@ruby-lang.org and Charlie Savage cfis@savagexi.com
Copyright (c) 2005-2013 Shugo Maeda <shugo@ruby-lang.org> and Charlie Savage <cfis@savagexi.com>
Copyright (c) 2005 - 2014 Shugo Maeda <shugo@ruby-lang.org> and Charlie Savage <cfis@savagexi.com>
Copyright (C) 2005 - 2014 Shugo Maeda <shugo@ruby-lang.org> and Charlie Savage <cfis@savagexi.com>
Copyright (C) 2010 - 2014 Stefan Kaes <skaes@railsepxress.de>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
------
** pg; version 0.21.0 --
@ -1974,52 +1933,35 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** binding_of_caller; version 0.8.0 --
(c) John Mair
(c) 2011 John Mair
Copyright (c) 2011 John Mair
Copyright (c) 2012 (John Mair)
Copyright (c) 2009 Yusuke Endoh
Copyright (c) 2002-2007 K.Kosako
Copyright (c) 2002-2008 K.Kosako
Copyright (c) 2007 Koichi Sasada
Copyright (c) 2007 Martin Duerst
Copyright (c) 2009 Koichi Sasada
Copyright (c) 2010 Shinichiro Hamaji
Copyright (c) 2004-2007 Koichi Sasada
Copyright (c) 2004-2008 Koichi Sasada
Copyright (c) 2011 Yukihiro Matsumoto
Copyright (c) 1993-2007 Yukihiro Matsumoto
Copyright (c) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
** method_source; version 0.9.2 --
(c) John Mair
Copyright (c) 2011 John Mair
License
-------
(The MIT License)
Copyright (c) 2011 John Mair (banisterfiend)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License
-------
(The MIT License)
Copyright (c) 2011 John Mair (banisterfiend)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
@ -3477,35 +3419,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
------
** execjs; version 2.7.0 --
Copyright (c) 2015-2016 Josh Peek
Copyright (c) 2015-2016 Sam Stephenson
Copyright (c) 2015-2016 Sam Stephenson
Copyright (c) 2015-2016 Josh Peek
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** activerecord; version 6.0.3.1 --
@ -3515,9 +3428,6 @@ copyright (c) 2007-2016 Nick Kallen, Bryan Helmkamp, Emilio Tagua, Aaron Patters
Copyright (c) 2005-2012 Kornelius Kalnbach <murphy@rubychan.de>
** css_parser; version 1.7.0 --
Copyright (c) 2007-11 Alex Dunae
** debug_inspector; version 0.0.3 --
Copyright (c) 2012-2013 (John Mair)
Copyright (c) 1993-2012 Yukihiro Matsumoto
** foreman; version 0.87.1 --
Copyright (c) 2003, 2004 Jim Weirich
Copyright (c) 2010 David Dollar fIhttp://daviddollar
@ -3555,8 +3465,6 @@ Copyright Kickstarter, PBC.
Copyright (c) 2013-2015 Kasper Timm Hansen
** rails-html-sanitizer; version 1.3.0 --
Copyright (c) 2013-2015 Rafael Mendonca Franca, Kasper Timm Hansen
** ruby-debug-ide; version 0.7.0 --
Copyright (c) 2007-2008, debug-commons team
** unicode-display_width; version 1.6.0 --
Copyright (c) 2009 Run Paint Run Run
Copyright (c) 2011, 2015-2019 Jan Lelis
@ -4250,40 +4158,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** uglifier; version 4.1.20 --
Copyright (c) Ville Lautanala.
Copyright (c) 2011 Ville Lautanala
Copyright 2007-2012 Steven Levithan
Copyright 2011 The Closure Compiler
Copyright 2011 Mozilla Foundation and contributors
Copyright 2014 Mozilla Foundation and contributors
Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
Copyright 2009-2011 Mozilla Foundation and contributors
Copyright (c) 2011 Ville Lautanala
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** require_all; version 2.0.0 --
@ -4821,81 +4695,6 @@ Copyright 2001-2004 Unicode, Inc.
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
------
** debase-ruby_core_source; version 0.10.5 --
Oniguruma (c) K.Kosako
Copyright (c) 2011 K.Takata
Copyright 2003 Damien Miller
(c) 1995 Microsoft Corporation.
Copyright (c) 2009 Yusuke Endoh
Copyright (c) 1987, Fujitsu LTD.
Copyright (c) 2002-2007 K.Kosako
Copyright (c) 2002-2008 K.Kosako
Copyright (c) 2002-2013 K.Kosako
Copyright (c) 2007 Koichi Sasada
Copyright (c) 2007 Martin Duerst
Copyright (c) 2009 Koichi Sasada
Copyright (c) 2011-2012 K.Takata
Copyright (c) 2011-2014 K.Takata
Copyright (c) 2011-2016 K.Takata
Copyright (c) 2017 Koichi Sasada
Copyright (c) 2018 Koichi Sasada
Copyright 2000 Aaron D. Gifford.
Copyright (c) 2012 Gabriel Horner
Copyright (c) 2010 Shinichiro Hamaji
Copyright (c) 2004-2007 Koichi Sasada
Copyright (c) 2004-2008 Koichi Sasada
Copyright (c) 2011 Yukihiro Matsumoto
Copyright (c) 2014 Yukihiro Matsumoto
Copyright (c) 2015 Yukihiro Matsumoto
Copyright (c) 1993, Intergraph Corporation
Copyright (c) 1993-2007 Yukihiro Matsumoto
Copyright (c) 1983, 1995-1997 Eric P. Allman
Copyright (c) 1999, 2000 Aladdin Enterprises.
Copyright (c) Katholieke Universiteit Leuven 1996
Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG>
Copyright (c) 2017 Vladimir Makarov <vmakarov@redhat.com>
Copyright (c) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
Copyright (c) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura
Copyright (c) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
Copyright (c) 1988, 1993 The Regents of the University of California.
Copyright (c) 1989, 1993 The Regents of the University of California.
Copyright (c) 1990, 1993 The Regents of the University of California.
Copyright (c) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
Copyright (c) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
Copyright (c) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
Copyright (c) 1984, 1989-1990, 2000-2015, 2018 Free Software Foundation, Inc.
Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Copyright (c) 1997, 1998 by Gurusamy Sarathy <gsar@umich.edu> and Jan Dubois <jan.dubois@ibm.net>
Copyright (c) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
The MIT LICENSE
Copyright (c) 2012 Gabriel Horner
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** test-unit; version 3.3.3 --
@ -5024,61 +4823,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
Apache-2.0 OR (Artistic-2.0 OR (BSD-3-Clause OR (GPL-3.0 OR (MIT OR MPL-2.0))))
------
** debase; version 0.2.4 --
Copyright (c) 2012, Dennis Ushakov
Copyright (c) 2007-2008, debug-commons team
Copyright (c) 2005 Kent Sibilev <ksibilev@yahoo.com>
Copyright (C) 2005 Kent Sibilev <ksibilev@yahoo.com>
All rights reserved.
*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
*
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
Copyright (c) 2007-2008, debug-commons team
Copyright (c) 2012, Dennis Ushakov
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** power_assert; version 1.1.4 --