CanCanCanSee 0.1.10 → 0.1.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0c095d59043f6562f2b144e146d5bc611213634
4
- data.tar.gz: f66e8c831b6463fea5c3d0763cbcb788261a7b79
3
+ metadata.gz: ccbfb6620ed9374336aa2bdaa611684d69e8ebb3
4
+ data.tar.gz: 699594507fc12783c06146995a4cec1a96148006
5
5
  SHA512:
6
- metadata.gz: 4e401bb233ab57e1894580e35da4c2d4db7ed138fa0ba7a8a917f76e13827aa232d5fca19f92a32eb8d177ec88e8dddfb6d60bc3d1be57d543e45d288640a71f
7
- data.tar.gz: ddb6bf7688766e9e1ae33c3ca3a667e9bed9533875c98d0860f66c29269ab7a3e69a41b980625ae5587675e695751a1f29797c8cf0fba298ed916676345089fd
6
+ metadata.gz: 16980c765069a65a0af91e1d26c8249075a6fa9b2f485520764a08d3bdd15c6865d48867b3a2e135c43cf9975156353894ec276b4778d514750cb68f1df1c571
7
+ data.tar.gz: 2cd4d5837aa45186d06c6ad3f00c2ee861caf23cfbcec852b36c073cad35b362ec42cc7d82b1ec7c292f7c8e00182dad5b522b8a01af09184b1b46d60f5ed3fa
@@ -1,3 +1,3 @@
1
1
  module CanCanCanSee
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
data/lib/CanCanCanSee.rb CHANGED
@@ -50,7 +50,7 @@ module CanCanCanSee
50
50
  # #=> 119
51
51
  # chunk_end = ((/when/ =~ @current_file[(chunk_start + 1)..-1]) + chunk_start)
52
52
  # #=> 2554
53
- role_text = @current_file[chunk_start..chunk_end]
53
+ # role_text = @current_file[chunk_start..chunk_end]
54
54
 
55
55
  #capture all roles
56
56
  all_text = Hash.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CanCanCanSee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Schwaderer