shooting_star 3.2.6 → 3.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,10 @@
1
+ *** 3.2.7 / 2007-12-27
2
+
3
+ - Tested for Chrome. It was succeeded.
4
+ - Changed rails version of the example application to 2.1.1.
5
+ - Added the gemspec file for the GitHub.
6
+ - Changed format of this file.
7
+
1
8
  *** 3.2.6 / 2007-12-27
2
9
  + 1 major enhancement
3
10
  + Fixed meteorStrike to work with prototype.js 1.6 correctly.
data/README.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  shooting_star
2
- by Genki Takiuchi <takiuchi@drecom.co.jp>
3
- http://rails.office.drecom.jp/takiuchi/
4
- http://labs.drecom.jp/
2
+ by Genki Takiuchi <genki@s21g.com>
3
+ http://blog.s21g.com/genki
4
+ http://blog.s21g.com/takiuchi
5
5
 
6
6
  == DESCRIPTION:
7
7
 
data/Rakefile CHANGED
@@ -12,11 +12,11 @@ namespace :gem do
12
12
  $: << './ext'
13
13
  require 'shooting_star/version'
14
14
 
15
- Hoe.new('shooting_star', ShootingStar::VERSION) do |hoe|
15
+ hoe = Hoe.new('shooting_star', ShootingStar::VERSION) do |hoe|
16
16
 
17
17
  hoe.author = 'Genki Takiuchi'
18
- hoe.email = 'takiuchi@drecom.co.jp'
19
- hoe.description = 'Comet server.'
18
+ hoe.email = 'genki@s21g.com'
19
+ hoe.description = 'A comet server.'
20
20
  hoe.rubyforge_name = 'shooting-star'
21
21
  hoe.summary = hoe.paragraphs_of('README.txt', 2)[0]
22
22
  hoe.description = hoe.paragraphs_of('README.txt', 2..5).join("\n\n")
@@ -32,6 +32,11 @@ namespace :gem do
32
32
  'README.txt']
33
33
  }
34
34
  end
35
+
36
+ desc 'generate gem spec'
37
+ task :gemspec do
38
+ open('shooting-star.gemspec', 'w').write hoe.spec.to_ruby
39
+ end
35
40
  end
36
41
 
37
42
  desc 'default gem task.'
File without changes
@@ -1,3 +1,3 @@
1
1
  module ShootingStar
2
- VERSION = '3.2.6'
2
+ VERSION = '3.2.7'
3
3
  end
@@ -3,12 +3,15 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
5
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6
+ <%= javascript_include_tag :defaults %>
6
7
  <%= javascript_tag %Q{
7
8
  (function(){
8
9
  var channel = #{@channel.to_json};
9
10
  var javascript = #{@javascript.to_json};
10
11
  var execute = function(){
11
- var ms = (parent.meteorStrike || parent.parent.meteorStrike)[channel];
12
+ var ms = null;
13
+ try{if(parent.meteorStrike_installed) ms = parent.meteorStrike}catch(e){}
14
+ ms = (ms || parent.parent.meteorStrike)[channel];
12
15
  if(ms) ms.evaluate(javascript, location.hash.slice(1));
13
16
  else setTimeout(execute, 0);
14
17
  };
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shooting_star
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.6
4
+ version: 3.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Takiuchi
@@ -9,11 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2007-12-27 00:00:00 +09:00
12
+ date: 2008-09-07 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
@@ -23,15 +24,16 @@ dependencies:
23
24
  version:
24
25
  - !ruby/object:Gem::Dependency
25
26
  name: hoe
27
+ type: :development
26
28
  version_requirement:
27
29
  version_requirements: !ruby/object:Gem::Requirement
28
30
  requirements:
29
31
  - - ">="
30
32
  - !ruby/object:Gem::Version
31
- version: 1.4.0
33
+ version: 1.7.0
32
34
  version:
33
35
  description: "Our goal is development of practical comet server which will be achieving over 100,000 simultaneous connections per host. On this purpose, we abandon portability and use system calls depending on particular OS such as epoll and kqueue. == FEATURES/PROBLEMS: * Comet server * Comet client implementation (Rails plugin) == SYNOPSYS:"
34
- email: takiuchi@drecom.co.jp
36
+ email: genki@s21g.com
35
37
  executables:
36
38
  - shooting_star
37
39
  extensions:
@@ -103,7 +105,7 @@ files:
103
105
  - vendor/plugins/meteor_strike/generators/chat/templates/unit_test.rb
104
106
  - vendor/plugins/meteor_strike/generators/chat/templates/functional_test.rb
105
107
  has_rdoc: true
106
- homepage: " by Genki Takiuchi <takiuchi@drecom.co.jp>"
108
+ homepage: " by Genki Takiuchi <genki@s21g.com>"
107
109
  post_install_message:
108
110
  rdoc_options:
109
111
  - -S
@@ -132,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
134
  requirements: []
133
135
 
134
136
  rubyforge_project: shooting-star
135
- rubygems_version: 1.0.1
137
+ rubygems_version: 1.2.0
136
138
  signing_key:
137
139
  specification_version: 2
138
140
  summary: Our goal is development of practical comet server which will be achieving over 100,000 simultaneous connections per host. On this purpose, we abandon portability and use system calls depending on particular OS such as epoll and kqueue.