Sha256: 8386e315e3124cec2549abbec60519ce498904b7c8e7c3997a8f204fab3510a8
Contents?: true
Size: 799 Bytes
Versions: 6
Compression:
Stored size: 799 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/doc_juan/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Joel JunstroĢm"] gem.email = ["joel.junstrom@oktavilla.se"] gem.description = %q{A small helper class to generate urls to a Doc-Juan instance} gem.summary = %q{Given a url and options the DocJuan generates a url to a DocJuan server including the calculated hmac key} gem.homepage = "https://github.com/Oktavilla/Doc-Juan-Helper" 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.name = "doc_juan" gem.require_paths = ["lib"] gem.version = DocJuan::VERSION end
Version data entries
6 entries across 6 versions & 1 rubygems