Sha256: 2a4a5a74c329ed588555473005710833b9a175f7699262d63487d4aa418bc6b7
Contents?: true
Size: 969 Bytes
Versions: 2
Compression:
Stored size: 969 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rencoder/version' Gem::Specification.new do |spec| spec.name = 'rencoder' spec.version = Rencoder::VERSION spec.authors = ['Igor Yamolov'] spec.email = ['clouster@yandex.ru'] spec.summary = %q{Rencoder is pure Ruby implementation of Rencoder serialization format encoding/decoding.} spec.description = %q{Rencoder is implementation of Rencoder encoding/decoding.} spec.homepage = 'https://github.com/t3hk0d3/rencoder' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency 'bundler', '~> 1.7' spec.add_development_dependency 'rspec', '~> 3.1.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rencoder-0.1.1 | rencoder.gemspec |
rencoder-0.1.0 | rencoder.gemspec |