Sha256: 19e46ebb284de7eef7891fa86b40a13e19da7af9b756a183945279c241368f33

Contents?: true

Size: 764 Bytes

Versions: 7

Compression:

Stored size: 764 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/nilac/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Adhithya Rajasekaran"]
  gem.email         = ["adhithyan15@gmail.com"]
  gem.description   = %q{Nilac is the official compiler of Nila language}
  gem.summary       = %q{Nilac compiles Nila files into line for line Javascript.}
  gem.homepage      = "http://adhithyan15.github.com/nila"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "nilac"
  gem.require_paths = ["lib"]
  gem.version       = Nilac::VERSION
  gem.add_dependency("shark","~> 0.0.0.5.4")
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 nilac.gemspec
nilac-0.0.4.3.9.7.1 nilac.gemspec
nilac-0.0.4.3.9.7 nilac.gemspec
nilac-0.0.4.3.9.6 nilac.gemspec
nilac-0.0.4.3.9.5 nilac.gemspec
nilac-0.0.4.3.9.4 nilac.gemspec
nilac-0.0.4.3.9.3 nilac.gemspec