Sha256: c5f9ae672772c7974a87e76198ffb9169dfbd8fb9a08f15f906931f4871c95d9
Contents?: true
Size: 852 Bytes
Versions: 3
Compression:
Stored size: 852 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cmis/version' Gem::Specification.new do |gem| gem.name = "cmis" gem.version = CMIS::VERSION gem.authors = ["Richard Nyström"] gem.email = ["ricny046@gmail.com"] gem.description = %q{A thin JRuby wrapper for the Apache Chemistry OpenCMIS client.} gem.summary = %q{A thin JRuby wrapper for the Apache Chemistry OpenCMIS client.} gem.homepage = "https://github.com/ricn/cmis" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency "rspec" gem.platform = "java" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cmis-0.4.0-java | cmis.gemspec |
cmis-0.3.0-java | cmis.gemspec |
cmis-0.2.2-java | cmis.gemspec |