importance 0.2.7 → 0.2.8

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: eaa9c663497a1803a8073c007296562b853d4d1e97d6c8d8336210bd719db481
4
- data.tar.gz: 43e5fc5fee72a4c57fbbf5838fdc1c3a83d1628433d5bdde457b01197d52b8ca
3
+ metadata.gz: 86bb3b486666bb086e1a64a43b1d1906d62ac952477f2550e20268e377920749
4
+ data.tar.gz: e5b539125e55a53b2736066f40ad55b970cde3fe964f119726023dd39cef37a5
5
5
  SHA512:
6
- metadata.gz: 212918817607bb11fd2696f49f4997ff30e5ee92cd2f1f36e577b7346357bb8e0aa917f849e62f42898ba53b78aa513d3efbe7ead1c03b250d349467c5b4c0b2
7
- data.tar.gz: e1ae1c63063963932f8ebcf67f263e1755bfbf722c1c399bc8a2d709e6705a6e1eb8f13e455994c72be017a6b2651812f3ffb7c1fffe812c8033a96e15f69aec
6
+ metadata.gz: 1353ec23b44df30105fac3d2259090766c7cecca3e825cf5234c9090988b7dc943180c5b71ceb16e89e47febbd27e4266c0c085c96191b2b7695d9449dafdd99
7
+ data.tar.gz: 466258803ba8d8cb741e738f6e10002c03dd95f6c4543c0a58043a7290152cf18ec115618b5d0ae65ffe7cdeb097d0490f64ad973ab9f3dd1f724481634853a4
@@ -74,6 +74,10 @@ module Importance
74
74
  @worksheet.count - 1
75
75
  end
76
76
 
77
+ def importer_attributes
78
+ @attributes
79
+ end
80
+
77
81
  # Yields each processed row (a hash of attribute => value) to the given block.
78
82
  # Skips empty rows (all values nil or empty).
79
83
  def each_processed_row(path, mappings)
@@ -1,3 +1,3 @@
1
1
  module Importance
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: importance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas_Skywalker