base_indexer 0.3 → 0.3.1

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: 23a845f6565d0ab1da5a21c86ffa12cfd324e4de
4
- data.tar.gz: c6f6f8214c8d68b5b7061acf51ab0dabf4d92ef3
3
+ metadata.gz: bc2b857a204cdb42d04c834c080dc52e3aea19f4
4
+ data.tar.gz: a57b3855269a109320beeacec4c72e82444a6635
5
5
  SHA512:
6
- metadata.gz: a7c110bcda4514eb2a20006f7dc76ce1221efe6bab27e4aceb5bdb0ad74d6d66c7a8356d9c91e64a36b61f2e19c6f4e735530a3a5c3682d231c1d4a223c21aee
7
- data.tar.gz: 2bba39fd14030d0dce955edbd1db1ffb975c7bdeeaf4544e94001b23e4dfcc07f1d974337d889bf66d9ad9ed8f76ebadc341a119a4bedb0e051cdac06b5edbee
6
+ metadata.gz: c42ddb24d31a70b1542720fd870810ab52ab9f103310d263fa1fe58869020849fd120c85d893b3465cbcc1b992721f098d5fa22abd94df0e3b58d5ec162b1776
7
+ data.tar.gz: a4b73649485f2ac01bea5e7136a83b0465250e886ff38dd2c70136572eeeda6124d0d1a91145ba4516a14f6443b2d1dda11f5a5677cffd471cf27dfeff0d9fdb
@@ -10,13 +10,13 @@ module BaseIndexer
10
10
  config.generators do |g|
11
11
  g.test_framework :rspec
12
12
  end
13
-
13
+ config.app_version = "0.0"
14
+ config.app_name = "[You have to override this name in your app]"
15
+
14
16
  config.after_initialize do
15
17
 
16
18
  # Reads the SOLR configuration fiel
17
19
  BaseIndexer.solr_configuration_class_name.constantize.instance.read(Rails.configuration.solr_config_file_path ||= 'test')
18
- config.app_version = "0.0"
19
- config.app_name = "[You have to override this name in your app]"
20
20
 
21
21
 
22
22
  # Initializes the DiscoveryIndexer log with Rails logger, so all the messages will go to
@@ -1,3 +1,3 @@
1
1
  module BaseIndexer
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: base_indexer
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Alsum