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"
|
require "rake"
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
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
|
# AwesomePrint might be loaded implicitly through ~/.irbrc or ~/.pryrc
|
||||||
# so do nothing for subsequent requires.
|
# 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
|
# The following makes it possible to invoke awesome_print while performing
|
||||||
# operations on method arrays, ex:
|
# 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:
|
class Class #:nodoc:
|
||||||
#
|
#
|
||||||
# Intercept methods below to inject @__awesome_print__ instance variable
|
# 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
|
module Kernel
|
||||||
|
|
||||||
def ai(options = {})
|
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 AwesomePrint
|
||||||
module Logger
|
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.
|
# 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:
|
class Object #:nodoc:
|
||||||
#
|
#
|
||||||
# Intercept methods below to inject @__awesome_print__ instance variable
|
# 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
|
class String
|
||||||
#
|
#
|
||||||
# ANSI color codes:
|
# 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 AwesomePrint
|
||||||
module ActionView
|
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 AwesomePrint
|
||||||
module ActiveRecord
|
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 AwesomePrint
|
||||||
module ActiveSupport
|
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 AwesomePrint
|
||||||
module MongoMapper
|
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 AwesomePrint
|
||||||
module Mongoid
|
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 AwesomePrint
|
||||||
module NoBrainer
|
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 AwesomePrint
|
||||||
module Nokogiri
|
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 AwesomePrint
|
||||||
module OpenStruct
|
module OpenStruct
|
||||||
def self.included(base)
|
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 AwesomePrint
|
||||||
module Ripple
|
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 AwesomePrint
|
||||||
module Sequel
|
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"
|
autoload :CGI, "cgi"
|
||||||
require "shellwords"
|
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
|
module AwesomePrint
|
||||||
|
|
||||||
class << self # Class accessors for custom defaults.
|
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
|
module AwesomePrint
|
||||||
def self.version
|
def self.version
|
||||||
'1.6.2'
|
'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:
|
# Running specs from the command line:
|
||||||
# $ rake spec # Entire spec suite.
|
# $ rake spec # Entire spec suite.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue