instant-upload 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb18a57e70d32fd4b6db8bf9281824b3ac175f48
4
- data.tar.gz: fc48b0cb853665c468c44a257b0028232cf97b32
3
+ metadata.gz: e9aeb63c8f44224f72cc8462105d5ac51a03cfdb
4
+ data.tar.gz: 14271ba2aa773728bcf79b24c9b5556184e95dea
5
5
  SHA512:
6
- metadata.gz: fef52262fd073bf7e1de3cdb728ddc8a4a572eb0165c56035ded1f66bb86d2dd581eca548276b96db8358f4c1b1fae05f7528dc88cc18e2a1cff811dfa6f55b1
7
- data.tar.gz: a9b361b5dba39e83cd82136500e35e76f745e8ac9d8b75e8887312ebc5b2a38ad5c8f6bd3779c92600fcb05c200603a83adeab4812825d385376fd921db7c539
6
+ metadata.gz: 63fac0abccbc0a024ed48f31a2caffc7b86f19712b40c034953e6b636373497102141e0924d1688fd08f009e59a796e718eb37ca0a401bd7dd3163c63926d267
7
+ data.tar.gz: dea9e34aff9bb725f9d6a5ce966713a6faaa846837454c6a3b3d479c8796580c6e39c3c53499281459c8773fa14dc4a4091dac60e30755737430ed2225610820
@@ -0,0 +1,9 @@
1
+ module InstantUpload
2
+ module Generators
3
+ class InstallGenerator < Rails::Generators::Base
4
+ def create_migrations
5
+ rake 'instant_upload:install:migrations'
6
+ end
7
+ end
8
+ end
9
+ end
@@ -1,4 +1,4 @@
1
- require "instant_upload/engine"
1
+ require 'instant_upload/engine'
2
2
 
3
3
  module InstantUpload
4
4
  extend ActiveSupport::Autoload
@@ -1,3 +1,3 @@
1
1
  module InstantUpload
2
- VERSION = "1.0.1"
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant-upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mariusz Ołownia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-16 00:00:00.000000000 Z
11
+ date: 2013-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -313,6 +313,7 @@ files:
313
313
  - app/views/layouts/instant_upload/application.html.erb
314
314
  - config/routes.rb
315
315
  - db/migrate/20130509140233_create_instant_upload_uploads.rb
316
+ - lib/generators/instant_upload/install_generator.rb
316
317
  - lib/instant_upload/engine.rb
317
318
  - lib/instant_upload/helpers/controller_helper.rb
318
319
  - lib/instant_upload/helpers/upload_helper.rb