export_to 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6457e74385201c5b900c9ccd219348ae675853f6
4
- data.tar.gz: b9595214bc9ad0228fbc90830130b80c050e2496
3
+ metadata.gz: f4098b954073cb9a6cb6265f1587f82457bd7221
4
+ data.tar.gz: 584865393b553f491f0cdb101a79d18e0fcf0b11
5
5
  SHA512:
6
- metadata.gz: 832043736ed5cb9f89b45fac1e2b2a768ca80cabc716c5b1e9b8c6797b7e2066fc5697253eb71d4d5b91b957f091bbe55c4c2ef7fcfd68bb932677522d5ac531
7
- data.tar.gz: 4d74f611a3f2b8962d8ae9f4c00ebc360b7eb99b1a07dc1c2e4678c32b140e47b347b3dbfb258f7e1d35cf776442e4c5ca86cac72f9d6688a33a79f634c3cb02
6
+ metadata.gz: 98dc7b5b192968eaa2d96cb1ee0e451fa07cdba1909e76ed47bcd376905d42fd61c969b2568f1432f17d891017961814eb7e5634b40b116b532227e02fb96189
7
+ data.tar.gz: a7da9e422c6d6a41ccc083a85b8658f32cda1a44ae52701c9ed984d4f5f02c1672798617bc40dd2d47a8755ba5f814b25f83af36c5cc6fab10941b0d9f181ced
data/README.md CHANGED
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/export_to.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/superlanding/export_to.
36
36
 
37
37
  ## License
38
38
 
@@ -17,7 +17,7 @@ module ExportTo
17
17
  attr_accessor :object
18
18
 
19
19
  def to_csv
20
- CSV.generate do |csv|
20
+ CSV.generate(force_quotes: true) do |csv|
21
21
  rows! do |columns, model, x|
22
22
  csv << columns
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module ExportTo
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: export_to
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - eddie
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-05 00:00:00.000000000 Z
11
+ date: 2019-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler