twineCSV 1.1.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/twineCSV/version.rb +1 -1
  4. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 648f2661b1037005868dfacdb2935d6b90f2c965
4
- data.tar.gz: 9930d4500cb50651df57fd03e4f6995896187c03
3
+ metadata.gz: bcd1b9380132a66d46d5a200ad0b1f8bfd9fe7fb
4
+ data.tar.gz: 35be16607f0c77f2ef20b414c9ed18653c8750cc
5
5
  SHA512:
6
- metadata.gz: 2688ccc59362f51fdb4233d52c1a08e142ca7e436a34f6c2c199a9e95092cc3ca046726f99061710cff51d3e350d7bd971efce9663972532f55583e85a273a94
7
- data.tar.gz: f1900f04b94c9b67428df7e71adc8e0f52efd320dd283c898c74a13ca32fb9c22d98830a189d596c81bcf78771442e75925dd7cfa1274dc954c2913569b447b7
6
+ metadata.gz: 47ed9bd18ffc6f1dfea93265513394d467828f778c856199f3e19dda7469ad4e511fc130af7fad4ea5872088290c2b1af312535879ccae573b8b0e3730318f51
7
+ data.tar.gz: d268bcb86f01c953600fc0b536b6a177e22d0db68d073dc0ef1cd2a4859b623945c43d46582ca58b18317a2027b66cf2a89d7c43df2414d12ad9c14b75186b04
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # TwineCSV
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/twineCSV.svg)](https://badge.fury.io/rb/twineCSV)
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
@@ -66,7 +68,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
66
68
 
67
69
  ## Contributing
68
70
 
69
- Bug reports and pull requests are welcome on GitHub at https://github.com/dasheck0/twineCSV. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
71
+ Bug reports and pull requests are welcome on GitHub at https://github.com/appcom-interactive/twineCSV. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
70
72
 
71
73
 
72
74
  ## License
@@ -1,3 +1,3 @@
1
1
  module TwineCSV
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twineCSV
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Neidig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-29 00:00:00.000000000 Z
11
+ date: 2019-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rubyXL
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: bundler
29
43
  requirement: !ruby/object:Gem::Requirement