activeadmin-dropzone 0.1.0 → 0.1.1

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: 515d53c280b8e2ae88248fea2765d1e47792d37b
4
- data.tar.gz: 2aa5965e7c0231db4cf195104b68af9bda933091
3
+ metadata.gz: 74480bcea1a316b00f4b781c897db8ae2d634437
4
+ data.tar.gz: f96b7231b674a67d5a49dc08eed023f24f5103f6
5
5
  SHA512:
6
- metadata.gz: 51104d1b49343e3b84767a81fcc5ee1f2118015f1cb892d87afe77a1555092c6964027814bc358e37bdf9392de0f10e868cae1e99d6752af44a000f2e270e995
7
- data.tar.gz: 518fc7c8c483bef2716185ced2552ccbde461d1662477eb6e53f83f5f4786adbd1e97426420d5035fe717a20b525ef9b2e5f17993bd7c65322be62e6d5ce6a65
6
+ metadata.gz: 58682aa89a27c13bf4ed1f19874e31425ca4adc35b9b464955bd9660c726d0bf50a47eb51b3e51540ca089512585d42363842567e97fc10129222e6b331071a0
7
+ data.tar.gz: 25d7736c92bc3e4f47ec30649577fee5e0026d62534d5c4cac91f4a3f267abbc2017509f6f2f5b9c77d5c2326f9a306baa2b14964ca4b2e60f67c1c290a01db7
data/.DS_Store CHANGED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "activeadmin-dropzone"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Maxim Gladkov"]
12
- s.date = "2013-12-23"
12
+ s.date = "2014-01-14"
13
13
  s.email = "maksim.gladkov@gmail.com"
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE.txt",
@@ -25,11 +25,9 @@ Gem::Specification.new do |s|
25
25
  "Rakefile",
26
26
  "VERSION",
27
27
  "activeadmin-dropzone.gemspec",
28
+ "app/.DS_Store",
28
29
  "app/assets/.DS_Store",
29
- "app/assets/images/hamburger-retina.gif",
30
- "app/assets/images/hamburger.gif",
31
- "app/assets/images/spritemap.png",
32
- "app/assets/images/spritemap@2x.png",
30
+ "app/assets/images/.DS_Store",
33
31
  "app/assets/javascripts/activeadmin-dropzone.js",
34
32
  "app/assets/javascripts/dropzone.js",
35
33
  "app/assets/stylesheets/activeadmin-dropzone.css.scss",
data/app/.DS_Store ADDED
Binary file
data/app/assets/.DS_Store CHANGED
Binary file
Binary file
data/config/routes.rb CHANGED
@@ -1,4 +1,4 @@
1
- Rails.application.routes.draw do
1
+ Rails.application.routes.prepend do
2
2
 
3
3
  post '/dropzone/upload' => 'dropzone#upload', as: :upload_dropzone
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-dropzone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Gladkov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-23 00:00:00.000000000 Z
11
+ date: 2014-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jeweler
@@ -55,11 +55,9 @@ files:
55
55
  - Rakefile
56
56
  - VERSION
57
57
  - activeadmin-dropzone.gemspec
58
+ - app/.DS_Store
58
59
  - app/assets/.DS_Store
59
- - app/assets/images/hamburger-retina.gif
60
- - app/assets/images/hamburger.gif
61
- - app/assets/images/spritemap.png
62
- - app/assets/images/spritemap@2x.png
60
+ - app/assets/images/.DS_Store
63
61
  - app/assets/javascripts/activeadmin-dropzone.js
64
62
  - app/assets/javascripts/dropzone.js
65
63
  - app/assets/stylesheets/activeadmin-dropzone.css.scss
Binary file
Binary file
Binary file
Binary file