it-logica-application-backbone 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.5.
|
1
|
+
1.5.2
|
@@ -208,18 +208,18 @@
|
|
208
208
|
|
209
209
|
|
210
210
|
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
|
211
|
-
|
211
|
+
<%#= javascript_include_tag 'backbone_js/jquery.ui.widget.js' %>
|
212
212
|
<!-- The Templates and Load Image plugins are included for the FileUpload user interface -->
|
213
213
|
<!--<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>-->
|
214
214
|
<!--<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>-->
|
215
215
|
|
216
|
-
|
217
|
-
|
216
|
+
<%#= javascript_include_tag 'backbone_js/tmpl.min.js' %>
|
217
|
+
<%#= javascript_include_tag 'backbone_js/load-image.min.js' %>
|
218
218
|
|
219
219
|
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
|
220
|
-
|
221
|
-
|
222
|
-
|
220
|
+
<%#= javascript_include_tag 'backbone_js/jquery.iframe-transport.js' %>
|
221
|
+
<%#= javascript_include_tag 'backbone_js/jquery.fileupload.js' %>
|
222
|
+
<%#= javascript_include_tag 'backbone_js/jquery.fileupload-ui.js' %>
|
223
223
|
<!-- add include_tag js files to config.assets.precompile in ...environments/production.rb if you have it in vendor/ assets -->
|
224
224
|
|
225
225
|
<script type="text/javascript" charset="utf-8">
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "it-logica-application-backbone"
|
8
|
-
s.version = "1.5.
|
8
|
+
s.version = "1.5.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ladas"]
|
12
|
-
s.date = "2016-11-
|
12
|
+
s.date = "2016-11-21"
|
13
13
|
s.description = "longer description of your gem"
|
14
14
|
s.email = "ladislav.smola@it-logica.cz"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: it-logica-application-backbone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-11-
|
12
|
+
date: 2016-11-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: htmlentities
|
@@ -454,7 +454,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
454
454
|
version: '0'
|
455
455
|
segments:
|
456
456
|
- 0
|
457
|
-
hash:
|
457
|
+
hash: -1232880085281811458
|
458
458
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
459
459
|
none: false
|
460
460
|
requirements:
|