active-access 0.5.0 → 0.5.1

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: 2583cd41aa1f2b18374d0da7c020d85459beeeb8bbb0d9c9a44eda7941c2798d
4
- data.tar.gz: d83db7f929fd45f7958e0fe9ccb0ab3e0e586095100851c7a486d65085967554
3
+ metadata.gz: 6be248348d61ac48b72e6e4c4ef034e25341a26131e165c4f08ed6aa0e201a2b
4
+ data.tar.gz: fceb4272b26cc796705f61e9218b565a88d859b125474bb56dd1c57fb4fb07d2
5
5
  SHA512:
6
- metadata.gz: b3ef3e20b4db45c1865cc17b141f884447806cc4105a88ddb9ffb5cd394e0b816e8228b8244befc5008bfba306f8b0ec7232620ad20d78d35edf127534659385
7
- data.tar.gz: 4041a4578b572d2e6f74779a22fa03e78c1eb62a984f987f31267e4d4cd69679737fa6554f8630adfc9290328b614c831b6fe05fde99f441798037f685e04de1
6
+ metadata.gz: ab462fa29cab6c1b34b0f60f5a98751162344cbc342f6ae98f89061be9f36af884743f61a39b1ab99cf72356566fb39275c0585e0b4e7479751495ac4630be7a
7
+ data.tar.gz: 6e51af08e2179a85d145dfc68484c9ca331926c55433af60ac5103d97cbc30e29e298b7a742baa5ab879dfbd67dc81c29c0d027455103fe2af8542eabf1c0ad4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active-access (0.1.0)
4
+ active-access (0.5.1)
5
5
  activesupport (>= 4.2)
6
6
  rack (>= 1.0)
7
7
 
data/README.md CHANGED
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'active_access'
12
+ gem 'active-access'
13
13
  ```
14
14
 
15
15
  And then execute:
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  module ActiveAccess
4
4
  class Railtie < Rails::Railtie
5
- initializer "active_access.configure_rails_initialization" do
5
+ initializer "active-access.configure_rails_initialization" do
6
6
  if use_active_access?
7
7
  insert_middleware
8
8
  ActiveAccess.logger = Rails.logger
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAccess
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-access
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - George J. Protacio-Karaszi
@@ -85,7 +85,7 @@ files:
85
85
  - LICENSE.txt
86
86
  - README.md
87
87
  - Rakefile
88
- - active_access.gemspec
88
+ - active-access.gemspec
89
89
  - bin/console
90
90
  - bin/setup
91
91
  - lib/active-access.rb