Sha256: 64aa2a9d3c0e78335183690fba2ea954bc97c29f6306d16cf537fec299e601c1
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'version' Gem::Specification.new do |s| s.name = 'playground-book-lint' s.version = PlaygroundBookLint::VERSION s.licenses = ['MIT'] s.summary = "Lints Swift Playground books." s.description = "Lints books for Swift Playgrounds on iOS" s.authors = ["Ash Furrow"] s.homepage = 'https://github.com/ashfurrow/playground-book-lint' s.email = 'ash@ashfurrow.com' s.files = `git ls-files`.split($/) s.require_paths = ["lib"] s.executables = ['playground_book_lint'] s.add_runtime_dependency 'plist', '~> 3.2' s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'cork', '~> 0.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playground-book-lint-0.0.1 | playground_book_lint.gemspec |