lawrencepit-remarkable_paperclip 0.5.6 → 0.5.8

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.
@@ -9,4 +9,4 @@ else
9
9
  Remarkable.include_matchers!(Remarkable::Paperclip, Spec::Example::ExampleGroup)
10
10
  end
11
11
 
12
- Remarkable.add_locale(File.dirname(__FILE__) + '/en.yml')
12
+ Remarkable.add_locale(File.dirname(__FILE__) + '/../locale/en.yml')
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lawrencepit-remarkable_paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lawrence Pit
@@ -24,7 +24,7 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - README.markdown
26
26
  - MIT-LICENSE
27
- - lib/en.yml
27
+ - locale/en.yml
28
28
  - lib/remarkable_paperclip.rb
29
29
  - lib/have_attached_file_matcher.rb
30
30
  - lib/validate_attachment_presence_matcher.rb