crystalruby 0.1.12 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crystalruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wouter Coppieters
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-12 00:00:00.000000000 Z
11
+ date: 2024-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: digest
@@ -74,6 +74,7 @@ executables:
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
+ - ".dockerignore"
77
78
  - ".rubocop.yml"
78
79
  - CHANGELOG.md
79
80
  - CODE_OF_CONDUCT.md
@@ -85,8 +86,12 @@ files:
85
86
  - examples/adder/adder.rb
86
87
  - exe/crystalruby
87
88
  - lib/crystalruby.rb
89
+ - lib/crystalruby/adapter.rb
88
90
  - lib/crystalruby/compilation.rb
89
91
  - lib/crystalruby/config.rb
92
+ - lib/crystalruby/function.rb
93
+ - lib/crystalruby/library.rb
94
+ - lib/crystalruby/reactor.rb
90
95
  - lib/crystalruby/template.rb
91
96
  - lib/crystalruby/templates/function.cr
92
97
  - lib/crystalruby/templates/index.cr