can_can_dry 0.0.8 → 0.1.0

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. checksums.yaml +5 -5
  2. data/lib/can_can_dry/version.rb +1 -1
  3. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 04cf0ce0b19ae3d6b45739e9727da5f388cf04de
4
- data.tar.gz: 4506485e44e2492366289a2ec0ed951578dfc1a5
2
+ SHA256:
3
+ metadata.gz: d5cb2dc732223c48b23a35ae86383f093a160a504a4cf79887a633c8f464d4e2
4
+ data.tar.gz: 1a6f3c3201413b9b80d5adc7e0e8193a1e0d7ac3ad894542c3d035e42cf455e2
5
5
  SHA512:
6
- metadata.gz: b0a7b9121ef6acfb29f5b7e820d62c33583ac3d073f1b69258ae5af7cd9f759979a8f779773e4fcd103eaf3aeef8737e6df82d0fae4f0fa8fec3c07ae761bf58
7
- data.tar.gz: 3095b9ee251f54f5a36405596e0d9cf2a8d2945f5c3153fe912668ec8da91768f4531ac644a6ea0f14897771f5c01063da44dd87bc3d8ec77b52e64d8f67ecf3
6
+ metadata.gz: a6a7ba6e233a244974fb20b4bfdc258e8aa4f896d95fde9b1fddc636847b6fca90587e0953002d8b97e2ab5500308e40c2564102ad25bd06076a609866029586
7
+ data.tar.gz: 624bcc4c819aefc0baac588087af7040aee09ff8c7bd99fc350630343f2120ed345060316418eae41b22753b77bb564a8745549f472349e1ec6bf38580bc2762
@@ -1,3 +1,3 @@
1
1
  module CanCanDry
2
- VERSION = '0.0.8'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: can_can_dry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esquilo Azul Company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-20 00:00:00.000000000 Z
11
+ date: 2019-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -74,9 +74,10 @@ files:
74
74
  - test/can_can_dry_test.rb
75
75
  - test/lib/can_can_dry/path_recognizer_test.rb
76
76
  - test/test_helper.rb
77
- homepage: https://github.com/eduardobogoni/can_can_dry
77
+ homepage: https://github.com/esquilo-azul/can_can_dry
78
78
  licenses: []
79
- metadata: {}
79
+ metadata:
80
+ source_code_uri: https://github.com/esquilo-azul/can_can_dry
80
81
  post_install_message:
81
82
  rdoc_options: []
82
83
  require_paths:
@@ -93,11 +94,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  version: '0'
94
95
  requirements: []
95
96
  rubyforge_project:
96
- rubygems_version: 2.4.8
97
+ rubygems_version: 2.7.7
97
98
  signing_key:
98
99
  specification_version: 4
99
100
  summary: DRY authorization with CanCanCan.
100
101
  test_files:
101
- - test/lib/can_can_dry/path_recognizer_test.rb
102
- - test/can_can_dry_test.rb
103
102
  - test/test_helper.rb
103
+ - test/can_can_dry_test.rb
104
+ - test/lib/can_can_dry/path_recognizer_test.rb