active-access 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6be248348d61ac48b72e6e4c4ef034e25341a26131e165c4f08ed6aa0e201a2b
4
- data.tar.gz: fceb4272b26cc796705f61e9218b565a88d859b125474bb56dd1c57fb4fb07d2
3
+ metadata.gz: 7076d0331ab9ea3ab40dbe6c552bb70f2250d6b0595ccf2bdf522777393cd9a5
4
+ data.tar.gz: 4be4155fa5aa815aea27aea98af0cb46ce9ef2f37bc3380d51db0fa94291c6b5
5
5
  SHA512:
6
- metadata.gz: ab462fa29cab6c1b34b0f60f5a98751162344cbc342f6ae98f89061be9f36af884743f61a39b1ab99cf72356566fb39275c0585e0b4e7479751495ac4630be7a
7
- data.tar.gz: 6e51af08e2179a85d145dfc68484c9ca331926c55433af60ac5103d97cbc30e29e298b7a742baa5ab879dfbd67dc81c29c0d027455103fe2af8542eabf1c0ad4
6
+ metadata.gz: 06ed95fbdcc880a71dc46ac6267e351f25d0e19996d827d51e5d5faf578f703f7dc7dbfa906dd7d4a151b9b95e1f7a89c482dd0e741851540453bdb0dde4b324
7
+ data.tar.gz: 4685f3961201a16c7448afa5a1acb40bd0dbb5d2addb897843860803649ef9b0c319ec56fc600e93a94dff640a9e81ca75d061b2b78fb226c1a2d5c7ab359665
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active-access (0.5.1)
4
+ active-access (0.5.2)
5
5
  activesupport (>= 4.2)
6
6
  rack (>= 1.0)
7
7
 
data/README.md CHANGED
@@ -18,7 +18,7 @@ And then execute:
18
18
 
19
19
  Or install it yourself as:
20
20
 
21
- $ gem install active_access
21
+ $ gem install active-access
22
22
 
23
23
  ## Usage
24
24
 
@@ -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/GeorgeKaraszi/ActiveAccess"
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|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAccess
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
5
5
  end
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.1
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-22 00:00:00.000000000 Z
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/GeorgeKaraszi/ActiveAccess
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: []