Sha256: c6b0a6c31241b3461c5f32aa33a813682e85b150e827a3f5647a9303769b68ab

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

module Imagine
  module OrbitView
    class Engine < ::Rails::Engine
      isolate_namespace ::Imagine
      engine_name 'imagine_orbit_view'

      config.after_initialize do |app|
        ::Imagine::Plugin.register do |plugin|
          plugin.pathname = root
          plugin.name = 'imagine_orbit_view'
          plugin.directory = 'orbit_view'
          plugin.version = %q{0.1.5}
        end
      end

    end
  end
end

::Imagine.engines << 'orbit_view'

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
imagine-0.2.0 orbit_view/lib/imagine-orbit_view.rb
imagine-0.1.7 orbit_view/lib/imagine-orbit_view.rb
imagine-0.1.6 orbit_view/lib/imagine-orbit_view.rb
imagine-orbit_view-0.1.4 lib/imagine-orbit_view.rb