nilac 0.0.4.3.4 → 0.0.4.3.6

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,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
4
+ version: 0.0.4.3.6
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-08-29 00:00:00.000000000 Z
11
+ date: 2013-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shark
@@ -47,11 +47,24 @@ 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
50
61
  - Gemfile
51
62
  - LICENSE
52
63
  - README.md
53
64
  - Rakefile
54
65
  - bin/nilac
66
+ - examples/decBin.js
67
+ - examples/decBin.nila
55
68
  - lib/nilac.rb
56
69
  - lib/nilac/version.rb
57
70
  - nilac.gemspec
@@ -71,6 +84,7 @@ files:
71
84
  - shark/features/regular_for.feature
72
85
  - shark/features/regular_if.feature
73
86
  - shark/features/regular_while.feature
87
+ - shark/features/ruby_methods.feature
74
88
  - shark/features/ruby_operators.feature
75
89
  - shark/features/string_interpolation.feature
76
90
  - shark/features/strings.feature
@@ -94,6 +108,7 @@ files:
94
108
  - shark/test_files/correct_regular_if.js
95
109
  - shark/test_files/correct_regular_while.js
96
110
  - shark/test_files/correct_return.js
111
+ - shark/test_files/correct_ruby_methods.js
97
112
  - shark/test_files/correct_single_return.js
98
113
  - shark/test_files/correct_string_interpolation.js
99
114
  - shark/test_files/correct_string_operators.js