nilac 0.0.4.0.1 → 0.0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nilac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.0.1
4
+ version: 0.0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-14 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shark
@@ -47,7 +47,6 @@ description: Nilac is the official compiler of Nila language
47
47
  email:
48
48
  - adhithyan15@gmail.com
49
49
  executables:
50
- - .gitignore
51
50
  - nilac
52
51
  extensions: []
53
52
  extra_rdoc_files: []
@@ -57,7 +56,6 @@ files:
57
56
  - LICENSE
58
57
  - README.md
59
58
  - Rakefile
60
- - bin/.gitignore
61
59
  - bin/nilac
62
60
  - lib/nilac.rb
63
61
  - lib/nilac/version.rb
@@ -69,22 +67,28 @@ files:
69
67
  - shark/features/fix_newlines.feature
70
68
  - shark/features/method_multiple_return.feature
71
69
  - shark/features/multiple_variable_initialization.feature
70
+ - shark/features/regular_if.feature
71
+ - shark/features/unless_until.feature
72
72
  - shark/test_files/array_string_indexing.nila
73
73
  - shark/test_files/correct.js
74
74
  - shark/test_files/correct_default_parameters.js
75
75
  - shark/test_files/correct_indexing.js
76
76
  - shark/test_files/correct_initialization.js
77
77
  - shark/test_files/correct_multiple_return.js
78
+ - shark/test_files/correct_regular_if.js
78
79
  - shark/test_files/correct_return.js
79
80
  - shark/test_files/correct_single_return.js
81
+ - shark/test_files/correct_unless_until.js
80
82
  - shark/test_files/default_parameters.nila
81
83
  - shark/test_files/erratic.nila
82
84
  - shark/test_files/multiple_initialization.nila
83
85
  - shark/test_files/multiple_return.nila
84
86
  - shark/test_files/no_return.nila
85
87
  - shark/test_files/perfect.js
88
+ - shark/test_files/regular_if.nila
86
89
  - shark/test_files/simple.nila
87
90
  - shark/test_files/single_return.nila
91
+ - shark/test_files/unless_until.nila
88
92
  - src/nilac.rb
89
93
  homepage: http://adhithyan15.github.com/nila
90
94
  licenses: []
data/bin/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- #Ignoring compiled and source Files
2
- *.exe