slack_msgr 0.0.1 → 0.0.2

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: fd274c89233b9e5903e49f7e4243a859f2e78c74
4
- data.tar.gz: 7ba179fb4226cf6fafb36f6735c80b10daf28b3c
3
+ metadata.gz: 67ff0e3f7b3a1f928d175cb1fa15d74bf612c6b1
4
+ data.tar.gz: 3d07152341f8ea05c91b3df0e7827e7714a726c0
5
5
  SHA512:
6
- metadata.gz: 1998160597b692ff67d57b2c6c794c6f3b807037c0da3186d6a5c6b4b46eb7caf1c70220dd8d08938b537fbae9078a06f305093a5efb99733ec8ce284fdb86ff
7
- data.tar.gz: 227e030f4de7db7f7c0ed5134217e6594d1efa5f2b71011dae41010bc2898754cbe76e952426d9b27cf107c5f2566df82707e5796a430fe808927000e4bc9f1b
6
+ metadata.gz: 546f9af207d3c971fe87aa5c5586f01059d1d97a3afcc005ed32beede73db388c0ff04861ce3ae769c306f7149a36eea414a56e886a2016af2e2e0c38b225b8d
7
+ data.tar.gz: c781083423b3282ffb92d8bf8cf7f61648d2ed2da18c1e4cc943b9fea35dec4c69e3bd0233b5e8ef1e32c610af82fdbd7f20286fefcb5300c1d9ff71902f18cf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slack_msgr (0.0.1)
4
+ slack_msgr (0.0.2)
5
5
  faraday (~> 0.15.4)
6
6
 
7
7
  GEM
@@ -5,5 +5,5 @@ module SlackMsgr
5
5
 
6
6
  SLACK_URL = 'https://slack.com'
7
7
 
8
- VERSION = '0.0.1'
8
+ VERSION = '0.0.2'
9
9
  end
@@ -4,4 +4,9 @@ require 'json'
4
4
  require 'faraday'
5
5
  require_relative './constants'
6
6
 
7
- Dir[File.expand_path 'lib/{slack_msgr,utils}/**/*.rb'].each { |f| require f }
7
+ path = __dir__
8
+
9
+ require "#{path}/../slack_msgr/fetcher"
10
+ require "#{path}/../slack_msgr/chat"
11
+ require "#{path}/../slack_msgr/configuration"
12
+ require "#{path}/../utils/error_handling"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_msgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Workman