importeer_plan 0.0.7 → 0.1.0

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
  SHA1:
3
- metadata.gz: 592d3c98de9ff2617caa9de9487b526690ab19d9
4
- data.tar.gz: 97423210c1df02d17a12335fe3bff6ae7bc4bc3b
3
+ metadata.gz: 79ce0a1b7123048d843c95db51825345149ea6e9
4
+ data.tar.gz: c59c7770eace830abcc8a437fc4cf6d447d9ad31
5
5
  SHA512:
6
- metadata.gz: b49214a5b03ccf887f9fce755b7cc669ef629a42e3df66ba4f4b603976d8c15dd0f9af6f9040aaadb5941e749f393367f5a1851b2fd115c1d45eb8557050b066
7
- data.tar.gz: fb705b17864cafffa356c4d4bf19e76772d8635a9b5803301358fbebd688395346bd9f2195ea43a640f103ee8d4d827b5b60b5a9fbeed16259fa00fa8d284ba0
6
+ metadata.gz: f76e8c149c27688780be62d21e3cd08e2851abf7122b36d290342fbd334d5a7cf8571f71aad9027dbc1fd6d7da7068b503fc8134fe1a3bafd99cb360b2853218
7
+ data.tar.gz: 07a71f2ba712f1616584ac8d9f0fc05b272a4449b76791e2e56d8bb76509f33ba7fb15e8ee595fd08e0d9cfab265b72af3afd55eccba65685787220eb3c0f734
data/changelog.md CHANGED
@@ -1,3 +1,12 @@
1
+ ###### 0.1.0
2
+ version bump
3
+
4
+ ###### 0.0.8
5
+ path Rails.root.join instead of absolute
6
+
7
+ ###### 0.0.7
8
+ inherit from ImporteerPlan::MyXls instead of ImporteerPlan::Importeer
9
+
1
10
  ###### 0.0.6
2
11
  nothing happened
3
12
 
@@ -11,7 +11,7 @@ module ImporteerPlan
11
11
 
12
12
  def initialize(name, size_batch = 1000)
13
13
  @name = name
14
- @path = File.absolute_path( Importeer.dir.join( @name ) )
14
+ @path = Importeer.dir.join( @name )
15
15
  @size_batch = size_batch#||1000
16
16
  end
17
17
 
@@ -1,3 +1,3 @@
1
1
  module ImporteerPlan
2
- VERSION = "0.0.7"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: importeer_plan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rolf