Sha256: ee73bfd015c2716b668037489a64d5266f72c774fb48b5e48d30066ddb199528
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/dribbble_bucket_sync/version', __FILE__) Gem::Specification.new do |s| s.authors = ["Ryan Townsend"] s.email = ["ryan@ryantownsend.co.uk"] s.description = %q{Synchronises your Dribbble buckets with a local folder} s.summary = s.description s.homepage = "https://github.com/ryantownsend/dribbble-bucket-sync" s.files = `git ls-files`.split($\) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.name = "dribbble-bucket-sync" s.require_paths = ["lib"] s.version = DribbbleBucketSync::VERSION s.add_dependency "dribbble-bucket-api" s.add_development_dependency "rspec" s.add_development_dependency "simplecov" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dribbble-bucket-sync-0.0.1 | dribbble_bucket_sync.gemspec |