Wassruby 0.0.2 → 0.0.3

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/wassruby.rb +4 -3
  2. metadata +1 -1
data/lib/wassruby.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #= Simple Wassr Client
3
3
  #Authors:: Takuya Mannami
4
- #Version:: 0.0.2
4
+ #Version:: 0.0.3
5
5
  #License:: MIT License
6
6
  #
7
7
  #==Wassruby use simplejson.rb
@@ -12,11 +12,11 @@
12
12
  require 'open-uri'
13
13
  require 'net/http'
14
14
  require 'cgi'
15
- require 'lib/simplejson'
15
+ require 'simplejson'
16
16
 
17
17
  module WWW
18
18
  class Wassr
19
- VERSION = '0.0.2'
19
+ VERSION = '0.0.3'
20
20
  WASSR = "api.wassr.jp"
21
21
 
22
22
  WASSR_API_URI = {
@@ -32,6 +32,7 @@ module WWW
32
32
 
33
33
  ###
34
34
  #login id
35
+ attr_accessor :VERSION
35
36
  attr_accessor :login_id
36
37
  #password
37
38
  attr_accessor :password
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Wassruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takuya Mannami