simple-image-uploader 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Simple
2
2
  module Image
3
3
  module Uploader
4
- VERSION = "0.0.7"
4
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ description: ! 'simple-image-uploader creates Image scaffold with file upload an
15
15
  removal. It is based on carrierwave and mini-imagegick gems. Image model, controller
16
16
  and form are have simple code that allows any application to use image upload immediately.
17
17
  Add simple-image-uploader gem to your Gemfile. Run bundle install. Then run ''rails
18
- g simple-image-uploader''. Run rails s and check http://localhost:3000/images. '
18
+ g simple_image_uploader''. Run rails s and check http://localhost:3000/images. '
19
19
  email:
20
20
  - designium@gmail.com
21
21
  executables: []