milk1000cc-web_service_simple 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.
Files changed (2) hide show
  1. data/lib/web_service/simple.rb +2 -2
  2. metadata +1 -1
@@ -8,7 +8,7 @@ require 'web_service/simple/parser'
8
8
 
9
9
  module WebService
10
10
  class Simple
11
- VERSION = '0.0.1'
11
+ VERSION = '0.0.2'
12
12
 
13
13
  attr_accessor :base_url
14
14
  attr_accessor :basic_params
@@ -86,7 +86,7 @@ module WebService
86
86
  end
87
87
 
88
88
  def log(message)
89
- logger.info "[simple_web_service] #{message}" if @debug
89
+ logger.info "[WebService::Simple] #{message}" if @debug
90
90
  end
91
91
  end
92
92
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: milk1000cc-web_service_simple
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
  - milk1000cc