Sha256: 256df5f87dd271c144e96e872b6c4bda9acea7f9fde2b17c4d782f3a4dec3a4f
Contents?: true
Size: 898 Bytes
Versions: 3
Compression:
Stored size: 898 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jektop/version' Gem::Specification.new do |spec| spec.name = "jektop" spec.version = Jektop::VERSION spec.authors = ["Markus JylhÀnkangas"] spec.email = ["markus@jylhis.com"] spec.summary = %q{Make Jekyll posts easily} spec.description = %q{Ever wanted to make Jekyll post easily? Now you can with this gem} spec.homepage = "https://github.com/Jylhis/Jektop" 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.5" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jektop-0.1.3 | jektop.gemspec |
jektop-0.1.2 | jektop.gemspec |
jektop-0.1.1 | jektop.gemspec |