cli_csv 0.0.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.
- checksums.yaml +7 -0
- data/lib/cli_csv.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 79bbc6461f6eac1d9577c180186fdaedfb2fa172
|
4
|
+
data.tar.gz: 898a4fb48897ccf8bab412da7faea11be5d7a1c6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 95e37959c0c19fd000a1b95380ef4234e385e31fba086e95354402935337e28260b801904f2163a3f97bf689f99011a286ca33f9df9b7ead024c995b7628632c
|
7
|
+
data.tar.gz: 1a75adc6ced6398b5c2d8eecf8de3e03f8a121c2c84c0b31977c65ddcdf669d9e6a1083bd90cdb9d231a08c2bbf9a06f7c51af74b11563a0d27d151a627e11ae
|
data/lib/cli_csv.rb
ADDED
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: cli_csv
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Sam Schirmer
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-03-30 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Contains helper functions to manipulate and clean CSV files via command
|
14
|
+
line interface
|
15
|
+
email: samschirmer@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/cli_csv.rb
|
21
|
+
homepage: http://rubygems.org/gems/cli_csv
|
22
|
+
licenses:
|
23
|
+
- GPL-3.0
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.5.1
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: CLI CSV Manipulation Suite
|
45
|
+
test_files: []
|