atech 1.0.23 → 1.0.24
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.
- data/lib/atech/network_restrictions.rb +1 -1
- metadata +10 -10
|
@@ -26,7 +26,7 @@ module Atech
|
|
|
26
26
|
attr_accessor :networks
|
|
27
27
|
|
|
28
28
|
def networks
|
|
29
|
-
@networks ||= ['127.0.0.1/32', '10.16.0.0/24', '10.0.
|
|
29
|
+
@networks ||= ['127.0.0.1/32', '10.16.0.0/24', '10.0.2.0/24', '109.104.109.0/26', '109.104.109.112/28', '2001:9d8:2005:1::/64', '2001:9d8:2005:11::/64', '2001:9d8:2005:12::/64']
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
def approved_ip?(requested_ip)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atech
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.24
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-10-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description:
|
|
15
15
|
email: hello@atechmedia.com
|
|
@@ -17,16 +17,16 @@ executables: []
|
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
-
- lib/atech/
|
|
21
|
-
- lib/atech/extensions/controller_tests.rb
|
|
22
|
-
- lib/atech/extensions/string.rb
|
|
23
|
-
- lib/atech/extensions/active_record.rb
|
|
24
|
-
- lib/atech/network_restrictions.rb
|
|
25
|
-
- lib/atech/base.rb
|
|
20
|
+
- lib/atech/stats_reporter.rb
|
|
26
21
|
- lib/atech/user_agent.rb
|
|
22
|
+
- lib/atech/base.rb
|
|
27
23
|
- lib/atech/helpers.rb
|
|
24
|
+
- lib/atech/network_restrictions.rb
|
|
25
|
+
- lib/atech/extensions/seeds.rb
|
|
26
|
+
- lib/atech/extensions/active_record.rb
|
|
27
|
+
- lib/atech/extensions/string.rb
|
|
28
|
+
- lib/atech/extensions/controller_tests.rb
|
|
28
29
|
- lib/atech/record_identifier.rb
|
|
29
|
-
- lib/atech/stats_reporter.rb
|
|
30
30
|
homepage: http://github.com/atech/atech
|
|
31
31
|
licenses: []
|
|
32
32
|
post_install_message:
|
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
47
47
|
version: '0'
|
|
48
48
|
requirements: []
|
|
49
49
|
rubyforge_project:
|
|
50
|
-
rubygems_version: 1.8.
|
|
50
|
+
rubygems_version: 1.8.24
|
|
51
51
|
signing_key:
|
|
52
52
|
specification_version: 3
|
|
53
53
|
summary: Libraries & Utilities from aTech Media
|