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-3.2.1 lib/tasks/undefine.rake
trusty-cms-3.2.0 lib/tasks/undefine.rake
trusty-cms-3.1.11 lib/tasks/undefine.rake
trusty-cms-3.1.10 lib/tasks/undefine.rake
trusty-cms-3.1.9 lib/tasks/undefine.rake
trusty-cms-3.1.8 lib/tasks/undefine.rake
trusty-cms-3.1.7 lib/tasks/undefine.rake
trusty-cms-3.1.6 lib/tasks/undefine.rake
trusty-cms-3.1.5 lib/tasks/undefine.rake
trusty-cms-3.1.3 lib/tasks/undefine.rake
trusty-cms-3.1.2 lib/tasks/undefine.rake
trusty-cms-3.0.11 lib/tasks/undefine.rake
trusty-cms-3.1.1 lib/tasks/undefine.rake
trusty-cms-3.0.10 lib/tasks/undefine.rake
trusty-cms-3.1.0 lib/tasks/undefine.rake
trusty-cms-3.0.9 lib/tasks/undefine.rake
trusty-cms-3.0.8 lib/tasks/undefine.rake
trusty-cms-3.0.7 lib/tasks/undefine.rake
trusty-cms-2.0.28 lib/tasks/undefine.rake
trusty-cms-3.0.6 lib/tasks/undefine.rake