Sha256: c5e2ede846bf07b6d1fd47f2ba2bf78774ea8a418f0e77411a241a7c92a646bd

Contents?: true

Size: 751 Bytes

Versions: 16

Compression:

Stored size: 751 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require 'couchpillow/version'

Gem::Specification.new do |s|
  s.name = "#{CouchPillow::GEM_NAME}"
  s.version = CouchPillow::VERSION
  s.authors = ["Albert Tedja"]
  s.email = "nicho_tedja@yahoo.com"
  s.homepage = "https://github.com/atedja/pillow"
  s.summary = "Document wrapper for Couchbase"
  s.description = "#{CouchPillow::NAME} is a light and comfortable Document wrapper for Couchbase Server."

  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- {test}/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_development_dependency 'minitest',  '~> 5.3'
  s.add_development_dependency 'mocha', '~> 1.1'
  s.add_development_dependency 'rake', '~> 10.3'

  s.license = "BSD"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couchpillow-0.4.3 couchpillow.gemspec
couchpillow-0.4.2 couchpillow.gemspec
couchpillow-0.4.1 couchpillow.gemspec
couchpillow-0.4.0 couchpillow.gemspec
couchpillow-0.3.10 couchpillow.gemspec
couchpillow-0.3.9 couchpillow.gemspec
couchpillow-0.3.8 couchpillow.gemspec
couchpillow-0.3.7 couchpillow.gemspec
couchpillow-0.3.6 couchpillow.gemspec
couchpillow-0.3.5 couchpillow.gemspec
couchpillow-0.3.4 couchpillow.gemspec
couchpillow-0.3.3 couchpillow.gemspec
couchpillow-0.3.2 couchpillow.gemspec
couchpillow-0.3.1 couchpillow.gemspec
couchpillow-0.3.0 couchpillow.gemspec
couchpillow-0.2.0 couchpillow.gemspec