flash_policy_server 0.0.4 → 0.0.5

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 +1 -1
  2. data/VERSION +1 -1
  3. data/flash_policy_server.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -30,7 +30,7 @@ Jeweler::Tasks.new do |gem|
30
30
  port 843, in order to set cross domain policy. This library does the job.
31
31
  }
32
32
  gem.email = "dave.hrycyszyn@headlondon.com"
33
- gem.authors = ["dave"]
33
+ gem.authors = ["Dave Hrycyszyn"]
34
34
  # dependencies defined in Gemfile
35
35
  end
36
36
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -5,10 +5,10 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "flash_policy_server"
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["dave"]
11
+ s.authors = ["Dave Hrycyszyn"]
12
12
  s.date = "2011-12-25"
13
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"
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flash_policy_server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
- - dave
13
+ - Dave Hrycyszyn
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []