rseed 1.0.16 → 1.0.17

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Zjg1NmMzYWRkZWYxMzgzMTNkNjE2NWU3ZDk0ZGRlNWFjMDg1YmY5OA==
4
+ ZTJkZmMwNWFlODhmMDczMTIwMjFhZjdlZTBlNmUwMWYzNTQ4ZjY3Mw==
5
5
  data.tar.gz: !binary |-
6
- NjAyZWQ4ODkzYzBjMmQzMWQ4Njk2MDZhNzUwMWEzN2ZlMjUwMTYyNw==
6
+ NTU0NTViMGZjMTRlZGEzNmVkN2ExNWEyMmY2ZjJjM2JlMDRjOGUzMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTdkYTk3ZmU2NTI5MmRlNzY5MTZiYmI2OGQyZDlkMDBhNzEzMjg3NGQwMWFh
10
- MGIyMzlhMjdjZDljYTc4MTFjMDc5NjAyNGM0M2RlMGU0Yjc4NDBjNGVhNDZj
11
- YTIyZDFhMTQ5N2E3Yzg3YzhlODg4YmFmZThhZDRkODc2MzExNmM=
9
+ MmFkYTg4NjE1ZDc4MTJkNThlNWI3YjdiMmRjY2NkNDZlMzJjODBhNmU0MGZj
10
+ ZDZjODE2OGM5NmYwMzA2Y2E3OWZjNDY1OTExMDFhN2NhZDFmMjYxMDU4Mzc1
11
+ YjRmMTVmN2RiNGNhNGZiNWNjYzY4MjZkYWNhOTNmYTEyYWE0NjA=
12
12
  data.tar.gz: !binary |-
13
- MjVlNjQ0MjRhMjJjOTM3NGU4NzAzYjU3MDM2YTg2MjUxYTA1MzhmNWJhZmJm
14
- OWJhZmU5YmYzNzZlMTFhNjkwNmIzNmMzNmFhZmY1ZTYyYjQzM2Q3NzI0Njcy
15
- YWY2ZTBmNzI1ODZiM2MyMzFmNmNkNTNjOWU5OGM2NzQwY2U5YWI=
13
+ ZTY0YWEzNTJmMWZiZmMxZDZlNjgzYWVhYjEyOTRlMTFkMzhkYjk0MWZiZDhk
14
+ MmJkMWRkZmUxOWRiM2RhMGVkYWUwN2MwYTE3MGFiMjVjZjZjZDU5MjlkMjdl
15
+ NTdlZTc3NjIxYjMxOGU5MGVkZDMyYTI0MzIyOGNmMWRkZDg4Njc=
data/README.rdoc CHANGED
@@ -41,7 +41,7 @@ Generator options are as follows:
41
41
  This will set up the converter to do a *first_or_initilize* on the specified attribute instead of a *new*
42
42
 
43
43
  * --minimal
44
- This will cause the generator to create a file with fewer
44
+ This will cause the generator to create a file with fewer comments and without reduntanct definitions in the columns.
45
45
 
46
46
  == The Converter File
47
47
 
data/lib/rseed/helpers.rb CHANGED
@@ -65,7 +65,7 @@ module Rseed
65
65
  end
66
66
 
67
67
  def from_hash hash_or_array, options = {}
68
- p = Processor.new(adapter: :hash, converter: options[:converter])
68
+ p = Processor.new(options.merge(adapter: :hash))
69
69
  return nil unless p
70
70
  p.adapter.data = hash_or_array
71
71
  process_with_status_bar p, title: "Hash"
data/lib/rseed/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rseed
2
- VERSION = "1.0.16"
2
+ VERSION = "1.0.17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rseed
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Monagle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-18 00:00:00.000000000 Z
11
+ date: 2014-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize