sportdb-update 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d7dc97665809b5836d920a86ee6763ed254e567
4
- data.tar.gz: a04f3d981e6d985634a3d7e6bf5d44a29a5958e1
3
+ metadata.gz: af0f4d1b6fb173bc2b247c7f5c5a0fbfc07f4d33
4
+ data.tar.gz: a6c6d4d7a51e9a6a031fd4f612fa8f695b9b2140
5
5
  SHA512:
6
- metadata.gz: 19d4eb34c5e107259fb0094ab0d15d6f44267ef1eda55eccae56a67457fc3ba2a6217565a24befac6a54ce6dc704c332ec6667e64691675ff24248350fc081fc
7
- data.tar.gz: e7934b2fa0cb0322921dc162710b96906a4b7c8d6f85f3b67b09b980ad5ae065e74dc959fa30839e8c485dd982bd1eb5eed536dc57938d3a6610c79b26c45745
6
+ metadata.gz: 61ad733ab78b9984f03ba9908d9f2a053fa98e08c024dee31e80a31962d4dacd6bd112086261d726f01d22cbf341e803bb82a55b145ab11b3823fd9bfbc82e3e
7
+ data.tar.gz: 3681685abff604d2ac81d4fc5b5c0f69fc85abe05cf39115655f7f36a7a1b8e8e015870a5b90949cd1beecef8440653e24a92bfcff3c5c41c2538b13de6e8f55
@@ -1,8 +1,9 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  ###
4
- # note: it's an addon to sportdb (get all libs via sportdb)
5
- require 'sportdb'
4
+ # NOTE: it's an addon to sportdb (get all libs via sportdb)
5
+ # NOTE: avoid circular require/include !! (do NOT require sportdb because sportdb requires sportdb/update!!)
6
+ # require 'sportdb'
6
7
 
7
8
 
8
9
  # our own code
@@ -4,7 +4,7 @@ module Update
4
4
 
5
5
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
6
6
  MINOR = 1
7
- PATCH = 0
7
+ PATCH = 1
8
8
  VERSION = [MAJOR,MINOR,PATCH].join('.')
9
9
 
10
10
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportdb-update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer