podpisy 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22199c08586f0ff00fe3f13781bf50a1a7841cc6
4
- data.tar.gz: 38ab44c988a6c804a9ddd3de6e1088ad15874782
3
+ metadata.gz: 67effebb85518610973cdf0f4f0bff0f86da8f14
4
+ data.tar.gz: 06a5e6057ad49a986e113511b084abf7b81d89ff
5
5
  SHA512:
6
- metadata.gz: 270ca0731da5b2ba150d9014eb743173d34cc051ea866ba649880afc079df6f0f520c064cefd7928b06118ff32843754f1ab2a9b266e3891e5408b33af933463
7
- data.tar.gz: 83ee9f8ae471713e0494b00cc83b66eec7a9efcff1bc01ce2585fff13730079e17fb6cb875227c4cdb460c05793150269ff1741851a19bf9c74e5de456de28df
6
+ metadata.gz: 6eead60551550f32b385986c106524bdc9e8e8979faac679473e0ab592b6f97a8da9b014a6c1df6243549afdaf81f83ff9047b643b6e424b4daa96e7c4842f79
7
+ data.tar.gz: d7baa7d592e9cfda9e0a2b2517e29f97365cfd8a0249f2a905bacd83922b94a5dc6b04d8e696681d1fda8ca45eb4799f981608264952c0b225db6cace72fd3b1
@@ -1,3 +1,3 @@
1
1
  module Podpisy
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podpisy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Koziej
@@ -77,9 +77,7 @@ description: This command is a usefull tool for manipulating CSV files with sign
77
77
  email:
78
78
  - marcin@akcjademokracja.pl
79
79
  executables:
80
- - console
81
80
  - podpisy
82
- - setup
83
81
  extensions: []
84
82
  extra_rdoc_files: []
85
83
  files:
@@ -92,9 +90,7 @@ files:
92
90
  - LICENSE.txt
93
91
  - README.md
94
92
  - Rakefile
95
- - bin/console
96
93
  - bin/podpisy
97
- - bin/setup
98
94
  - lib/podpisy.rb
99
95
  - lib/podpisy/cli.rb
100
96
  - lib/podpisy/kody.csv
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "podpisy"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here