simple-image-uploader 0.0.9 → 0.1.0
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/lib/simple-image-uploader/version.rb +1 -1
- metadata +3 -4
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
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -16,8 +16,7 @@ description: ! 'simple-image-uploader creates Image scaffold with file upload an
|
|
|
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
18
|
g simple_image_uploader''. Run rails s and check http://localhost:3000/images. '
|
|
19
|
-
email:
|
|
20
|
-
- designium@gmail.com
|
|
19
|
+
email: designium+simple@gmail.com
|
|
21
20
|
executables: []
|
|
22
21
|
extensions: []
|
|
23
22
|
extra_rdoc_files: []
|
|
@@ -41,7 +40,7 @@ files:
|
|
|
41
40
|
- README.md
|
|
42
41
|
homepage: https://github.com/designium/simple-image-uploader
|
|
43
42
|
licenses: []
|
|
44
|
-
post_install_message:
|
|
43
|
+
post_install_message: ! '***************************************'
|
|
45
44
|
rdoc_options: []
|
|
46
45
|
require_paths:
|
|
47
46
|
- lib
|