eventify 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eventify/configuration.rb +1 -1
- data/lib/eventify/database.rb +1 -1
- data/lib/eventify/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00e01a3af0535a84a3c82e9556ab1e4bbf14c9fb
|
4
|
+
data.tar.gz: 5d5f7fc692f3eea93ae18613bdc9b3542510b923
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0759811cf176cc5910ecff4d17d7039e2e3135566e951a89535b5682d3ce549e968d1b6f757c1df3c1aeb806dd4d7d6e1c01cc1de89ff3e252f655a254a75b33
|
7
|
+
data.tar.gz: 27b92530e6505d8fc44cde358bc2a4190b0f8b3f4b1c52e773429f0f16d538a7fc6572530414b77389bf581162ce9976875aec1dc8b0efb7d1a3c814e654eb41
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require "yaml"
|
2
2
|
|
3
3
|
class Eventify::Configuration
|
4
|
-
PATH = File.expand_path("
|
4
|
+
PATH = File.expand_path(File.join(ENV["HOME"], "/.eventify/config.yaml"))
|
5
5
|
|
6
6
|
def initialize(configuration = {})
|
7
7
|
@configuration = default_configuration.merge(load).merge(configuration)
|
data/lib/eventify/database.rb
CHANGED
data/lib/eventify/version.rb
CHANGED