Sha256: 5b2def9f838f5fcd73f3246cbb61f6a7245b9ac8745e3529ccbd01925f4b3d06
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'decode_this/version' Gem::Specification.new do |spec| spec.name = 'decode_this' spec.version = DecodeThis::VERSION spec.summary = 'Decode token. This token' spec.description = 'Simple gem for decoding JWT token' spec.authors = ['Sasha Kotov'] spec.email = 'amikotov@gmail.com' spec.files = `git ls-files`.split($/) 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'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decode_this-0.1.1 | decode_this.gemspec |
decode_this-0.1.0 | decode_this.gemspec |