dr_light 0.0.1 → 0.0.2

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: dr_light
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DarthJee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-20 00:00:00.000000000 Z
11
+ date: 2019-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -259,8 +259,15 @@ files:
259
259
  - lib/dr_light.rb
260
260
  - lib/dr_light/scientific_number.rb
261
261
  - lib/dr_light/scientific_number/formatter.rb
262
+ - lib/dr_light/scientific_number/normalizer.rb
263
+ - lib/dr_light/utils.rb
262
264
  - lib/dr_light/version.rb
265
+ - spec/integration/yard/dr_light/scientific_number_spec.rb
266
+ - spec/integration/yard/dr_light/utils_spec.rb
267
+ - spec/lib/dr_light/scientific_number/formatter_spec.rb
268
+ - spec/lib/dr_light/scientific_number/normalizer_spec.rb
263
269
  - spec/lib/dr_light/scientific_number_spec.rb
270
+ - spec/lib/dr_light/utils_spec.rb
264
271
  - spec/spec_helper.rb
265
272
  homepage: https://github.com/darthjee/dr_light
266
273
  licenses: []