Sha256: 0fac45c768269b29da495af876c6ac205aea4c11b117513b7cd23e52e1ef2fb5

Contents?: true

Size: 746 Bytes

Versions: 2

Compression:

Stored size: 746 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 |gem|
  gem.name        = 'bower'
  gem.version     = Bower::VERSION
  gem.homepage    = 'https://github.com/spagalloco/bower'

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

  gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")

  gem.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bower-0.0.2 bower.gemspec
bower-0.0.1 bower.gemspec