planilha 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/lib/planilha.rb +2 -2
- metadata +5 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ab81521f68038310d95b1146858bf0304656ea7a48fba50c4ce5ef14bf7e0f7
|
4
|
+
data.tar.gz: 8ee448516072014df124fe4b95dfec2a090ab0815a8077401fcd62687759b0b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 464c64dc297db3b87458c4a62422a3b37b9bcd75d5ebb9a78526f9b9d8c96e3d88b63cd308ae6ffea3b1fd433d345eb51e6b476109a17f81f5fdb4135267acee
|
7
|
+
data.tar.gz: 3b7cd03f757f7d8caa0ca87362ae98d5e5253fec72fbbf791d244afbb38a0760f2d72fb7fcd552d507df251b0ac2aa86ffe630f4bc6f95294c951b327453610b
|
data/lib/planilha.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: planilha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felipe Mesquita
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: roo
|
@@ -24,21 +23,8 @@ dependencies:
|
|
24
23
|
- - ">="
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: '0'
|
27
|
-
|
28
|
-
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '5.0'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '5.0'
|
41
|
-
description: Parses xlsx files and returns a hash with the data
|
26
|
+
description: 'Turns `Roo::Excelx.new(file).sheet(0).parse(headers: true, clean: true)[1..]`
|
27
|
+
into `Planilha.read(file)`'
|
42
28
|
email: felipemesquita@hey.com
|
43
29
|
executables: []
|
44
30
|
extensions: []
|
@@ -50,7 +36,6 @@ licenses:
|
|
50
36
|
- MIT
|
51
37
|
metadata:
|
52
38
|
source_code_uri: https://github.com/felipedmesquita/planilha
|
53
|
-
post_install_message:
|
54
39
|
rdoc_options: []
|
55
40
|
require_paths:
|
56
41
|
- lib
|
@@ -65,8 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
50
|
- !ruby/object:Gem::Version
|
66
51
|
version: '0'
|
67
52
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
69
|
-
signing_key:
|
53
|
+
rubygems_version: 3.6.9
|
70
54
|
specification_version: 4
|
71
55
|
summary: xlsx parsing with no configuration
|
72
56
|
test_files: []
|