atech 1.0.20 → 1.0.21

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 (2) hide show
  1. data/lib/atech/network_restrictions.rb +1 -1
  2. metadata +10 -7
@@ -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.104.109.4/32', '10.0.1.0/24']
29
+ @networks ||= ['127.0.0.1/32', '10.16.0.0/24', '10.0.1.0/24', '109.104.109.112/28']
30
30
  end
31
31
 
32
32
  def approved_ip?(requested_ip)
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atech
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 61
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 0
8
- - 20
9
- version: 1.0.20
9
+ - 21
10
+ version: 1.0.21
10
11
  platform: ruby
11
12
  authors:
12
13
  - aTech Media
@@ -14,8 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-06-28 00:00:00 +01:00
18
- default_executable:
18
+ date: 2011-11-07 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description:
@@ -37,7 +37,6 @@ 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: false
41
40
  homepage: http://github.com/atech/atech
42
41
  licenses: []
43
42
 
@@ -47,23 +46,27 @@ rdoc_options: []
47
46
  require_paths:
48
47
  - lib
49
48
  required_ruby_version: !ruby/object:Gem::Requirement
49
+ none: false
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
+ hash: 3
53
54
  segments:
54
55
  - 0
55
56
  version: "0"
56
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
57
59
  requirements:
58
60
  - - ">="
59
61
  - !ruby/object:Gem::Version
62
+ hash: 3
60
63
  segments:
61
64
  - 0
62
65
  version: "0"
63
66
  requirements: []
64
67
 
65
68
  rubyforge_project:
66
- rubygems_version: 1.3.6
69
+ rubygems_version: 1.8.5
67
70
  signing_key:
68
71
  specification_version: 3
69
72
  summary: Libraries & Utilities from aTech Media