uniq_logger 0.1.5 → 0.1.6

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- uniq_logger (0.1.4)
4
+ uniq_logger (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,9 +10,9 @@ module UniqLogger
10
10
 
11
11
  def create(uniq_id, data_to_save=[])
12
12
  if config["logfile_destination"] == "local"
13
- create_local_log_entry(uniq_id, data_to_save)
13
+ return create_local_log_entry(uniq_id, data_to_save)
14
14
  elsif config["logfile_destination"] == "remote"
15
- create_remote_log_entry(uniq_id, data_to_save)
15
+ return create_remote_log_entry(uniq_id, data_to_save)
16
16
  else
17
17
  puts "logfile_destination is not set to [local,remote]"
18
18
  return false
@@ -1,3 +1,3 @@
1
1
  module UniqLogger
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uniq_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -117,6 +117,7 @@ files:
117
117
  - uniq_logger-0.1.1.gem
118
118
  - uniq_logger-0.1.2.gem
119
119
  - uniq_logger-0.1.4.gem
120
+ - uniq_logger-0.1.5.gem
120
121
  - uniq_logger.gemspec
121
122
  homepage: https://github.com/ikuseiGmbH/uniq_logger
122
123
  licenses: