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.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #= Simple Wassr Client
3
3
  #Authors:: Takuya Mannami
4
- #Version:: 0.0.1
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.1'
19
+ VERSION = '0.0.2'
20
20
  WASSR = "api.wassr.jp"
21
21
 
22
22
  WASSR_API_URI = {
data/wassruby.rb ADDED
@@ -0,0 +1,5 @@
1
+ $:.unshift(File.dirname(__FILE__)) unless
2
+ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
+
4
+ require 'lib/wassruby'
5
+
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.1
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-04 00:00:00 +09:00
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/Wassruby.rb
26
+ - lib/wassruby.rb
27
+ - wassruby.rb
27
28
  - README.txt
28
29
  has_rdoc: true
29
30
  homepage: http://wassruby.rubyforge.org/