Wassruby 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.
- data/lib/{Wassruby.rb → wassruby.rb} +2 -2
- data/wassruby.rb +5 -0
- metadata +4 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
#= Simple Wassr Client
|
|
3
3
|
#Authors:: Takuya Mannami
|
|
4
|
-
#Version:: 0.0.
|
|
4
|
+
#Version:: 0.0.2
|
|
5
5
|
#License:: MIT License
|
|
6
6
|
#
|
|
7
7
|
#==Wassruby use simplejson.rb
|
|
@@ -16,7 +16,7 @@ require 'lib/simplejson'
|
|
|
16
16
|
|
|
17
17
|
module WWW
|
|
18
18
|
class Wassr
|
|
19
|
-
VERSION = '0.0.
|
|
19
|
+
VERSION = '0.0.2'
|
|
20
20
|
WASSR = "api.wassr.jp"
|
|
21
21
|
|
|
22
22
|
WASSR_API_URI = {
|
data/wassruby.rb
ADDED
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.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takuya Mannami
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-08-
|
|
12
|
+
date: 2008-08-06 00:00:00 +09:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -23,7 +23,8 @@ extra_rdoc_files:
|
|
|
23
23
|
- README.txt
|
|
24
24
|
files:
|
|
25
25
|
- lib/simplejson.rb
|
|
26
|
-
- lib/
|
|
26
|
+
- lib/wassruby.rb
|
|
27
|
+
- wassruby.rb
|
|
27
28
|
- README.txt
|
|
28
29
|
has_rdoc: true
|
|
29
30
|
homepage: http://wassruby.rubyforge.org/
|