net-ptth 0.0.12 → 0.0.13

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 (3) hide show
  1. data/Gemfile.lock +5 -5
  2. data/net-ptth.gemspec +3 -3
  3. metadata +3 -3
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- net-ptth (0.0.12)
4
+ net-ptth (0.0.13)
5
5
  celluloid-io (~> 0.15.0)
6
6
  http_parser.rb (~> 0.5.3)
7
- rack (~> 1.4.5)
7
+ rack (~> 1.5.2)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- celluloid (0.15.1)
12
+ celluloid (0.15.2)
13
13
  timers (~> 1.1.0)
14
14
  celluloid-io (0.15.0)
15
15
  celluloid (>= 0.15.0)
@@ -26,8 +26,8 @@ GEM
26
26
  http_parser.rb (0.5.3)
27
27
  minitest (4.4.0)
28
28
  nio4r (0.5.0)
29
- rack (1.4.5)
30
- rack-protection (1.5.0)
29
+ rack (1.5.2)
30
+ rack-protection (1.5.1)
31
31
  rack
32
32
  rake (10.1.0)
33
33
  sinatra (1.3.6)
data/net-ptth.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "net-ptth"
3
- s.version = "0.0.12"
3
+ s.version = "0.0.13"
4
4
  s.summary = "Net::HTTP compatible reverse HTTP version"
5
5
  s.description = "PTTH Ruby client. Net::HTTP compatible... kind of"
6
6
  s.authors = ["elcuervo"]
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
10
10
  s.files = `git ls-files`.split("\n")
11
11
  s.test_files = `git ls-files test`.split("\n")
12
12
 
13
- s.add_dependency("rack", "~> 1.4.5")
14
- s.add_dependency("celluloid-io", "~> 0.15.0")
13
+ s.add_dependency("rack", "~> 1.5.2")
14
+ s.add_dependency("celluloid-io", "~> 0.15.0")
15
15
  s.add_dependency("http_parser.rb", "~> 0.5.3")
16
16
 
17
17
  s.add_development_dependency("minitest", "~> 4.4.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-ptth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.4.5
21
+ version: 1.5.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.4.5
29
+ version: 1.5.2
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: celluloid-io
32
32
  requirement: !ruby/object:Gem::Requirement