reddit-to-telegram 0.5.0 → 0.5.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/reddit_to_telegram/store/aws_simple_db.rb +1 -1
- data/lib/reddit_to_telegram/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3666d02e34ba14d6a7030a0e8cd11a6c6de74b71b6062e7df34e4856c5a7f98c
|
4
|
+
data.tar.gz: 8423e5fdb9fd749e06c1a672d36078824d5016bccaec15450a42fc3fc682417e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5afa435363aaf50e0fdbee4fa878d752f99889c830dd842e1cae957db1d3ac362ba681f79158095d16a439626c423bbb2b895164bfc87685c87250cf38ca8f7
|
7
|
+
data.tar.gz: 0a72c0f8759303c1647dc3871e45349ae103ebfb099f40db32ddfd0cca1214eae5a74ec0ecf2b3f942623b98289ad0547c0c58e821780cfbce596238c9664c23
|
data/Gemfile.lock
CHANGED
@@ -32,7 +32,7 @@ module RedditToTelegram
|
|
32
32
|
def check_credentials
|
33
33
|
return unless Variables.store.type == :aws_simple_db
|
34
34
|
|
35
|
-
return if Variables.aws.
|
35
|
+
return if Variables.aws.set_up?
|
36
36
|
|
37
37
|
raise(MissingVariables.new("Missing AWS credentials. "\
|
38
38
|
"Set them up or change store type to anything other than aws_simple_db"))
|