timcharper-declarative_authorization 0.4.1.5 → 0.4.1.6

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 (2) hide show
  1. data/Rakefile +0 -8
  2. metadata +18 -18
data/Rakefile CHANGED
@@ -33,11 +33,3 @@ desc "clone the garlic repo (for running ci tasks)"
33
33
  task :get_garlic do
34
34
  sh "git clone git://github.com/ianwhite/garlic.git garlic"
35
35
  end
36
-
37
- desc "Expand filelist in src gemspec"
38
- task :build_gemspec do
39
- gemspec_data = File.read("declarative_authorization.gemspec.src")
40
- gemspec_data.gsub!(/\.files = (.*)/) {|m| ".files = #{eval($1).inspect}"}
41
- File.open("declarative_authorization.gemspec", "w") {|f| f.write(gemspec_data)}
42
- end
43
-
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 1
9
- - 5
10
- version: 0.4.1.5
9
+ - 6
10
+ version: 0.4.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steffen Bartsch
@@ -52,37 +52,37 @@ files:
52
52
  - app/controllers/authorization_rules_controller.rb
53
53
  - app/controllers/authorization_usages_controller.rb
54
54
  - app/helpers/authorization_rules_helper.rb
55
- - app/views/authorization_usages/index.html.erb
56
- - app/views/authorization_rules/index.html.erb
57
- - app/views/authorization_rules/_show_graph.erb
58
55
  - app/views/authorization_rules/_change.erb
56
+ - app/views/authorization_rules/_show_graph.erb
59
57
  - app/views/authorization_rules/_suggestions.erb
60
- - app/views/authorization_rules/graph.dot.erb
61
58
  - app/views/authorization_rules/change.html.erb
59
+ - app/views/authorization_rules/graph.dot.erb
62
60
  - app/views/authorization_rules/graph.html.erb
61
+ - app/views/authorization_rules/index.html.erb
62
+ - app/views/authorization_usages/index.html.erb
63
63
  - config/routes.rb
64
64
  - lib/declarative_authorization.rb
65
- - lib/declarative_authorization/in_controller.rb
66
- - lib/declarative_authorization/reader.rb
67
- - lib/declarative_authorization/rails_legacy.rb
68
- - lib/declarative_authorization/obligation_scope.rb
69
- - lib/declarative_authorization/in_model.rb
70
- - lib/declarative_authorization/helper.rb
65
+ - lib/declarative_authorization/authorization.rb
71
66
  - lib/declarative_authorization/development_support/analyzer.rb
72
67
  - lib/declarative_authorization/development_support/change_analyzer.rb
73
68
  - lib/declarative_authorization/development_support/change_supporter.rb
74
69
  - lib/declarative_authorization/development_support/development_support.rb
75
- - lib/declarative_authorization/authorization.rb
70
+ - lib/declarative_authorization/helper.rb
71
+ - lib/declarative_authorization/in_controller.rb
72
+ - lib/declarative_authorization/in_model.rb
76
73
  - lib/declarative_authorization/maintenance.rb
74
+ - lib/declarative_authorization/obligation_scope.rb
75
+ - lib/declarative_authorization/rails_legacy.rb
77
76
  - lib/declarative_authorization/railsengine.rb
77
+ - lib/declarative_authorization/reader.rb
78
78
  - test/authorization_test.rb
79
- - test/schema.sql
80
- - test/maintenance_test.rb
81
- - test/model_test.rb
79
+ - test/controller_filter_resource_access_test.rb
82
80
  - test/controller_test.rb
83
- - test/helper_test.rb
84
81
  - test/dsl_reader_test.rb
85
- - test/controller_filter_resource_access_test.rb
82
+ - test/helper_test.rb
83
+ - test/maintenance_test.rb
84
+ - test/model_test.rb
85
+ - test/schema.sql
86
86
  - test/test_helper.rb
87
87
  has_rdoc: true
88
88
  homepage: http://github.com/stffn/declarative_authorization