csv_party 0.0.1.pre9 → 1.0.0.rc4

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.
@@ -0,0 +1,6 @@
1
+ require 'csv_party'
2
+
3
+ module CSVParty
4
+ # Add an instance level attribute for passing results back to tests
5
+ attr_accessor :result
6
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csv_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre9
4
+ version: 1.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rico Jones
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-03 00:00:00.000000000 Z
11
+ date: 2017-06-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A gem for making CSV imports a little more fun.
14
14
  email: rico@toasterlovin.com
@@ -16,7 +16,18 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - LICENSE.md
20
+ - README.md
21
+ - ROADMAP.md
19
22
  - lib/csv_party.rb
23
+ - lib/csv_party/configuration.rb
24
+ - lib/csv_party/data_preparer.rb
25
+ - lib/csv_party/dsl.rb
26
+ - lib/csv_party/errors.rb
27
+ - lib/csv_party/parsers.rb
28
+ - lib/csv_party/row.rb
29
+ - lib/csv_party/runner.rb
30
+ - lib/csv_party/testing.rb
20
31
  homepage: https://github.com/toasterlovin/csv_party
21
32
  licenses:
22
33
  - MIT
@@ -37,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
37
48
  version: 1.3.1
38
49
  requirements: []
39
50
  rubyforge_project:
40
- rubygems_version: 2.5.1
51
+ rubygems_version: 2.6.11
41
52
  signing_key:
42
53
  specification_version: 4
43
54
  summary: CSV Party