gunwale 0.5.0 → 0.5.1

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
  SHA256:
3
- metadata.gz: 83044c55ce9d087739769f71c931c017cacd6d99b41bf60ee55015702c9204bb
4
- data.tar.gz: aef66c8ba50fe24a8cf184d5c2d08a58e2d42af39f287aa3ca88c049316f55ca
3
+ metadata.gz: '0805edf13f730bc5c90b4f2891c89db8852a7746a874862ade9f14831a58a030'
4
+ data.tar.gz: 95ba0799879cae2c88013d917aa94c9eb4030886e8b90bd30ba5ed125f94b539
5
5
  SHA512:
6
- metadata.gz: 9e091778396ddb89c50142472c4aa2b4bbfb0a81158f76db13b2a57ab30e4cc930279e7b8806c63f0b8e434ab6d5356a1994e0bb136e9b734332f95e31b26085
7
- data.tar.gz: 7a223936945200c527840a0f472d23364360da51bbcf69fac890f1a49f733ecb6b38447498c8f99bc7f07a8ac0f9ec00dab7f73b9df7693eadc9d8ac1a060821
6
+ metadata.gz: 6574278043efb1d8e73822edc7ef4fba394fcdc8e5508804ff901a29a3547afd8481a03e2120b4c552df16c0958bbbaf9fd9af610345499fb52f1f981d21ddfe
7
+ data.tar.gz: 6b45194df6a3ba93d3f6b52e5984765e7828ba93028bb7834f41c6dc40c7d236db756c9f6915a018784e5214113656bf4786fd692d0109412e59acfc66bd02b3
data/README.md CHANGED
@@ -1,8 +1,10 @@
1
- # RowBoat
1
+ # Gunwale
2
2
 
3
- Created by &nbsp;&nbsp;&nbsp; [<img src="https://raw.githubusercontent.com/devmynd/row_boat/master/devmynd-logo.png" alt="DevMynd Logo" />](https://www.devmynd.com/)
3
+ > [!IMPORTANT]
4
+ > Gunwale is Packfiles' fork of the [row_boat](https://github.com/madeintandem/row_boat) gem, which is no longer maintained by the original author.
4
5
 
5
- [![Gem Version](https://badge.fury.io/rb/row_boat.svg)](http://badge.fury.io/rb/row_boat) &nbsp;&nbsp;&nbsp;[![Build Status](https://travis-ci.org/devmynd/row_boat.svg?branch=master)](https://travis-ci.org/devmynd/row_boat)
6
+
7
+ [![Gem Version](https://badge.fury.io/rb/gunwale.svg)](http://badge.fury.io/rb/gunwale)
6
8
 
7
9
  A simple gem to help you import CSVs into your ActiveRecord models.
8
10
 
@@ -23,7 +25,7 @@ It uses [SmarterCSV](https://github.com/tilo/smarter_csv) and [`activerecord-imp
23
25
  Add this line to your application's Gemfile:
24
26
 
25
27
  ```ruby
26
- gem "row_boat", "~> 0.4"
28
+ gem "gunwale", "~> 0.5.0", require: "row_boat"
27
29
  ```
28
30
 
29
31
  And then execute:
@@ -94,7 +96,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
94
96
 
95
97
  ## Contributing
96
98
 
97
- Bug reports and pull requests are welcome on GitHub at https://github.com/devmynd/row_boat. 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.
99
+ Bug reports and pull requests are welcome on GitHub at https://github.com/packfiles/gunwale. 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.
98
100
 
99
101
  ## License
100
102
 
@@ -36,6 +36,7 @@ module RowBoat
36
36
  batch_size
37
37
  ignore
38
38
  on_duplicate_key_ignore
39
+ on_duplicate_key_update
39
40
  recursive
40
41
  synchronize
41
42
  timestamps
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RowBoat
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gunwale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlton Trezevant
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-13 00:00:00.000000000 Z
11
+ date: 2024-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord