rack-tor-tag 0.2.4 → 0.2.5

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +13 -13
  3. data/VERSION +1 -1
  4. data/rack-tor-tag.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8c93b74b2cca2c061bcbf86c0b0e754b51fa217
4
- data.tar.gz: 7279668bd6aeca3d92985ee30e0d851704513bd9
3
+ metadata.gz: 848a2380ac7c261074d034da8ae55472275855d0
4
+ data.tar.gz: c8fbdd869652f9cee77d98334004fcd7d3414b04
5
5
  SHA512:
6
- metadata.gz: f9934949bf0024f13ecc64b69246ed07af1641f353fe58c7d957e72329e71d0a6174764fec10d715ff06b43931fe41de46370fde18ea2ce08be7dbfd7869c80f
7
- data.tar.gz: b52a12d4e261516d06f96cc2437e0fa36e5f8af3ab1910f7f7d48594f6b78d06789fffc2f7f85a9f21add3e600c8bdfe2bb69ea1c26dd9d7e55e066148fdb5e4
6
+ metadata.gz: 4a0ddb4ee06094d813cc808302b04fad931f5bc16f09a259530423919835660853a7c8787ca8e832e76af44023e82e7ded7bc9f1108afbac1b4e8f5bf1791798
7
+ data.tar.gz: 4c72a3ee66ca2c451a0d50a8821a1a4b3937deb505146f33050fd05d74eedb582fa8ba5df288f92ec7b789edd5ff00d598c11cb9ce584fec503733af2476ffa8
@@ -43,7 +43,7 @@ GEM
43
43
  json (1.8.3)
44
44
  jwt (1.5.0)
45
45
  mini_portile (0.6.2)
46
- multi_json (1.11.0)
46
+ multi_json (1.11.1)
47
47
  multi_test (0.1.2)
48
48
  multi_xml (0.5.5)
49
49
  multipart-post (2.0.0)
@@ -55,23 +55,23 @@ GEM
55
55
  multi_json (~> 1.3)
56
56
  multi_xml (~> 0.5)
57
57
  rack (~> 1.2)
58
- rack (1.6.1)
58
+ rack (1.6.2)
59
59
  rake (10.4.2)
60
60
  rdoc (4.2.0)
61
61
  json (~> 1.4)
62
- rspec (3.2.0)
63
- rspec-core (~> 3.2.0)
64
- rspec-expectations (~> 3.2.0)
65
- rspec-mocks (~> 3.2.0)
66
- rspec-core (3.2.3)
67
- rspec-support (~> 3.2.0)
68
- rspec-expectations (3.2.1)
62
+ rspec (3.3.0)
63
+ rspec-core (~> 3.3.0)
64
+ rspec-expectations (~> 3.3.0)
65
+ rspec-mocks (~> 3.3.0)
66
+ rspec-core (3.3.0)
67
+ rspec-support (~> 3.3.0)
68
+ rspec-expectations (3.3.0)
69
69
  diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.2.0)
71
- rspec-mocks (3.2.1)
70
+ rspec-support (~> 3.3.0)
71
+ rspec-mocks (3.3.0)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.2.0)
74
- rspec-support (3.2.2)
73
+ rspec-support (~> 3.3.0)
74
+ rspec-support (3.3.0)
75
75
  simplecov (0.10.0)
76
76
  docile (~> 1.1.0)
77
77
  json (~> 1.8)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rack-tor-tag 0.2.4 ruby lib
5
+ # stub: rack-tor-tag 0.2.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rack-tor-tag"
9
- s.version = "0.2.4"
9
+ s.version = "0.2.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Sai"]
14
- s.date = "2015-06-08"
14
+ s.date = "2015-06-16"
15
15
  s.description = "Mark Tor users using rack, for filtering / throttling / etc"
16
16
  s.email = "github@saizai.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-tor-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-08 00:00:00.000000000 Z
11
+ date: 2015-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec