Sha256: 66e301b5c01acc54898c7cb174d74c5812793ce720ffd096475a5d1b895e709a

Contents?: true

Size: 715 Bytes

Versions: 12

Compression:

Stored size: 715 Bytes

Contents

# Look in the tasks/setup.rb file for the various options that can be
# configured in this Rakefile. The .rake files in the tasks directory
# are where the options are used.

begin
  require 'bones'
  Bones.setup
rescue LoadError
  begin
    load 'tasks/setup.rb'
  rescue LoadError
    raise RuntimeError, '### please install the "bones" gem ###'
  end
end

ensure_in_path 'lib'
require 'classy-inheritance'

task :default => 'spec:run'

PROJ.name = 'classy-inheritance'
PROJ.authors = 'Andrew Stone'
PROJ.email = 'andy@stonean.com'
PROJ.url = 'http://stonean.com/wiki/classy-inheritance'
PROJ.version = Stonean::ClassyInheritance::VERSION
PROJ.rubyforge.name = 'classyinherit'

PROJ.spec.opts << '--color'

# EOF

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
johnsbrn-classy-inheritance-0.6.3.1 Rakefile
johnsbrn-classy-inheritance-0.6.3.2 Rakefile
johnsbrn-classy-inheritance-0.6.4 Rakefile
johnsbrn-classy-inheritance-0.6.5 Rakefile
johnsbrn-classy-inheritance-0.6.6 Rakefile
johnsbrn-classy-inheritance-0.6.7 Rakefile
johnsbrn-classy-inheritance-0.6.8.1 Rakefile
johnsbrn-classy-inheritance-0.6.8 Rakefile
johnsbrn-classy-inheritance-0.6.8.3 Rakefile
johnsbrn-classy-inheritance-0.6.8.2 Rakefile
classy-inheritance-0.7.0 Rakefile
classy-inheritance-0.6.4 Rakefile