mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Remove copyright from each file
This commit is contained in:
parent
c75c058ed6
commit
cf91f4e864
23 changed files with 0 additions and 115 deletions
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
require "rake"
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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.
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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 NoBrainer
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# 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 OpenStruct
|
||||
def self.included(base)
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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 Ripple
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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-2013 Michael Dvorkin
|
||||
#
|
||||
# Awesome Print is freely distributable under the terms of MIT license.
|
||||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
autoload :CGI, "cgi"
|
||||
require "shellwords"
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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
|
||||
|
||||
class << self # Class accessors for custom defaults.
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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.version
|
||||
'1.6.2'
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# Copyright (c) 2010-2013 Michael Dvorkin
|
||||
#
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue