Sha256: 282f1863c57d932139fc131f3c81b31c2422b9e6875d9cf50343a0f7e2612d9d
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bunto-gist/version' Gem::Specification.new do |spec| spec.name = "bunto-gist" spec.version = Bunto::Gist::VERSION spec.authors = ["Parker Moore", "Suriyaa Kudo"] spec.email = ["parkrmoore@gmail.com", "SuriyaaKudoIsc@users.noreply.github.com"] spec.summary = %q{Liquid tag for displaying GitHub Gists in Bunto sites.} spec.homepage = "https://github.com/bunto/bunto-gist" spec.license = "MIT" spec.required_ruby_version = '>= 1.9.3' 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_dependency "octokit", "~> 4.2" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "webmock" spec.add_development_dependency "bunto", ">= 2.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bunto-gist-3.0.0 | bunto-gist.gemspec |
bunto-gist-2.0.0 | bunto-gist.gemspec |