Wassruby 0.0.4 → 0.0.5
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/lib/wassruby.rb +3 -1
- data/lib/www/wassruby.rb +3 -3
- metadata +1 -1
data/lib/wassruby.rb
CHANGED
data/lib/www/wassruby.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
#= Simple Wassr Client
|
3
3
|
#Authors:: Takuya Mannami
|
4
|
-
#Version:: 0.0.
|
4
|
+
#Version:: 0.0.5
|
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
|
-
|
15
|
+
require 'www/simplejson'
|
16
16
|
|
17
17
|
module WWW
|
18
18
|
class Wassr
|
19
|
-
VERSION = '0.0.
|
19
|
+
VERSION = '0.0.5'
|
20
20
|
WASSR = "api.wassr.jp"
|
21
21
|
|
22
22
|
WASSR_API_URI = {
|