active-access 0.5.1 → 0.5.2
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/active-access.gemspec +3 -3
- data/lib/active-access/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7076d0331ab9ea3ab40dbe6c552bb70f2250d6b0595ccf2bdf522777393cd9a5
|
|
4
|
+
data.tar.gz: 4be4155fa5aa815aea27aea98af0cb46ce9ef2f37bc3380d51db0fa94291c6b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06ed95fbdcc880a71dc46ac6267e351f25d0e19996d827d51e5d5faf578f703f7dc7dbfa906dd7d4a151b9b95e1f7a89c482dd0e741851540453bdb0dde4b324
|
|
7
|
+
data.tar.gz: 4685f3961201a16c7448afa5a1acb40bd0dbb5d2addb897843860803649ef9b0c319ec56fc600e93a94dff640a9e81ca75d061b2b78fb226c1a2d5c7ab359665
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/active-access.gemspec
CHANGED
|
@@ -12,9 +12,9 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.authors = ["George J. Protacio-Karaszi"]
|
|
13
13
|
spec.email = ["georgekaraszi@gmail.com"]
|
|
14
14
|
|
|
15
|
-
spec.summary = "Restrict access to your application by IP"
|
|
16
|
-
spec.description = "Restrict access to your application by IP"
|
|
17
|
-
spec.homepage = "https://github.com/
|
|
15
|
+
spec.summary = "Restrict access to your Rails application by IP"
|
|
16
|
+
spec.description = "Restrict access to your Rails application by IP"
|
|
17
|
+
spec.homepage = "https://github.com/elevatorup/ActiveAccess"
|
|
18
18
|
spec.license = "MIT"
|
|
19
19
|
|
|
20
20
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active-access
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- George J. Protacio-Karaszi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.4'
|
|
69
|
-
description: Restrict access to your application by IP
|
|
69
|
+
description: Restrict access to your Rails application by IP
|
|
70
70
|
email:
|
|
71
71
|
- georgekaraszi@gmail.com
|
|
72
72
|
executables: []
|
|
@@ -94,7 +94,7 @@ files:
|
|
|
94
94
|
- lib/active-access/utility/config.rb
|
|
95
95
|
- lib/active-access/utility/hash_mapper.rb
|
|
96
96
|
- lib/active-access/version.rb
|
|
97
|
-
homepage: https://github.com/
|
|
97
|
+
homepage: https://github.com/elevatorup/ActiveAccess
|
|
98
98
|
licenses:
|
|
99
99
|
- MIT
|
|
100
100
|
metadata: {}
|
|
@@ -120,5 +120,5 @@ rubyforge_project:
|
|
|
120
120
|
rubygems_version: 2.7.6
|
|
121
121
|
signing_key:
|
|
122
122
|
specification_version: 4
|
|
123
|
-
summary: Restrict access to your application by IP
|
|
123
|
+
summary: Restrict access to your Rails application by IP
|
|
124
124
|
test_files: []
|