slack_status_tracker 0.1.0.pre.3 → 0.1.0.pre.4

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: fc9664f509040ec1e50f3f193039098077d0f118
4
- data.tar.gz: 44ca0b07d98fc43a2706346304fde7cc534c18a1
3
+ metadata.gz: 4b7629a0904c9eaf95059b635f02c6ec812be829
4
+ data.tar.gz: 99082cf9aa37194a51027465008a1ac1e0618717
5
5
  SHA512:
6
- metadata.gz: baa11ec553e31f08b1dcd07af5036a2adace11b57ade68cd84df813a1acec4e96f48f9fda2b1dd229b063b404a9de86d52a0d7142169a59f2c1a6610d4b94701
7
- data.tar.gz: 32d56e25cd384179df023398f1c4450cf241c43ed04055c9ac90bbd6c08ac05239ae964308a94cd7760c7645e750193a45827b2263a36b67c7632639bf3535b3
6
+ metadata.gz: 4d3269765bc528a0bbdb9d49a3fd1d2cf896a69591b4f34f80bdf5864bf1bddb2244a7ac35e80d82f62c60ae9511f350676d0c61402bd42e7a3be24b7c645ea6
7
+ data.tar.gz: 3514f5a36ce78f8d82cceeeba6df38a76f8418853e7e91942fd655b581d2e03d6db83fb6f4a8e3fbfce410060b366e03acdd85052d98ec48806b676c6d886d37
@@ -132,7 +132,7 @@ module SlackStatusTracker
132
132
  def append_to_output(channel, content)
133
133
  puts "Channel: #{channel}"
134
134
  puts content
135
- open(File.join(self.output_path, "#{channel}.csv"), 'a') { |f| f.puts content }
135
+ open(File.join(self.output_path, "#{channel}.txt"), 'a') { |f| f.puts content }
136
136
  end
137
137
 
138
138
  def set_output(options)
@@ -1,3 +1,3 @@
1
1
  module SlackStatusTracker
2
- VERSION = "0.1.0.pre.3"
2
+ VERSION = "0.1.0.pre.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_status_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.3
4
+ version: 0.1.0.pre.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyoto Kopz