nilac 0.0.4.3.7 → 0.0.4.3.8
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.
- checksums.yaml +4 -4
- data/bin/nilac +227 -6
- data/lib/nilac/version.rb +1 -1
- data/shark/features/case_when.feature +11 -0
- data/shark/test_files/case.nila +23 -0
- data/shark/test_files/correct_case.js +35 -0
- data/src/nilac.rb +227 -6
- metadata +5 -13
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/encodings.xml +0 -5
- data/.idea/libraries/Generated_files.xml +0 -13
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/nila.iml +0 -21
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -7
- data/.idea/watcherTasks.xml +0 -26
- data/.idea/workspace.xml +0 -495
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nilac
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.4.3.
|
4
|
+
version: 0.0.4.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adhithya Rajasekaran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: shark
|
@@ -47,17 +47,6 @@ extensions: []
|
|
47
47
|
extra_rdoc_files: []
|
48
48
|
files:
|
49
49
|
- .gitignore
|
50
|
-
- .idea/.name
|
51
|
-
- .idea/.rakeTasks
|
52
|
-
- .idea/encodings.xml
|
53
|
-
- .idea/libraries/Generated_files.xml
|
54
|
-
- .idea/misc.xml
|
55
|
-
- .idea/modules.xml
|
56
|
-
- .idea/nila.iml
|
57
|
-
- .idea/scopes/scope_settings.xml
|
58
|
-
- .idea/vcs.xml
|
59
|
-
- .idea/watcherTasks.xml
|
60
|
-
- .idea/workspace.xml
|
61
50
|
- Gemfile
|
62
51
|
- LICENSE
|
63
52
|
- README.md
|
@@ -71,6 +60,7 @@ files:
|
|
71
60
|
- shark/features/add_auto_return_statement.feature
|
72
61
|
- shark/features/array_and_string_indexing.feature
|
73
62
|
- shark/features/barebones_compilation.feature
|
63
|
+
- shark/features/case_when.feature
|
74
64
|
- shark/features/default_method_parameters.feature
|
75
65
|
- shark/features/fix_newlines.feature
|
76
66
|
- shark/features/hashes.feature
|
@@ -92,7 +82,9 @@ files:
|
|
92
82
|
- shark/features/unless_until.feature
|
93
83
|
- shark/features/whitespace_delimitation.feature
|
94
84
|
- shark/test_files/array_string_indexing.nila
|
85
|
+
- shark/test_files/case.nila
|
95
86
|
- shark/test_files/correct.js
|
87
|
+
- shark/test_files/correct_case.js
|
96
88
|
- shark/test_files/correct_default_parameters.js
|
97
89
|
- shark/test_files/correct_for.js
|
98
90
|
- shark/test_files/correct_hashes.js
|
data/.idea/.name
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
nila
|
data/.idea/.rakeTasks
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
-
You are allowed to:
|
4
|
-
1. Remove rake task
|
5
|
-
2. Add existing rake tasks
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build nilac-0.0.4.3.3.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install nilac-0.0.4.3.3.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.4.3.3 and build and push nilac-0.0.4.3.3.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
<component name="libraryTable">
|
2
|
-
<library name="Generated files" type="javaScript">
|
3
|
-
<properties>
|
4
|
-
<sourceFilesUrls>
|
5
|
-
<item url="file://$PROJECT_DIR$/examples/r.js" />
|
6
|
-
</sourceFilesUrls>
|
7
|
-
</properties>
|
8
|
-
<CLASSES>
|
9
|
-
<root url="file://$PROJECT_DIR$/examples/r.js" />
|
10
|
-
</CLASSES>
|
11
|
-
<SOURCES />
|
12
|
-
</library>
|
13
|
-
</component>
|
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
data/.idea/nila.iml
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="gem" name="Gem">
|
5
|
-
<configuration>
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
-
</configuration>
|
10
|
-
</facet>
|
11
|
-
</component>
|
12
|
-
<component name="NewModuleRootManager">
|
13
|
-
<content url="file://$MODULE_DIR$" />
|
14
|
-
<orderEntry type="inheritedJdk" />
|
15
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-2.0.0-p247) [gem]" level="application" />
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="shark (v0.0.0.5.2, RVM: ruby-2.0.0-p247) [gem]" level="application" />
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="slop (v3.4.6, RVM: ruby-2.0.0-p247) [gem]" level="application" />
|
19
|
-
</component>
|
20
|
-
</module>
|
21
|
-
|
data/.idea/vcs.xml
DELETED
data/.idea/watcherTasks.xml
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectTasksOptions">
|
4
|
-
<TaskOptions isEnabled="false">
|
5
|
-
<option name="arguments" value="-c $FileName$" />
|
6
|
-
<option name="checkSyntaxErrors" value="true" />
|
7
|
-
<option name="description" value="Compile .nila files into .js files" />
|
8
|
-
<option name="exitCodeBehavior" value="ERROR" />
|
9
|
-
<option name="fileExtension" value="Nila" />
|
10
|
-
<option name="immediateSync" value="true" />
|
11
|
-
<option name="name" value="Nila" />
|
12
|
-
<option name="output" value="$FileNameWithoutExtension$.js" />
|
13
|
-
<option name="outputFilters">
|
14
|
-
<array />
|
15
|
-
</option>
|
16
|
-
<option name="outputFromStdout" value="false" />
|
17
|
-
<option name="passParentEnvs" value="true" />
|
18
|
-
<option name="program" value="$USER_HOME$/.rvm/gems/ruby-2.0.0-p247/gems/nilac-0.0.4.3.3/src/nilac.rb" />
|
19
|
-
<option name="scopeName" value="Project Files" />
|
20
|
-
<option name="trackOnlyRoot" value="false" />
|
21
|
-
<option name="workingDir" value="$FileDir$" />
|
22
|
-
<envs />
|
23
|
-
</TaskOptions>
|
24
|
-
</component>
|
25
|
-
</project>
|
26
|
-
|