area_51 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. data/area_51.gemspec +1 -1
  2. data/lib/area_51/version.rb +1 -1
  3. metadata +2 -2
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Chad Boyd"]
10
10
  s.email = ["hoverlover@gmail.com"]
11
- s.homepage = "https://github.com/hoverlover"
11
+ s.homepage = "https://github.com/hoverlover/area_51"
12
12
  s.summary = %q{Gem used for simple path-based access control.}
13
13
  s.description = %q{Area51 allows you to define restricted and unrestricted sections of your application by defining paths in your controllers.}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Area51
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: area_51
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chad Boyd
@@ -33,7 +33,7 @@ files:
33
33
  - lib/area_51/authorization_trigger.rb
34
34
  - lib/area_51/version.rb
35
35
  has_rdoc: true
36
- homepage: https://github.com/hoverlover
36
+ homepage: https://github.com/hoverlover/area_51
37
37
  licenses: []
38
38
 
39
39
  post_install_message: