Sha256: 43efcfcfe0a868a49e5b985b7dd6d00e9333f901432955743613ae4cabfeaf4e
Contents?: true
Size: 688 Bytes
Versions: 1
Compression:
Stored size: 688 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'] spec.add_runtime_dependency 'multi_json' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bower-0.0.4 | bower.gemspec |