flash_policy_server 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,9 +16,9 @@ Because Adobe was kind enough to pick a low port (843), the server needs to be r
16
16
 
17
17
  If you don't yet have a crossdomain.xml in your current working directory, you'll be prompted to make one before the server can start. *NB*: the sample crossdomain.xml in the usage prompt is the most permissive possible policy.
18
18
 
19
- You should read up on the crossdomain.xml spec if you don't understand the security implications of this file. It's here:
19
+ You should read up on the uses of crossdomain.xml if you don't understand the security implications of this file. It's here:
20
20
 
21
- http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
21
+ http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
22
22
 
23
23
  == Installation
24
24
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -8,6 +8,8 @@ if !File.exist?("crossdomain.xml")
8
8
  sample_policy = File.open("#{File.dirname(__FILE__)}/../generators/crossdomain.xml", "rb").read
9
9
  $stderr.puts %Q(#{sample_policy})
10
10
  $stderr.puts(" ")
11
+ $stderr.puts("This is the most permissive setting, and may be insecure. If you don't understand Flash policy files, you should read up about them, at http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html")
12
+
11
13
  exit(1)
12
14
  end
13
15
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "flash_policy_server"
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dave hrycyszyn"]
12
- s.date = "2011-12-25"
12
+ s.date = "2011-12-26"
13
13
  s.description = "\n This is a simple Ruby-based policy server to serve Flash's crossdomain.xml \n policy file.\n\n The web is increasingly realtime, but websockets still aren't 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's 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"]
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: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dave hrycyszyn
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-25 00:00:00 Z
18
+ date: 2011-12-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  type: :development