mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Remove extraneous/superflous copyright duplicates
This commit is contained in:
parent
7eaf2ca2cf
commit
102d254628
22 changed files with 0 additions and 128 deletions
|
@ -333,20 +333,11 @@ AwesomePrint.defaults = {
|
|||
```
|
||||
|
||||
## Versioning
|
||||
|
||||
AwesomePrint follows the [Semantic Versioning](http://semver.org/) standard.
|
||||
|
||||
### Contributing ###
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
|
||||
|
||||
### License ###
|
||||
Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
|
||||
http://www.dvorkin.net
|
||||
|
||||
%w(mike dvorkin.net) * "@" || "twitter.com/mid"
|
||||
|
||||
Released under the MIT license. See LICENSE file for details.
|
||||
|
||||
[gem_version_badge]: https://img.shields.io/gem/v/awesome_print.svg?style=flat
|
||||
[gem_downloads_badge]: http://img.shields.io/gem/dt/awesome_print.svg?style=flat
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
$:.push File.expand_path('../lib', __FILE__)
|
||||
require 'awesome_print/version'
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# Keeping this for backwards compatibility to allow
|
||||
# require "ap"
|
||||
#
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# AwesomePrint might be loaded implicitly through ~/.irbrc or ~/.pryrc
|
||||
# so do nothing for subsequent requires.
|
||||
#
|
||||
|
@ -34,11 +28,4 @@ unless defined?(AwesomePrint::Inspector)
|
|||
# require 'awesome_print/ext/action_view'
|
||||
# end
|
||||
# end
|
||||
# require 'awesome_print/ext/mongo_mapper' if defined?(MongoMapper)
|
||||
# require 'awesome_print/ext/mongoid' if defined?(Mongoid)
|
||||
# require 'awesome_print/ext/nokogiri' if defined?(Nokogiri)
|
||||
# require 'awesome_print/ext/nobrainer' if defined?(NoBrainer)
|
||||
# require 'awesome_print/ext/ripple' if defined?(Ripple)
|
||||
# require 'awesome_print/ext/sequel' if defined?(Sequel)
|
||||
# require 'awesome_print/ext/ostruct' if defined?(OpenStruct)
|
||||
end
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# The following makes it possible to invoke awesome_print while performing
|
||||
# operations on method arrays, ex:
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
class Class #:nodoc:
|
||||
#
|
||||
# Intercept methods below to inject @__awesome_print__ instance variable
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module Kernel
|
||||
|
||||
def ai(options = {})
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module Logger
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# Method#name was intorduced in Ruby 1.8.7 so we define it here as necessary.
|
||||
#
|
||||
unless nil.method(:class).respond_to?(:name)
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
class Object #:nodoc:
|
||||
#
|
||||
# Intercept methods below to inject @__awesome_print__ instance variable
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
class String
|
||||
#
|
||||
# ANSI color codes:
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module ActionView
|
||||
# Use HTML colors and add default "debug_dump" class to the resulting HTML.
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module ActiveRecord
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module ActiveSupport
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module MongoMapper
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module Mongoid
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module Nokogiri
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
module Sequel
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
require_relative 'indentator'
|
||||
|
||||
module AwesomePrint
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
|
||||
def self.debug
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# Load awesome_print when installed as Rails 2.3.x plugin.
|
||||
#
|
||||
require File.join(File.dirname(__FILE__), '..', 'init') unless defined?(AwesomePrint)
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# Running specs from the command line:
|
||||
# $ rake spec # Entire spec suite.
|
||||
# $ rspec spec/objects_spec.rb # Individual spec file.
|
||||
|
|
Loading…
Reference in a new issue