Sha256: fc591b297250524450e6caf5fd75144f635a9a70857c49854f303d9cd4c7f979

Contents?: true

Size: 603 Bytes

Versions: 87

Compression:

Stored size: 603 Bytes

Contents

# # Undefined unneeded tasks in instance mode
# unless TrustyCms.app?
#   def undefine_task(*names)
#     app = Rake.application
#     tasks = app.instance_variable_get('@tasks')
#     names.flatten.each { |name| tasks.delete(name) }
#   end
#
#   undefine_task %w(
#     radiant:clobber_package
#     radiant:install_gem
#     radiant:package
#     radiant:release
#     radiant:repackage
#     radiant:uninstall_gem
#     rails:freeze:edge
#     rails:freeze:gems
#     rails:unfreeze
#     rails:update
#     rails:update:configs
#     rails:update:javascripts
#     rails:update:scripts
#   )
# end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
trusty-cms-2.0.27 lib/tasks/undefine.rake
trusty-cms-3.0.4 lib/tasks/undefine.rake
trusty-cms-3.0.3 lib/tasks/undefine.rake
trusty-cms-3.0.2 lib/tasks/undefine.rake
trusty-cms-3.0.1 lib/tasks/undefine.rake
trusty-cms-3.0.0 lib/tasks/undefine.rake
trusty-cms-2.0.26 lib/tasks/undefine.rake
trusty-cms-2.0.25 lib/tasks/undefine.rake
trusty-cms-2.0.24 lib/tasks/undefine.rake
trusty-cms-2.0.23 lib/tasks/undefine.rake
trusty-cms-2.0.22 lib/tasks/undefine.rake
trusty-cms-2.0.21 lib/tasks/undefine.rake
trusty-cms-2.0.21.alpha lib/tasks/undefine.rake
trusty-cms-2.0.20 lib/tasks/undefine.rake
trusty-cms-2.0.2 lib/tasks/undefine.rake
trusty-cms-2.0.19 lib/tasks/undefine.rake
trusty-cms-2.0.18 lib/tasks/undefine.rake
trusty-cms-2.0.17 lib/tasks/undefine.rake
trusty-cms-2.0.16 lib/tasks/undefine.rake
trusty-cms-2.0.15 lib/tasks/undefine.rake