Sha256: c08901b1cde16b5ff693b721aea6b56e6e41fa277a07e124d0daa17cad9fda20

Contents?: true

Size: 644 Bytes

Versions: 1

Compression:

Stored size: 644 Bytes

Contents

# encoding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bower/version'

Gem::Specification.new do |spec|
  spec.name        = 'bower'
  spec.version     = Bower::VERSION
  spec.homepage    = 'https://github.com/stve/bower'

  spec.author      = "Steve Agalloco"
  spec.email       = 'steve.agalloco@gmail.com'
  spec.description = 'Bower integration for your ruby projects.'
  spec.summary     = 'Bower integration for your ruby projects.'

  spec.files = %w(.yardopts CHANGELOG.md LICENSE.md README.md bower.gemspec) + Dir['lib/**/*.rb']
  spec.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bower-0.0.3 bower.gemspec