atech 1.0.19 → 1.0.20
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/atech/network_restrictions.rb +1 -1
- metadata +4 -4
@@ -26,7 +26,7 @@ module Atech
|
|
26
26
|
attr_accessor :networks
|
27
27
|
|
28
28
|
def networks
|
29
|
-
@networks ||= ['127.0.0.1/32', '109.
|
29
|
+
@networks ||= ['127.0.0.1/32', '109.104.109.4/32', '10.0.1.0/24']
|
30
30
|
end
|
31
31
|
|
32
32
|
def approved_ip?(requested_ip)
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 20
|
9
|
+
version: 1.0.20
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- aTech Media
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-
|
17
|
+
date: 2011-06-28 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|
@@ -37,7 +37,7 @@ files:
|
|
37
37
|
- lib/atech/record_identifier.rb
|
38
38
|
- lib/atech/stats_reporter.rb
|
39
39
|
- lib/atech/user_agent.rb
|
40
|
-
has_rdoc:
|
40
|
+
has_rdoc: false
|
41
41
|
homepage: http://github.com/atech/atech
|
42
42
|
licenses: []
|
43
43
|
|