bastion 6.1.3 → 6.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bastion/version.rb +1 -1
  3. data/package.json +3 -0
  4. metadata +68 -68
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e32f9919ec36649db8df13976138dfef0655aa0
4
- data.tar.gz: a0452a24564cb16562312de14460c293366d1657
3
+ metadata.gz: cb2b34e555c503786105171926f6d688c25f0c5e
4
+ data.tar.gz: 2d3c2204da518e3834e2821e1e507aafd4bc77bc
5
5
  SHA512:
6
- metadata.gz: '085946022ce49c10d721fc48cef2f182f1a1656c84c627b10a87f657e141869c214b61bab7d7b4918a53f2bb24366a981fb3d3883b50aa76f1355439fb19fed2'
7
- data.tar.gz: 2c83a9564861e335069b2a66a0b439364441a38623ddcbec2eaac57c55a43cbb302faba060b0c76be7e04c7448e01c82ee6c7270a64e7b874a4074d30bd0df71
6
+ metadata.gz: 947470cf29be3a170bfe184a5751fa6609872ecfd71e595513d394cecda28f6405d3041a093db1d3214d5d579c92aa29ac0596605dc5087dd99602ece057e8f0
7
+ data.tar.gz: 1b6fa901ca7caf685e77cc229a39c3ad8fd1c8afe9c029332ea935d8ce0557564fde841537c45ac715a6c710a3316dad89facacd12f6421b14f293e37ca7fa21
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "6.1.3"
2
+ VERSION = "6.1.4"
3
3
  end
data/package.json CHANGED
@@ -24,6 +24,9 @@
24
24
  "engines": {
25
25
  "node": ">=0.8.0"
26
26
  },
27
+ "eslintConfig": {
28
+ "root": true
29
+ },
27
30
  "main": "./bastion.js",
