Sha256: c768a05b93535d57acbe7cb1bf76bc1dca6941ad42307feaad1e5d4a328ec51c
Contents?: true
Size: 806 Bytes
Versions: 1
Compression:
Stored size: 806 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "toy/couch/version" Gem::Specification.new do |s| s.name = "toystore-couch" s.version = Toy::Couch::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Pelle Braendgaard'] s.email = ['pelle@stakeventures.com'] s.homepage = '' s.summary = %q{CouchDB integration for Toystore} s.description = %q{CouchDB integration for Toystore} s.add_dependency('toystore', '~> 0.7.0') s.add_dependency('adapter-couch', '~> 0.1.2') s.files = `git ls-files`.split("\n") - ['specs.watchr'] s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toystore-couch-0.1.0 | toystore-couch.gemspec |