kapusta 0.1.3 → 0.1.5

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: kapusta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgenii Morozov
@@ -22,6 +22,7 @@ files:
22
22
  - Gemfile
23
23
  - README.md
24
24
  - Rakefile
25
+ - bin/compile-examples
25
26
  - bin/console
26
27
  - bin/setup
27
28
  - examples/accumulator.kap
@@ -33,6 +34,7 @@ files:
33
34
  - examples/block-sort.kap
34
35
  - examples/blocks-and-kwargs.kap
35
36
  - examples/calc.kap
37
+ - examples/contains-duplicate.kap
36
38
  - examples/counter.kap
37
39
  - examples/describe.kap
38
40
  - examples/destructure.kap
@@ -94,6 +96,7 @@ files:
94
96
  - lib/kapusta/compiler/normalizer.rb
95
97
  - lib/kapusta/compiler/runtime.rb
96
98
  - lib/kapusta/env.rb
99
+ - lib/kapusta/error.rb
97
100
  - lib/kapusta/formatter.rb
98
101
  - lib/kapusta/reader.rb
99
102
  - lib/kapusta/support.rb