pal_tool 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +1 -0
  4. data/lib/pal/version.rb +1 -1
  5. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5f67faa3445eeb19902f29060727941545cd135f8ba3f63a743880c5ab4bbe8
4
- data.tar.gz: b8637e50cea0501daf9bb845341e8f1b2cc3e84e2e45cef8fec1a1a326ce4423
3
+ metadata.gz: ff86a23235ddd138fd7e140ba0751f553d30961ac2e00938bde4e274064c74f9
4
+ data.tar.gz: b775fab815fbe7931021dd8aafa29a90540d7f3192ab73f54fc8a43ccf0e67ec
5
5
  SHA512:
6
- metadata.gz: 8c1dea3e1bacb580495000ed681d1d4e7a1f080dd6f5d4734bfeadba7c7bd6229b7a11fc0a1401b03a5703321a016f1a370c62e507911b5f48715339899ed383
7
- data.tar.gz: 3c84a52fd6e66aa093d36b6fa8b5799468ef8a1292b9bb50dfe51c057b2ba57bf0ae4c303e8bb33b9b56c0a6b7107f2f5268e7b18547674579aad162ee91b2c1
6
+ metadata.gz: ab9e189989f35d9ea3e4711d0dd646f519b10a1df2fb4952474ac3b626e07452f7e4a28c70bd1a4224c6b93c90ccdb99b9a8e7cefd562af6fe66832aca878116
7
+ data.tar.gz: a631ea47efd5b9a58506d1440c1e261b8083949366a81202e49b23f16be4a02cf0f5b611466b4ce2324efe5abb99ea4713d5a720ad4b28bdc9d96829aa952912
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pal_tool (0.2.1)
4
+ pal_tool (0.2.2)
5
5
  rcsv
6
6
  terminal-table
7
7
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Pal
2
2
 
3
3
  ![run tests](https://github.com/williamthom-as/pal/actions/workflows/rspec.yml/badge.svg)
4
+ [![Gem Version](https://badge.fury.io/rb/pal_tool.svg)](https://badge.fury.io/rb/pal_tool)
4
5
 
5
6
  Pal is a tool for automating simple tabular data analysis. It provides just enough features to be useful.
6
7
  It has been primarily designed to assist with cloud billing reports, but can work generically across any tabular CSV file.
data/lib/pal/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pal
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pal_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - william
@@ -52,8 +52,9 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Parse and extract information from AWS billing files with an easy templating
56
- system.
55
+ description: Pal is a tool for automating simple tabular data analysis. It provides
56
+ just enough features to be useful. It has been primarily designed to assist with
57
+ cloud billing reports, but can work generically across any tabular CSV file.
57
58
  email:
58
59
  - me@williamthom.as
59
60
  executables:
@@ -131,6 +132,6 @@ requirements: []
131
132
  rubygems_version: 3.2.22
132
133
  signing_key:
133
134
  specification_version: 4
134
- summary: Parse and extract information from AWS billing files with an easy templating
135
- system.
135
+ summary: Using declarative template files that can be shared/edited/versioned, Pal
136
+ enables efficient, repeatable querying of tabular data.
136
137
  test_files: []