Sha256: 1ee9ecca3cc2b4b5b375fe2739a61bde1224f8227a6e022e354738953f58d11a

Contents?: true

Size: 480 Bytes

Versions: 2

Compression:

Stored size: 480 Bytes

Contents

module Bently
  class TwitterBootstrapRails < RailsRecipe

    title 'twitter-bootstrap-rails'
    category 'gem'
    description 'downloads and installs twitter-bootstrap-rails gem'
    homepage 'https://github.com/seyhunak/twitter-bootstrap-rails/blob/master/README.md'
    version '2.2.0'

    def initialize
      gem 'therubyracer'
      gem 'less-rails'
      gem 'twitter-bootstrap-rails', '~> 2.2.0'
      bundle
      generate 'bootstrap:install less'
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bently-1.0.2 lib/bently/recipe/twitter-bootstrap-rails.rb
bently-1.0.1 lib/bently/recipe/twitter-bootstrap-rails.rb