lite-ruby 1.0.29 → 1.1.2

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.
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Ruby
5
5
 
6
- VERSION ||= '1.0.29'
6
+ VERSION ||= '1.1.2'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.29
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2020-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -178,6 +178,12 @@ files:
178
178
  - lib/lite/ruby/object.rb
179
179
  - lib/lite/ruby/open_struct.rb
180
180
  - lib/lite/ruby/range.rb
181
+ - lib/lite/ruby/safe/array.rb
182
+ - lib/lite/ruby/safe/enumerable.rb
183
+ - lib/lite/ruby/safe/hash.rb
184
+ - lib/lite/ruby/safe/object.rb
185
+ - lib/lite/ruby/safe/range.rb
186
+ - lib/lite/ruby/safe/string.rb
181
187
  - lib/lite/ruby/string.rb
182
188
  - lib/lite/ruby/struct.rb
183
189
  - lib/lite/ruby/time.rb