Sha256: f5b15a3b4f96df4532d026f216b0715ffa7aaa5bedb0aa1c0b22f02c15b29e72
Contents?: true
Size: 930 Bytes
Versions: 1
Compression:
Stored size: 930 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "tonic/version" Gem::Specification.new do |s| s.name = "tonic" s.version = Tonic::VERSION s.platform = Gem::Platform::RUBY s.authors = ['gazay'] s.email = ['alex.gaziev@gmail.com'] s.homepage = "https://github.com/gazay/tonic" s.summary = %q{Create github pages easy with Sass, Haml/Slim, Coffee.} s.description = %q{You don't need to write your github pages in html and css anymore - now it's simple to use your favorite technologies with tonic!} s.rubyforge_project = "tonic" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib", "bin"] s.add_development_dependency "rspec" s.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tonic-0.0.2 | tonic.gemspec |