Sha256: 89ae4ba88ab87c038938db87e376d066c976df6979901698b578968b1a352f28

Contents?: true

Size: 591 Bytes

Versions: 8

Compression:

Stored size: 591 Bytes

Contents

# Please require your code below, respecting the naming conventions in the
# bioruby directory tree.
#
# For example, say you have a plugin named bio-plugin, the only uncommented
# line in this file would be 
#
#   require 'bio/bio-plugin/plugin'
#
# In this file only require other files. Avoid other source code.

require '<%= path(project_name,lib_plugin_filename) %>'

<% if options[:biogem_db] %>
require '<%= File.join("bio",sub_module.downcase,"connect") %>'
  <% unless options[:biogem_engine] %>
require '<%= File.join("bio",sub_module.downcase,"example") %>'
  <% end %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bio-gem-1.3.6 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.3.5 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.3.4 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.3.3 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.3.2 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.3.1 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.3.0 lib/bio-gem/templates/lib/bioruby-plugin.rb
bio-gem-1.2.2 lib/bio-gem/templates/lib/bioruby-plugin.rb