code-ruby 1.5.6 → 1.6.0

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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-07 00:00:00.000000000 Z
10
+ date: 2025-06-21 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -223,6 +223,7 @@ files:
223
223
  - bin/rubocop
224
224
  - bin/test
225
225
  - code-ruby.gemspec
226
+ - docs/precedence.txt
226
227
  - lib/code-ruby.rb
227
228
  - lib/code.rb
228
229
  - lib/code/concerns.rb
@@ -275,6 +276,7 @@ files:
275
276
  - lib/code/object/json.rb
276
277
  - lib/code/object/list.rb
277
278
  - lib/code/object/nothing.rb
279
+ - lib/code/object/number.rb
278
280
  - lib/code/object/parameter.rb
279
281
  - lib/code/object/range.rb
280
282
  - lib/code/object/smtp.rb