mojombo-proxymachine 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION.yml +2 -2
  3. data/proxymachine.gemspec +3 -3
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "proxymachine"
8
- gem.summary = %Q{TODO}
8
+ gem.summary = %Q{ProxyMachine is a simple content aware (layer 7) TCP routing proxy.}
9
9
  gem.email = "tom@mojombo.com"
10
10
  gem.homepage = "http://github.com/mojombo/proxymachine"
11
11
  gem.authors = ["Tom Preston-Werner"]
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
3
- :major: 0
4
2
  :minor: 2
3
+ :patch: 3
4
+ :major: 0
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{proxymachine}
5
- s.version = "0.2.2"
5
+ s.version = "0.2.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tom Preston-Werner"]
9
- s.date = %q{2009-08-07}
9
+ s.date = %q{2009-08-18}
10
10
  s.default_executable = %q{proxymachine}
11
11
  s.email = %q{tom@mojombo.com}
12
12
  s.executables = ["proxymachine"]
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  s.rdoc_options = ["--charset=UTF-8"]
36
36
  s.require_paths = ["lib"]
37
37
  s.rubygems_version = %q{1.3.5}
38
- s.summary = %q{TODO}
38
+ s.summary = %q{ProxyMachine is a simple content aware (layer 7) TCP routing proxy.}
39
39
  s.test_files = [
40
40
  "test/proxymachine_test.rb",
41
41
  "test/test_helper.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mojombo-proxymachine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-07 00:00:00 -07:00
12
+ date: 2009-08-18 00:00:00 -07:00
13
13
  default_executable: proxymachine
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -73,7 +73,7 @@ rubyforge_project:
73
73
  rubygems_version: 1.3.5
74
74
  signing_key:
75
75
  specification_version: 3
76
- summary: TODO
76
+ summary: ProxyMachine is a simple content aware (layer 7) TCP routing proxy.
77
77
  test_files:
78
78
  - test/proxymachine_test.rb
79
79
  - test/test_helper.rb