28
31
  "directories": {
29
32
  "lib": "./grunt"
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: 6.1.3
4
+ version: 6.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric D Helms
@@ -15,28 +15,28 @@ dependencies:
15
15
  name: angular-rails-templates
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ~>
19
19
  - !ruby/object:Gem::Version
20
20
  version: 1.0.2
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ~>
26
26
  - !ruby/object:Gem::Version
27
27
  version: 1.0.2
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: uglifier
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ">="
32
+ - - '>='
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ">="
39
+ - - '>='
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  description: Bastion provides a UI library of AngularJS based components designed
@@ -48,12 +48,6 @@ executables: []
48
48
  extensions: []
49
49
  extra_rdoc_files: []
50
50
  files:
51
- - ".eslintignore"
52
- - ".jshintrc"
53
- - Gruntfile.js
54
- - LICENSE
55
- - README.md
56
- - Rakefile
57
51
  - app/assets/javascripts/bastion/auth/auth.module.js
58
52
  - app/assets/javascripts/bastion/auth/authorization.service.js
59
53
  - app/assets/javascripts/bastion/bastion-bootstrap.js
@@ -117,10 +111,8 @@ files:
117
111
  - app/assets/javascripts/bastion/features/feature-flag.service.js
118
112
  - app/assets/javascripts/bastion/features/features.module.js
119
113
  - app/assets/javascripts/bastion/features/features.service.js
120
- - app/assets/javascripts/bastion/i18n/README
121
114
  - app/assets/javascripts/bastion/i18n/bastion.pot
122
115
  - app/assets/javascripts/bastion/i18n/i18n.module.js
123
- - app/assets/javascripts/bastion/i18n/locale/README
124
116
  - app/assets/javascripts/bastion/i18n/locale/de.po
125
117
  - app/assets/javascripts/bastion/i18n/locale/es.po
126
118
  - app/assets/javascripts/bastion/i18n/locale/fr.po
@@ -128,9 +120,11 @@ files:
128
120
  - app/assets/javascripts/bastion/i18n/locale/ja.po
129
121
  - app/assets/javascripts/bastion/i18n/locale/ko.po
130
122
  - app/assets/javascripts/bastion/i18n/locale/pt_BR.po
123
+ - app/assets/javascripts/bastion/i18n/locale/README
131
124
  - app/assets/javascripts/bastion/i18n/locale/ru.po
132
125
  - app/assets/javascripts/bastion/i18n/locale/zh_CN.po
133
126
  - app/assets/javascripts/bastion/i18n/locale/zh_TW.po
127
+ - app/assets/javascripts/bastion/i18n/README
134
128
  - app/assets/javascripts/bastion/i18n/translate.service.js
135
129
  - app/assets/javascripts/bastion/i18n/translations.js
136
130
  - app/assets/javascripts/bastion/i18n/zanata.xml
@@ -173,60 +167,12 @@ files:
173
167
  - app/views/bastion/layouts/application.html.erb
174
168
  - app/views/bastion/layouts/application_ie.html.erb
175
169
  - app/views/bastion/layouts/assets.html.erb
176
- - bastion.js
177
- - bower.json
178
- - config/routes.rb
179
170
  - config/routes/mount_engine.rb
180
- - eslint.yaml
181
- - grunt/bower.js
182
- - grunt/eslint.js
183
- - grunt/htmlhint.js
184
- - grunt/karma.js
185
- - grunt/nggettext_compile.js
186
- - grunt/nggettext_extract.js
187
- - lib/bastion.rb
171
+ - config/routes.rb
188
172
  - lib/bastion/engine.rb
189
173
  - lib/bastion/version.rb
190
- - package.json
191
- - test/auth/authorization.service.test.js
192
- - test/bastion-config.test.js
193
- - test/bastion/test-constants.js
194
- - test/components/bst-alert.directive.test.js
195
- - test/components/bst-bookmark.directive.test.js
196
- - test/components/bst-bookmark.factory.test.js
197
- - test/components/bst-dropdown.directive.test.js
198
- - test/components/bst-edit.directive.test.js
199
- - test/components/bst-flyout.directive.test.js
200
- - test/components/bst-form-buttons.directive.test.js
201
- - test/components/bst-form-group.directive.test.js
202
- - test/components/bst-menu.directive.test.js
203
- - test/components/bst-modal.directive.test.js
204
- - test/components/bst-resource-switcher.directive.test.js
205
- - test/components/bst-table.directive.test.js
206
- - test/components/formatters/array-to-string.filter.test.js
207
- - test/components/formatters/boolean-to-yes-no.filter.test.js
208
- - test/components/formatters/capitalize.filter.test.js
209
- - test/components/formatters/key-value-to-string.filter.test.js
210
- - test/components/formatters/unlimited-filter.filter.test.js
211
- - test/components/notification.service.test.js
212
- - test/components/nutupane.factory.test.js
213
- - test/components/page-title.directive.test.js
214
- - test/components/page-title.service.test.js
215
- - test/components/path-selector.directive.test.js
216
- - test/components/table-cache.service.test.js
217
- - test/components/typeahead-empty.directive.test.js
218
- - test/features/bst-feature-flag.directive.test.js
219
- - test/features/feature-flag.service.test.js
220
- - test/i18n/translate.service.test.js
221
- - test/menu/menu-expander.service.test.js
222
- - test/routing.module.test.js
223
- - test/test-mocks.module.js
224
- - test/utils/bastion-resource.factory.test.js
225
- - test/utils/disable-link.directive.test.js
226
- - test/utils/form-utils.service.test.js
227
- - test/utils/round-up.filter.test.js
228
- - test/utils/stop-event.directive.test.js
229
- - test/utils/urlencode.filter.test.js
174
+ - lib/bastion.rb
175
+ - vendor/assets/javascripts/bastion/angular/angular.js
230
176
  - vendor/assets/javascripts/bastion/angular-animate/angular-animate.js
231
177
  - vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js
232
178
  - vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js
@@ -1737,9 +1683,63 @@ files:
1737
1683
  - vendor/assets/javascripts/bastion/angular-ui-bootstrap/timepicker.js
1738
1684
  - vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js
1739
1685
  - vendor/assets/javascripts/bastion/angular-uuid4/angular-uuid4.js
1740
- - vendor/assets/javascripts/bastion/angular/angular.js
1741
1686
  - vendor/assets/javascripts/bastion/json3/json3.js
1742
1687
  - vendor/assets/javascripts/bastion/ngUpload/ng-upload.js
1688
+ - grunt/bower.js
1689
+ - grunt/eslint.js
1690
+ - grunt/htmlhint.js
1691
+ - grunt/karma.js
1692
+ - grunt/nggettext_compile.js
1693
+ - grunt/nggettext_extract.js
1694
+ - Rakefile
1695
+ - README.md
1696
+ - Gruntfile.js
1697
+ - package.json
1698
+ - bower.json
1699
+ - bastion.js
1700
+ - eslint.yaml
1701
+ - .eslintignore
1702
+ - LICENSE
1703
+ - .jshintrc
1704
+ - test/auth/authorization.service.test.js
1705
+ - test/bastion/test-constants.js
1706
+ - test/bastion-config.test.js
1707
+ - test/components/bst-alert.directive.test.js
1708
+ - test/components/bst-bookmark.directive.test.js
1709
+ - test/components/bst-bookmark.factory.test.js
1710
+ - test/components/bst-dropdown.directive.test.js
1711
+ - test/components/bst-edit.directive.test.js
1712
+ - test/components/bst-flyout.directive.test.js
1713
+ - test/components/bst-form-buttons.directive.test.js
1714
+ - test/components/bst-form-group.directive.test.js
1715
+ - test/components/bst-menu.directive.test.js
1716
+ - test/components/bst-modal.directive.test.js
1717
+ - test/components/bst-resource-switcher.directive.test.js
1718
+ - test/components/bst-table.directive.test.js
1719
+ - test/components/formatters/array-to-string.filter.test.js
1720
+ - test/components/formatters/boolean-to-yes-no.filter.test.js
1721
+ - test/components/formatters/capitalize.filter.test.js
1722
+ - test/components/formatters/key-value-to-string.filter.test.js
1723
+ - test/components/formatters/unlimited-filter.filter.test.js
1724
+ - test/components/notification.service.test.js
1725
+ - test/components/nutupane.factory.test.js
1726
+ - test/components/page-title.directive.test.js
1727
+ - test/components/page-title.service.test.js
1728
+ - test/components/path-selector.directive.test.js
1729
+ - test/components/table-cache.service.test.js
1730
+ - test/components/typeahead-empty.directive.test.js
1731
+ - test/features/bst-feature-flag.directive.test.js
1732
+ - test/features/feature-flag.service.test.js
1733
+ - test/i18n/translate.service.test.js
1734
+ - test/menu/menu-expander.service.test.js
1735
+ - test/routing.module.test.js
1736
+ - test/test-mocks.module.js
1737
+ - test/utils/bastion-resource.factory.test.js
1738
+ - test/utils/disable-link.directive.test.js
1739
+ - test/utils/form-utils.service.test.js
1740
+ - test/utils/round-up.filter.test.js
1741
+ - test/utils/stop-event.directive.test.js
1742
+ - test/utils/urlencode.filter.test.js
1743
1743
  homepage: http://www.github.com/Katello/bastion
1744
1744
  licenses: []
1745
1745
  metadata: {}
@@ -1749,17 +1749,17 @@ require_paths:
1749
1749
  - lib
1750
1750
  required_ruby_version: !ruby/object:Gem::Requirement
1751
1751
  requirements:
1752
- - - ">="
1752
+ - - '>='
1753
1753
  - !ruby/object:Gem::Version
1754
1754
  version: '0'
1755
1755
  required_rubygems_version: !ruby/object:Gem::Requirement
1756
1756
  requirements:
1757
- - - ">="
1757
+ - - '>='
1758
1758
  - !ruby/object:Gem::Version
1759
1759
  version: '0'
1760
1760
  requirements: []
1761
1761
  rubyforge_project:
1762
- rubygems_version: 2.6.11
1762
+ rubygems_version: 2.0.14.1
1763
1763
  signing_key:
1764
1764
  specification_version: 4
1765
1765
  summary: UI library of AngularJS based components for Foreman