simple-image-uploader 0.1.2 → 0.1.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.
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -13,6 +13,7 @@ module SimpleImageUploader
13
13
  copy_file "images_controller.rb", "app/controllers/images_controller.rb"
14
14
  copy_file "application_controller.rb", "app/controllers/application_controller.rb"
15
15
  copy_file "file_uploader.rb", "app/uploaders/file_uploader.rb"
16
+ remove_file "image.rb", "app/models/image.rb"
16
17
  copy_file "image.rb", "app/models/image.rb"
17
18
  directory "images", "app/views/images/"
18
19
  end
@@ -29,4 +30,4 @@ module SimpleImageUploader
29
30
 
30
31
  end
31
32
  end
32
- end
33
+ end
File without changes
@@ -1,7 +1,7 @@
1
1
  module Simple
2
2
  module Image
3
3
  module Uploader
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
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.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-07 00:00:00.000000000 Z
12
+ date: 2012-08-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'simple-image-uploader creates Image scaffold with file upload and
15
15
  removal. It is based on carrierwave and mini-imagegick gems. Image model, controller
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  requirements: []
60
60
  rubyforge_project:
61
- rubygems_version: 1.8.11
61
+ rubygems_version: 1.8.24
62
62
  signing_key:
63
63
  specification_version: 3
64
64
  summary: simple-image-uploader allows you to upload images to your Rails 3 app immediately