colonization 0.3.1 → 0.3.2

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: 8568fe85422ca7740126206b7df754c16391c5cb
4
- data.tar.gz: f89833d1ca93b44256b46bd3e4e0343dcdd354c0
3
+ metadata.gz: 714467c64b4b0faff399afd1299551c801cdee66
4
+ data.tar.gz: 08292d778ac84e466d93be3f9a4a5d8598c91d47
5
5
  SHA512:
6
- metadata.gz: 66e0cd1d5896ca41c8e4c300db442cb2c2ed45c8a259af87ed238c409230acd946e81940d38349ac008ffbe7db79e745b8f6d657539f3644a93cdb5e2418add2
7
- data.tar.gz: 0805aa28b92176fc9ef77cc9a9d1579a7b72d7eddbca410aa5a3c3717ad88200c59c35a12c58fe87f5025916e50dfc81608c6ccf704339c8bcd481789afdbb38
6
+ metadata.gz: 8c49b6dfaeab5a06282b4275562afd7ec0c7d8a6e9a7b9d04e131b24713e7dad3c02a4b4371a2d84eb9c8ed38f11e0f97ac876c5b6fb52050142d7f6d7b41da6
7
+ data.tar.gz: 6036cc75b861f309fef8c312ee4f60ac92241c09847be606c73fa43dfce45771b4bef031cedc544305e1b24147fcde89fcc75a2dbec6b69a41344cb4ed3e2429
data/README.md CHANGED
@@ -34,10 +34,6 @@ Add colonization.rb file to your initializers:
34
34
  ```ruby
35
35
  Colonization.configure do |config|
36
36
  config.something = :something
37
- config.seed_type = :default
38
- config.seed_index = 4
39
- config.count_of_instances_to_seed = 10
40
- config.clear_table = true
41
37
  end
42
38
  ```
43
39
 
@@ -1,3 +1,3 @@
1
1
  module Colonization
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colonization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denys Dvoriashyn