ajp-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/NEWS.en CHANGED
@@ -1,5 +1,5 @@
1
1
  = NEWS
2
- == 0.0.0 (2006-01-24)
2
+ == 0.0.2 (2006-01-24)
3
3
  Status: unstable
4
4
  * The `0th' release to be reviewed by "2nd Rails Meeting @ Tokyo".
5
5
  * The first release will be done in the last week of Jan, 2006. This
data/NEWS.ja CHANGED
@@ -1,5 +1,5 @@
1
1
  = NEWS
2
- == 0.0.0 (2006-01-24)
2
+ == 0.0.2 (2006-01-24)
3
3
  ����: �԰���
4
4
  * Rails�ٶ���@����ǥ�ӥ塼���Ƥ�餦����ˡ�`������'��꡼����
5
5
  * ����꡼����2006ǯ1��ǽ����Τ����ˤ���ͽ�ꡣ��ӥ塼���Ƥ��ä�
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "ajp-rails"
3
- spec.version = "0.0.1"
3
+ spec.version = "0.0.2"
4
4
  spec.required_ruby_version = ">= 1.8.3"
5
5
  spec.add_dependency('ruby-ajp', '>= 0.2.0')
6
6
  spec.add_dependency('rails', '>= 0.14')
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.author = "Yugui"
9
9
  spec.email = "yugui@yugui.sakura.ne.jp"
10
10
  spec.rubyforge_project = "ruby-ajp"
11
- spec.executables << 'ajp-rails.rb'
11
+ spec.executables << 'ajp-rails'
12
12
  spec.files =
13
13
  Dir.glob("lib/**/*.rb") +
14
14
  Dir.glob("bin/**/*.rb") +
File without changes
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ajp-rails
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
6
+ version: 0.0.2
7
7
  date: 2006-01-24 00:00:00 +09:00
8
8
  summary: Ruby on Rails Runner, which uses AJP(Apache JServ Protocol) to cooperate with a HTTPd, instead of CGI or FastCGI
9
9
  require_paths:
@@ -31,7 +31,6 @@ files:
31
31
  - lib/ajp-rails/ajp_rails_dispatcher.rb
32
32
  - lib/ajp-rails/rails-runner.rb
33
33
  - lib/ajp-rails/rails-wrapper.rb
34
- - bin/ajp-rails.rb
35
34
  - example/example.config.yml
36
35
  - example/example.workers.proerties
37
36
  - example/example.htaccess
@@ -52,7 +51,7 @@ rdoc_options: []
52
51
  extra_rdoc_files: []
53
52
 
54
53
  executables:
55
- - ajp-rails.rb
54
+ - ajp-rails
56
55
  extensions: []
57
56
 
58
57
  requirements: []