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 +8 -8
- data/README.rdoc +1 -1
- data/lib/rseed/helpers.rb +1 -1
- data/lib/rseed/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTJkZmMwNWFlODhmMDczMTIwMjFhZjdlZTBlNmUwMWYzNTQ4ZjY3Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTU0NTViMGZjMTRlZGEzNmVkN2ExNWEyMmY2ZjJjM2JlMDRjOGUzMg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmFkYTg4NjE1ZDc4MTJkNThlNWI3YjdiMmRjY2NkNDZlMzJjODBhNmU0MGZj
|
|
10
|
+
ZDZjODE2OGM5NmYwMzA2Y2E3OWZjNDY1OTExMDFhN2NhZDFmMjYxMDU4Mzc1
|
|
11
|
+
YjRmMTVmN2RiNGNhNGZiNWNjYzY4MjZkYWNhOTNmYTEyYWE0NjA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2014-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorize
|