Sha256: a0b7aa0d2003178c0a172205221347f1e5fb701429a08c6ce031b1518b9c3dc5

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

require 'bower/environment'

module Bower
  def install
    environment.install
  end
  module_function :install

  def update
    environment.update
  end
  module_function :update

  def environment
    @environment ||= Bower::Environment.setup('.bowerrc')
  end
  module_function :environment

  require 'bower/railtie' if defined?(::Rails)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bower-0.0.5 lib/bower.rb