sportdb-config 1.0.3 → 1.0.4

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: 10c2cd18b2db897c4e9ada4c8bf5674c62b7367e
4
- data.tar.gz: a26aec24daeb29af78ea4d14b7ff692ce85a8ddf
3
+ metadata.gz: abe57be961251592e712a9a37342010c48d25e61
4
+ data.tar.gz: 0fb2a2a93e09d82bd14a9a2a46620e261b60fda5
5
5
  SHA512:
6
- metadata.gz: '0604860b9f588f9c69a975a94b93b1abea468ae2df8d1dbab6ac6ac273d4652b2aa4c165b1afe0bc0fce7aebe7cae19546db75e317ea68d7c065b028763d78d1'
7
- data.tar.gz: 5a2c634119347103b50edbfd19d761ae711da19a835863f85ad362b99ed2089591d71cd1e7c0cb5a2763d0ef6b2d587d9ef2c4e73f8187ae8882304561739448
6
+ metadata.gz: 79478dd10fab52c600b67199a0be2477340adaa7f843cecdabe3a7a167a3e0741a32b109ec93c6698a5be3d4044dd929f6196414536dba162aa3db55113b47c3
7
+ data.tar.gz: 9aa4975bfe682f06f033ba5ec9b5a7901a3d28b5daa2d5f6a749f285e96a3ef9bb08fe1466272633457ef8f0efe45c14d1ab936507cd2eab19b229fbb74818b6
data/NOTES.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ## Todos
4
4
 
5
5
  - use a different name for sportdb-config
6
+ - yes, use sportdb-catalogs !!!!
6
7
  - use sportdb-boot and SportDb::Boot or
7
8
  - use sportdb-conf - why? why not?
8
9
  - or sportdb-setup/startup/...
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require './lib/sportdb/config/version.rb'
3
3
 
4
4
  Hoe.spec 'sportdb-config' do
5
5
 
6
- self.version = SportDb::Boot::VERSION
6
+ self.version = SportDb::Module::Catalogs::VERSION
7
7
 
8
8
  self.summary = "sportdb-config - sport.db configuration settings and built-in defaults"
9
9
  self.description = summary
@@ -17,4 +17,4 @@ require 'sportdb/config/catalog'
17
17
  require 'sportdb/config/config'
18
18
 
19
19
 
20
- puts SportDb::Boot.banner # say hello
20
+ puts SportDb::Module::Catalogs.banner # say hello
@@ -1,20 +1,20 @@
1
1
  # encoding: utf-8
2
2
 
3
3
 
4
-
5
4
  module SportDb
6
- module Boot ## note: use a different module than Config to avoid confusion with Configuration/config etc.!!!!
7
- ## maybe rename later gem itself to sportdb-boot - why? why not?
5
+ module Module
6
+ module Catalogs
8
7
 
9
8
  MAJOR = 1 ## todo: namespace inside version or something - why? why not??
10
9
  MINOR = 0
11
- PATCH = 3
10
+ PATCH = 4
12
11
  VERSION = [MAJOR,MINOR,PATCH].join('.')
13
12
 
14
13
  def self.version
15
14
  VERSION
16
15
  end
17
16
 
17
+ ## todo/fix: rename to sportdb-catalogs - why? why not?
18
18
  def self.banner
19
19
  "sportdb-config/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
20
20
  end
@@ -23,5 +23,6 @@ module Boot ## note: use a different module than Config to avoid confusion
23
23
  File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )
24
24
  end
25
25
 
26
- end # module Boot
26
+ end # module Catalogs
27
+ end # module Module
27
28
  end # module SportDb
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportdb-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sportdb-formats