bastion 3.3.3 → 3.3.4
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.
- checksums.yaml +4 -4
- data/bower.json +1 -1
- data/lib/bastion/version.rb +1 -1
- data/vendor/assets/javascripts/bastion/ngUpload/ng-upload.js +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c31f02cdf4d94462b5d10b6a9458538cacf355db
|
|
4
|
+
data.tar.gz: 75e0398f077c13247f77299ac119025395d14d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 209cd2fb35c1c2240322d8f930753a90f2ed6bad6cdc8363a78536e89fb4f44362dce47436181596ae02470080da29b4393912ccda51c1ffeecb1a9fd8be4232
|
|
7
|
+
data.tar.gz: 63500714c2b28b1e6e33f78f99fa5c0bd57b2b4eab3735a68b1e0802980a245479e6df4fc8b869165b02287d034a16daf312a8a89abb8b81b198d89dafc8d2ea
|
data/bower.json
CHANGED
data/lib/bastion/version.rb
CHANGED
|
@@ -214,10 +214,10 @@ angular.module('ngUpload', [])
|
|
|
214
214
|
if ( errorCatcher ){
|
|
215
215
|
if (!scope.$$phase) {
|
|
216
216
|
scope.$apply(function () {
|
|
217
|
-
errorCatcher(scope, { error: error});
|
|
217
|
+
errorCatcher(scope, { error: error, content: content});
|
|
218
218
|
});
|
|
219
219
|
} else {
|
|
220
|
-
errorCatcher(scope, { error: error});
|
|
220
|
+
errorCatcher(scope, { error: error, content: content});
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bastion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric D Helms
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-08
|
|
12
|
+
date: 2016-09-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: angular-rails-templates
|
|
@@ -999,7 +999,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
999
999
|
version: '0'
|
|
1000
1000
|
requirements: []
|
|
1001
1001
|
rubyforge_project:
|
|
1002
|
-
rubygems_version: 2.4.
|
|
1002
|
+
rubygems_version: 2.4.6
|
|
1003
1003
|
signing_key:
|
|
1004
1004
|
specification_version: 4
|
|
1005
1005
|
summary: UI library of AngularJS based components for Foreman
|