flash_policy_server 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +13 -3
  2. data/VERSION +1 -1
  3. data/flash_policy_server.gemspec +3 -3
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -13,12 +13,22 @@ require 'rake'
13
13
 
14
14
  require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
16
  gem.name = "flash_policy_server"
18
- gem.homepage = "http://github.com/futurechimp/flash-policy-server"
17
+ gem.homepage = "http://github.com/futurechimp/flash_policy_server"
19
18
  gem.license = "MIT"
20
19
  gem.summary = %Q{A flash policy server.}
21
- gem.description = %Q{A flash policy server.}
20
+ gem.description = %Q{
21
+ This is a simple Ruby-based policy server to serve Flash’s crossdomain.xml
22
+ policy file.
23
+
24
+ The web is increasingly realtime, but websockets still aren’t supported on
25
+ older browser clients. Many server push libraries (e.g. socket.io) attempt
26
+ to use websockets, with a Flash fallback. Others (amqp.js, for instance)
27
+ are Flash only.
28
+
29
+ When using Flash sockets, it’s necessary to have a policy server running on
30
+ port 843, in order to set cross domain policy. This library does the job.
31
+ }
22
32
  gem.email = "dave.hrycyszyn@headlondon.com"
23
33
  gem.authors = ["dave"]
24
34
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "flash_policy_server"
8
- s.version = "0.0.3"
8
+ s.version = "0.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["dave"]
12
12
  s.date = "2011-12-25"
13
- s.description = "A flash policy server."
13
+ s.description = "\n This is a simple Ruby-based policy server to serve Flash\342\200\231s crossdomain.xml \n policy file.\n\n The web is increasingly realtime, but websockets still aren\342\200\231t supported on \n older browser clients. Many server push libraries (e.g. socket.io) attempt \n to use websockets, with a Flash fallback. Others (amqp.js, for instance) \n are Flash only.\n\n When using Flash sockets, it\342\200\231s necessary to have a policy server running on \n port 843, in order to set cross domain policy. This library does the job.\n "
14
14
  s.email = "dave.hrycyszyn@headlondon.com"
15
15
  s.executables = ["flash_policy_server"]
16
16
  s.extra_rdoc_files = [
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  "test/helper.rb",
33
33
  "test/test_flash-policy-server.rb"
34
34
  ]
35
- s.homepage = "http://github.com/futurechimp/flash-policy-server"
35
+ s.homepage = "http://github.com/futurechimp/flash_policy_server"
36
36
  s.licenses = ["MIT"]
37
37
  s.require_paths = ["lib"]
38
38
  s.rubygems_version = "1.8.12"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flash_policy_server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - dave
@@ -93,7 +93,7 @@ dependencies:
93
93
  version_requirements: *id005
94
94
  name: rcov
95
95
  prerelease: false
96
- description: A flash policy server.
96
+ description: "\n This is a simple Ruby-based policy server to serve Flash\xE2\x80\x99s crossdomain.xml \n policy file.\n\n The web is increasingly realtime, but websockets still aren\xE2\x80\x99t supported on \n older browser clients. Many server push libraries (e.g. socket.io) attempt \n to use websockets, with a Flash fallback. Others (amqp.js, for instance) \n are Flash only.\n\n When using Flash sockets, it\xE2\x80\x99s necessary to have a policy server running on \n port 843, in order to set cross domain policy. This library does the job.\n "
97
97
  email: dave.hrycyszyn@headlondon.com
98
98
  executables:
99
99
  - flash_policy_server
@@ -116,7 +116,7 @@ files:
116
116
  - lib/flash_policy_server.rb
117
117
  - test/helper.rb
118
118
  - test/test_flash-policy-server.rb
119
- homepage: http://github.com/futurechimp/flash-policy-server
119
+ homepage: http://github.com/futurechimp/flash_policy_server
120
120
  licenses:
121
121
  - MIT
122
122
  post_install_message: