--- !ruby/object:Gem::Specification
name: nilac
version: !ruby/object:Gem::Version
  version: 0.0.4.3.9
platform: ruby
authors:
- Adhithya Rajasekaran
autorequire: 
bindir: bin
cert_chain: []
date: 2013-10-06 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: shark
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: slop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.0.0.5.4
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.0.0.5.4
description: Nilac is the official compiler of Nila language
email:
- adhithyan15@gmail.com
executables:
- nilac
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- LICENSE
- README.md
- Rakefile
- bin/nilac
- examples/decBin.js
- examples/decBin.nila
- lib/nilac.rb
- lib/nilac/version.rb
- nilac.gemspec
- shark/features/add_auto_return_statement.feature
- shark/features/array_and_string_indexing.feature
- shark/features/barebones_compilation.feature
- shark/features/case_when.feature
- shark/features/default_method_parameters.feature
- shark/features/fix_newlines.feature
- shark/features/hashes.feature
- shark/features/heredoc.feature
- shark/features/if_then_else.feature
- shark/features/loop.feature
- shark/features/method_multiple_return.feature
- shark/features/multiline_array.feature
- shark/features/multiple_variable_initialization.feature
- shark/features/numbers.feature
- shark/features/regular_for.feature
- shark/features/regular_if.feature
- shark/features/regular_while.feature
- shark/features/ruby_methods.feature
- shark/features/ruby_operators.feature
- shark/features/string_interpolation.feature
- shark/features/strings.feature
- shark/features/times.feature
- shark/features/unless_until.feature
- shark/features/whitespace_delimitation.feature
- shark/test_files/array_string_indexing.nila
- shark/test_files/case.nila
- shark/test_files/correct.js
- shark/test_files/correct_case.js
- shark/test_files/correct_default_parameters.js
- shark/test_files/correct_for.js
- shark/test_files/correct_hashes.js
- shark/test_files/correct_heredoc.js
- shark/test_files/correct_if_then_else.js
- shark/test_files/correct_indexing.js
- shark/test_files/correct_initialization.js
- shark/test_files/correct_loop.js
- shark/test_files/correct_multiline_array.js
- shark/test_files/correct_multiple_return.js
- shark/test_files/correct_numbers.js
- shark/test_files/correct_operators.js
- shark/test_files/correct_regular_if.js
- shark/test_files/correct_regular_while.js
- shark/test_files/correct_return.js
- shark/test_files/correct_ruby_methods.js
- shark/test_files/correct_single_return.js
- shark/test_files/correct_string_interpolation.js
- shark/test_files/correct_string_operators.js
- shark/test_files/correct_times.js
- shark/test_files/correct_unless_until.js
- shark/test_files/correct_whitespace_delimiter.js
- shark/test_files/default_parameters.nila
- shark/test_files/erratic.nila
- shark/test_files/hashes.nila
- shark/test_files/heredoc.nila
- shark/test_files/if_then_else.nila
- shark/test_files/loop.nila
- shark/test_files/multiline_array.nila
- shark/test_files/multiple_initialization.nila
- shark/test_files/multiple_return.nila
- shark/test_files/no_return.nila
- shark/test_files/numbers.nila
- shark/test_files/operators.nila
- shark/test_files/perfect.js
- shark/test_files/regular_for.nila
- shark/test_files/regular_if.nila
- shark/test_files/regular_while.nila
- shark/test_files/ruby_methods.nila
- shark/test_files/simple.nila
- shark/test_files/single_return.nila
- shark/test_files/string_interpolation.nila
- shark/test_files/string_operators.nila
- shark/test_files/times.nila
- shark/test_files/unless_until.nila
- shark/test_files/whitespace_delimiter.nila
- src/nilac.rb
homepage: http://adhithyan15.github.com/nila
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.0.6
signing_key: 
specification_version: 4
summary: Nilac compiles Nila files into line for line Javascript.
test_files: []