Sha256: 194cbc46a3f55d3b3fdbc47e5bc97e7d33af34b891ccea67dc0dc98373a89730
Contents?: true
Size: 1.03 KB
Versions: 7
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 require File.expand_path('lib/jazzy/gem_version.rb', File.dirname(__FILE__)) Gem::Specification.new do |spec| spec.name = 'jazzy' spec.version = Jazzy::VERSION spec.authors = ['JP Simard', 'Tim Anglade', 'Samuel Giddins'] spec.email = ['jp@realm.io'] spec.summary = 'A soulful way to generate docs for Swift.' spec.description = 'A soulful way to generate docs for Swift. ' \ "Run in your Xcode project's root directory for " \ 'instant HTML docs.' spec.homepage = 'http://github.com/realm/jazzy' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables << 'jazzy' spec.add_runtime_dependency 'mustache', '~> 0.99' spec.add_runtime_dependency 'activesupport', '~> 4.1' spec.add_runtime_dependency 'redcarpet', '~> 3.2' spec.add_runtime_dependency 'nokogiri', '~> 1.6' spec.add_development_dependency 'bundler', '~> 1.7' spec.add_development_dependency 'rake', '~> 10.3' end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
jazzy-0.0.12 | jazzy.gemspec |
jazzy-0.0.11 | jazzy.gemspec |
jazzy-0.0.10 | jazzy.gemspec |
jazzy-0.0.9 | jazzy.gemspec |
jazzy-0.0.8 | jazzy.gemspec |
jazzy-0.0.7 | jazzy.gemspec |
jazzy-0.0.6 | jazzy.gemspec |