Sha256: d89a6ff5f8589662202bf655ea2b1ace7655b8f3f8ce7b194c9c29b7d61c68a7
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 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) spec.files += Dir['lib/**/*'] spec.require_paths = ['lib'] spec.add_runtime_dependency 'multi_json' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bower-0.0.5 | bower.gemspec |