Commit 95dc44c 1 parent aa52df2 commit 95dc44c Copy full SHA for 95dc44c
File tree 6 files changed +12
-3
lines changed
6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ gemspec
12
12
13
13
# To use debugger
14
14
# gem 'debugger'
15
+ gem 'dropzonejs-rails' , '0.4.12'
Original file line number Diff line number Diff line change 4
4
kebapage (0.0.1 )
5
5
bootstrap-sass
6
6
bootstrap-wysihtml5-rails
7
+ dropzonejs-rails (= 0.4.12 )
7
8
friendly_id
8
9
haml (~> 4.0.2 )
9
10
haml-rails
45
46
bootstrap-wysihtml5-rails (0.3.1.23 )
46
47
railties (>= 3.0 )
47
48
builder (3.1.4 )
49
+ dropzonejs-rails (0.4.12 )
50
+ rails (> 3.1 )
48
51
erubis (2.7.0 )
49
52
friendly_id (5.0.2 )
50
53
activerecord (~> 4.0.0 )
51
- haml (4.0.4 )
54
+ haml (4.0.5 )
52
55
tilt
53
56
haml-rails (0.5.3 )
54
57
actionpack (>= 4.0.1 )
62
65
treetop (~> 1.4.8 )
63
66
mime-types (1.25.1 )
64
67
minitest (4.7.5 )
65
- multi_json (1.8.2 )
68
+ multi_json (1.8.4 )
66
69
polyglot (0.3.3 )
67
70
rack (1.5.2 )
68
71
rack-test (0.6.2 )
@@ -108,5 +111,6 @@ PLATFORMS
108
111
ruby
109
112
110
113
DEPENDENCIES
114
+ dropzonejs-rails (= 0.4.12 )
111
115
kebapage !
112
116
sqlite3
Original file line number Diff line number Diff line change 16
16
//= require bootstrap-wysihtml5/wysihtml5
17
17
//= require bootstrap-wysihtml5/core-b3
18
18
//= require bootstrap-wysihtml5/locales/tr-TR
19
+ //= require dropzone
19
20
//= require_tree .
Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
@import 'hierapolis' ;
17
- @import "bootstrap-wysihtml5/core-b3" ;
17
+ @import "bootstrap-wysihtml5/core-b3" ;
18
+ @import 'dropzone/dropzone'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
23
23
s . add_dependency "friendly_id"
24
24
s . add_dependency "bootstrap-sass"
25
25
s . add_dependency "bootstrap-wysihtml5-rails"
26
+ s . add_dependency "dropzonejs-rails" , "0.4.12"
26
27
27
28
s . add_development_dependency "sqlite3"
28
29
end
Original file line number Diff line number Diff line change 2
2
require "friendly_id"
3
3
require "bootstrap-sass"
4
4
require "bootstrap-wysihtml5-rails"
5
+ require "dropzonejs-rails"
5
6
6
7
module Kebapage
7
8
end
You can’t perform that action at this time.
0 commit comments