rails_module_unification 0.5.2 → 0.5.3

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: 4fc7b8b01f6fb330a6e84c81c3ceed48335bc1c5
4
- data.tar.gz: 38a60cb1df143dc03726f967c4eb0e718fb9b42a
3
+ metadata.gz: 0d3872640062b5d3a147e451410b3a797b512773
4
+ data.tar.gz: 4c20943150ad3386792e31960cbb14326270b9b4
5
5
  SHA512:
6
- metadata.gz: 81974c0aca20c76a00f39624220c518c77cfdea57c17689bcd2eff0f490782dd699e588a5bafee99c9cd75520372f544f0a7873911d8e28e97fe5f8d0c3b82f4
7
- data.tar.gz: 6532e3639b354387b8827c2998554cdcab19475c43737af3ab6c4352f48252e61b30330a39a495ccdd634dd7651c03ae6ef45bd5395ca51938f0e29a967867f1
6
+ metadata.gz: 4956f83bb5cea1d755c5d8ad13780fb5cab54d331ee59f4af8ab4bed20f7fcd08c0c51364824774a7567c5ddfe8cd0e16b18b635a022c41f9dae35c9e6a194f5
7
+ data.tar.gz: 0bf4109a287d04d4e7a62723aff8165895f55006613f223599c9082593516cb61a045c38a90ba74d7f2e8e8a3324229a8a7e8fcf11c46969765caaf20aa1e41e
@@ -52,7 +52,7 @@ module RailsModuleUnification
52
52
  raise unless e.missing_name? qualified_name_for(parent, const_name)
53
53
  end
54
54
 
55
- def resource_path_from_const_name(qualified_name)
55
+ def resource_path_from_qualified_name(qualified_name)
56
56
  # examples
57
57
  # - api/posts_controller
58
58
  # - posts_controller
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module RailsModuleUnification
3
- VERSION = '0.5.2'.freeze
3
+ VERSION = '0.5.3'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_module_unification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
@@ -185,5 +185,5 @@ rubyforge_project:
185
185
  rubygems_version: 2.5.1
186
186
  signing_key:
187
187
  specification_version: 4
188
- summary: RailsModuleUnification-0.5.2
188
+ summary: RailsModuleUnification-0.5.3
189
189
  test_files: []