dynamic_finders_plus 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -1,3 +1,3 @@
1
1
  module DynamicFindersPlus
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_finders_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -105,8 +105,8 @@ files:
105
105
  - gemfile
106
106
  - init.rb
107
107
  - lib/dynamic_finders_plus.rb
108
- - lib/dynamic_finders_plus/Finder.rb
109
108
  - lib/dynamic_finders_plus/boolean_definer.rb
109
+ - lib/dynamic_finders_plus/finder.rb
110
110
  - lib/dynamic_finders_plus/method_missing_hook.rb
111
111
  - lib/dynamic_finders_plus/string_definer.rb
112
112
  - lib/dynamic_finders_plus/version.rb