Navigation Menu

Skip to content

Commit

Permalink
update to Crystal 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lebogan committed Nov 15, 2018
1 parent 868f46b commit 3318c88
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shard.lock
Expand Up @@ -2,7 +2,7 @@ version: 1.0
shards:
ameba:
github: veelenga/ameba
version: 0.7.0
version: 0.8.1

secrets:
github: faustinoaq/secrets
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
@@ -1,5 +1,5 @@
name: snob
version: 0.11.6
version: 0.12.0

authors:
- lebogan <lewis.bogan@comcast.net>
Expand All @@ -14,6 +14,6 @@ development_dependencies:
secrets:
github: faustinoaq/secrets

crystal: 0.26.1
crystal: 0.27.0

license: MIT
Binary file modified snob
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 7 additions & 1 deletion src/snob.cr
Expand Up @@ -17,7 +17,13 @@
# : git push -u origin master
# Distributed under terms of the MIT license.
# ===============================================================================
require "./snob/*"
require "./config.cr"
require "./messages.cr"
require "./reports.cr"
require "./session.cr"
require "./snmp.cr"
require "./utils.cr"
require "./version.cr"
require "yaml"
require "option_parser"
require "secrets"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3318c88

Please sign in to comment.