italian-ruby 1.5.16 → 1.6.1

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.
@@ -91,7 +91,7 @@ class Array
91
91
  # la lista originale.
92
92
  def simbolizza!
93
93
  self.map! do |element|
94
- if element.is_a? Hash
94
+ if element.is_a? Hash or element.is_a? Array
95
95
  element.simbolizza!
96
96
  else
97
97
  element
@@ -105,7 +105,7 @@ class Array
105
105
  # una nuova lista.
106
106
  def simbolizza
107
107
  self.map do |element|
108
- if element.is_a? Hash
108
+ if element.is_a? Hash or element.is_a? Array
109
109
  element.simbolizza
110
110
  else
111
111
  element
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.5.16"
3
+ VERSIONE = "1.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: italian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.16
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2023-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -73,6 +73,10 @@ files:
73
73
  - bin/italian-ruby
74
74
  - dev/vim/ftdetect/ir.vim
75
75
  - dev/vim/syntax/ir.vim
76
+ - dev/vscode/francy.italian-ruby-0.0.2/icons/italianruby.svg
77
+ - dev/vscode/francy.italian-ruby-0.0.2/language-configuration.json
78
+ - dev/vscode/francy.italian-ruby-0.0.2/package.json
79
+ - dev/vscode/francy.italian-ruby-0.0.2/syntaxes/italianruby.tmGrammar.json
76
80
  - dev/vscode/italianruby.tmGrammar.json
77
81
  - docker-compose.yml
78
82
  - install.rb
@@ -166,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
170
  - !ruby/object:Gem::Version
167
171
  version: '0'
168
172
  requirements: []
169
- rubygems_version: 3.2.33
173
+ rubygems_version: 3.2.3
170
174
  signing_key:
171
175
  specification_version: 4
172
176
  summary: Program in Ruby writing in Italian.