bastion 3.3.3 → 3.3.4

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: fa4b18a7d8e909fb5e2440cb35e900bf026c731a
4
- data.tar.gz: 6d5c20f554079fc3753d34684ff1a61618aedfdc
3
+ metadata.gz: c31f02cdf4d94462b5d10b6a9458538cacf355db
4
+ data.tar.gz: 75e0398f077c13247f77299ac119025395d14d0a
5
5
  SHA512:
6
- metadata.gz: b41abe3482424f73bc09efb1a96905fe0fcddfc660ad42df7eb389ad7715bba75a9a50a43f396ba56a867b1d0fd5b6519394e711a3e68532a4430bb11cd97bd7
7
- data.tar.gz: a273f8ae723fd0ba5d143bfc13b215d7ce3b723334d9fd2cd87d63bc9c427688a59448b7d4ec52fcc2f84187ab15034b2100f26ef04568efe6ce53901d623b40
6
+ metadata.gz: 209cd2fb35c1c2240322d8f930753a90f2ed6bad6cdc8363a78536e89fb4f44362dce47436181596ae02470080da29b4393912ccda51c1ffeecb1a9fd8be4232
7
+ data.tar.gz: 63500714c2b28b1e6e33f78f99fa5c0bd57b2b4eab3735a68b1e0802980a245479e6df4fc8b869165b02287d034a16daf312a8a89abb8b81b198d89dafc8d2ea
data/bower.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "angular-i18n": "1.3.13",
18
18
  "underscore": "=1.5.2",
19
19
  "ngInfiniteScroll": "1.2.1",
20
- "ngUpload": "~0.5.5",
20
+ "ngUpload": "0.5.18",
21
21
  "angular-animate": "=1.5.5",
22
22
  "angular-uuid4": "0.1.0"
23
23
  },
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "3.3.3"
2
+ VERSION = "3.3.4"
3
3
  end
@@ -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.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-25 00:00:00.000000000 Z
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.8
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