boot_slack_bot 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fedea6aca753db2f88869596d33cbdf9d9849f37
4
- data.tar.gz: 20a339162628328293173061b723a12da6da0667
3
+ metadata.gz: 7e47b29b0bc14e6cfcbc959696d052fab1c06df5
4
+ data.tar.gz: 75997a223847f92c7364255f0e6e7c3cd7b876f1
5
5
  SHA512:
6
- metadata.gz: 728f069a59ee4d1de5ef0d05ed407df0174c3e7f154c70e55e321a8634429f5492b1d6be8e0832429fb408b50b54bc83799643e2bdcc9c0dd2bc2208853b742b
7
- data.tar.gz: 49a3c2156b2fa1017db5d9275c3bf8409ac5fa58fc5acf760ecdb18b7b2e0b783eab5254d5855c9ba914e02fba58204efa89c1b7a60af6fee9b2f8c07d2f35ec
6
+ metadata.gz: 1978c86f821034d0337373dcb5e6688942e2f8505f1902161b4a26aae0aad06f896295d56dd59f1c15c3ffc71ae9b62209c81c1a1c336b5b3f400acdbcd095c1
7
+ data.tar.gz: d45b6ec47282419f0399013adf8f890422c3661b7a2e11341a7a144aeb437b6f53ae16a0e4aa69c060c7d479491d0eb53b823c69b253df8af56be8a01d1111fa
data/.gitignore CHANGED
@@ -6,3 +6,5 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ /bin/
10
+ *.gem
@@ -1,3 +1,4 @@
1
1
  require "boot_slack_bot/version"
2
2
  require "boot_slack_bot/configuration"
3
3
  require 'boot_slack_bot/api'
4
+ require 'httparty'
@@ -1,5 +1,3 @@
1
- require 'httparty'
2
-
3
1
  module BootSlackBot
4
2
  extend self
5
3
 
@@ -1,3 +1,3 @@
1
1
  module BootSlackBot
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boot_slack_bot
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
  - diepsohung