Sha256: feeb57dbef1054afc5d672dc2a59526f07c1cd960e01e77ae5bf33dabd7d0a2e
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. # License: Apache License, Version 2.0 # # This file was generated by the "topicmaps" generator, which is provided by # the rtm-rails gem. # # This file allows you to use your topic maps in your rails tasks and provides # the Topic Maps backend migration tasks. begin require "rtm/rails" require "rtm/rails/rake_tasks" rescue MissingSourceFile => msfe puts "ERROR: Failed to load rtm/rails. Please make sure you have the rtm-rails gem installed." puts " Maybe you're using standard C-Ruby's rake instead of JRuby's rake? Try jruby -S rake..." unless defined?(JRUBY_VERSION) raise msfe end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rtm-rails-0.3.1 | rails_generators/templates/topicmaps.rake |