simple-image-uploader 0.0.5 → 0.0.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.
@@ -10,9 +10,9 @@ module SimpleImageUploader
10
10
 
11
11
  def generate_image_everything
12
12
  # Copy the controllers for user, sessions and password_reset
13
- copy_file "images_controller.rb", "app/controllers/"
14
- copy_file "file_uploader.rb", "app/uploaders/"
15
- copy_file "image.rb", "app/models/"
13
+ copy_file "images_controller.rb", "app/controllers/images_controller.rb"
14
+ copy_file "file_uploader.rb", "app/uploaders/file_uploader.rb"
15
+ copy_file "image.rb", "app/models/image.rb"
16
16
  directory "images", "app/views/images/"
17
17
  end
18
18
 
@@ -1,7 +1,7 @@
1
1
  module Simple
2
2
  module Image
3
3
  module Uploader
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-image-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: