uniq_logger 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -93,7 +93,7 @@ module UniqLogger
93
93
  response = http.request(request)
94
94
 
95
95
  json = JSON.parse response.body
96
- if json['response'] == "true"
96
+ if json['response'] == "true" || json['response'] == true
97
97
  return true
98
98
  else
99
99
  return false
@@ -1,3 +1,3 @@
1
1
  module UniqLogger
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-30 00:00:00.000000000 Z
12
+ date: 2015-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -114,10 +114,7 @@ files:
114
114
  - spec/lib/uniq_logger_spec.rb
115
115
  - spec/spec_helper.rb
116
116
  - template/uniq_logger.yml
117
- - uniq_logger-0.1.1.gem
118
- - uniq_logger-0.1.2.gem
119
- - uniq_logger-0.1.4.gem
120
- - uniq_logger-0.1.5.gem
117
+ - uniq_logger-0.1.6.gem
121
118
  - uniq_logger.gemspec
122
119
  homepage: https://github.com/ikuseiGmbH/uniq_logger
123
120
  licenses:
Binary file
Binary file
Binary file
Binary file