Sha256: b953efa111dc799add6c9f8b40afa2cb312ac6aabd672b071de52fa14ab71879

Contents?: true

Size: 919 Bytes

Versions: 1

Compression:

Stored size: 919 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_dependency "github"

  s.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tonic-0.0.1 tonic.gemspec