wildsonet-server 0.2.3-java → 0.2.4-java

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
- = WildSoNet::Server
1
+ = Wildsonet::Server
2
2
 
3
- Server backend for WildSoNet.
3
+ Server backend for Wildsonet.
4
4
 
5
5
  == Implementation
6
6
 
@@ -51,7 +51,7 @@ Start rails with the following command
51
51
 
52
52
  Add this to your config.ru
53
53
 
54
- WildSoNet::Server::Handler.run(App)
54
+ Wildsonet::Server::Handler.run(App)
55
55
 
56
56
  where App is your Rack application.
57
57
 
@@ -62,6 +62,10 @@ where App is your Rack application.
62
62
 
63
63
  == Changes
64
64
 
65
+ === 0.2.4
66
+
67
+ * Rename module from WildSoNet to Wildsonet and update documentation
68
+
65
69
  === 0.2.3
66
70
 
67
71
  * Depend on Rack
@@ -1,5 +1,5 @@
1
- module WildSoNet
1
+ module Wildsonet
2
2
  module Server
3
- VERSION = "0.2.3" unless defined?(::WildSoNet::Server::VERSION)
3
+ VERSION = "0.2.4" unless defined?(::Wildsonet::Server::VERSION)
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@ require File.join(File.dirname(__FILE__), "..", "jars", "wildsonet_server.jar")
8
8
  require "wildsonet-server-version"
9
9
 
10
10
  # WildSoNet namespace
11
- module WildSoNet
11
+ module Wildsonet
12
12
 
13
13
  # Rack extensions from WildSoNet
14
14
  module Server
@@ -102,4 +102,4 @@ module WildSoNet
102
102
  end
103
103
 
104
104
  # Register the handler with Rack
105
- Rack::Handler.register "wildsonet", "WildSoNet::Server::Handler"
105
+ Rack::Handler.register "wildsonet", "Wildsonet::Server::Handler"
@@ -6,10 +6,10 @@ require "wildsonet-server-version"
6
6
  Gem::Specification.new do |s|
7
7
 
8
8
  s.name = "wildsonet-server"
9
- s.version = WildSoNet::Server::VERSION
9
+ s.version = Wildsonet::Server::VERSION
10
10
  s.authors = ["Marek Jelen"]
11
- s.summary = "Server backend for WildSoNet"
12
- s.description = "Server backend for WildSoNet on top of Netty library"
11
+ s.summary = "Server backend for Wildsonet"
12
+ s.description = "Server backend for Wildsonet on top of Netty library"
13
13
  s.email = "marek@jelen.biz"
14
14
  s.homepage = "http://github.com/marekjelen/wildsonet-server"
15
15
  s.licenses = ["MIT"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: java
11
11
  authors:
12
12
  - Marek Jelen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-30 00:00:00 +01:00
17
+ date: 2011-01-17 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: "0.0"
46
46
  type: :runtime
47
47
  version_requirements: *id002
48
- description: Server backend for WildSoNet on top of Netty library
48
+ description: Server backend for Wildsonet on top of Netty library
49
49
  email: marek@jelen.biz
50
50
  executables: []
51
51
 
@@ -95,6 +95,6 @@ rubyforge_project:
95
95
  rubygems_version: 1.3.7
96
96
  signing_key:
97
97
  specification_version: 3
98
- summary: Server backend for WildSoNet
98
+ summary: Server backend for Wildsonet
99
99
  test_files: []
100
100