bastion 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/bastion/version.rb +1 -1
  3. metadata +33 -33
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- OGVmMDYxNTNjY2M0ODgwMzA1ZWUzNWE1ZjM0NTMxZDY3ODM2YjI5Nw==
5
- data.tar.gz: !binary |-
6
- Yzc3MTFkODhmMDI0MzhjZDRhMjFlZDc5OWNmMzhlZGY2MDAzZjZjYg==
2
+ SHA1:
3
+ metadata.gz: 8b05cd15e63cd536c74ec2d103f1bf65e305f344
4
+ data.tar.gz: 66871ff408b7490823d89d7a924b472370536b83
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YmE4ZTg3YmJiYWNiZjQzYzAxNjNkNTc5NWU4ZWM1NWJlNWRlNGVlYmI0ZmIz
10
- YzA5MjAxZDZiZTA0ZDFhMjM1NDkzMjQ2NTdjYzZmZTg5MzNkZTc3YmZlNzkw
11
- ZGUzYTdmMWNlZGQ1OGJhMDg1ZTQ4Y2IyYWJmNTBlY2UyOTZiNDM=
12
- data.tar.gz: !binary |-
13
- MDM2MDliMjVmMzIyY2Y5ZGRhMzdkM2Y4YzE0NzliNjE0YmE5Y2JkY2I5NzNh
14
- OWIwZWI1MmY5YjVkNzUxNDZiM2NmOWM4OTUxMWZmNWRhNjMwNGM1ZDFhYTMw
15
- Y2ZjMTQ0NTM2NTFmMWQwMzI2OWM4ZWIwZTYwODQ2YWJlYjk2YmQ=
6
+ metadata.gz: 2318f1e83dec814a43a4ee87cd52aee79ccec5d1f40b7be7976d5623ae82c6ad73f7d74b7140d14c86ae18ede53d000149f7f25a04412acfef5a015fc8eebdc9
7
+ data.tar.gz: 72ecb34857c312ab9680ab97b185bef3c188af8fe1b3cfdb2d7311cc47d71dee4a81a38cd34c4facc92975ade3927656fdbe1cd9354a7ce9da22c8eb3d48bfd2
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bastion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katello
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-13 00:00:00.000000000 Z
11
+ date: 2014-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: less-rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.3.2
19
+ version: 2.5.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.3.2
26
+ version: 2.5.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: angular-rails-templates
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.0.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.0.4
41
41
  description: Description of Bastion.
@@ -45,7 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - .jshintrc
48
+ - ".jshintrc"
49
49
  - Gruntfile.js
50
50
  - LICENSE
51
51
  - README.md
@@ -327,47 +327,47 @@ require_paths:
327
327
  - lib
328
328
  required_ruby_version: !ruby/object:Gem::Requirement
329
329
  requirements:
330
- - - ! '>='
330
+ - - ">="
331
331
  - !ruby/object:Gem::Version
332
332
  version: '0'
333
333
  required_rubygems_version: !ruby/object:Gem::Requirement
334
334
  requirements:
335
- - - ! '>='
335
+ - - ">="
336
336
  - !ruby/object:Gem::Version
337
337
  version: '0'
338
338
  requirements: []
339
339
  rubyforge_project:
340
- rubygems_version: 2.2.2
340
+ rubygems_version: 2.2.1
341
341
  signing_key:
342
342
  specification_version: 4
343
343
  summary: Summary of Bastion.
344
344
  test_files:
345
- - test/widgets/page-title.service.test.js
346
- - test/widgets/path-selector.directive.test.js
347
- - test/widgets/page-title.directive.test.js
348
- - test/bastion/test-constants.js
349
- - test/bastion/bastion-resource.factory.test.js
350
- - test/menu/menu-expander.service.test.js
351
- - test/utils/form-utils.service.test.js
352
- - test/utils/as.filter.test.js
353
- - test/incubator/alch-alert.directive.test.js
345
+ - test/incubator/alch-flyout.directive.test.js
346
+ - test/incubator/alch-form-buttons.directive.test.js
354
347
  - test/incubator/alch-menu.directive.test.js
348
+ - test/incubator/alch-table.directive.test.js
349
+ - test/incubator/nutupane.factory.test.js
350
+ - test/incubator/alch-modal.directive.test.js
351
+ - test/incubator/alch-form-group.directive.test.js
352
+ - test/incubator/alch-edit.directive.test.js
355
353
  - test/incubator/alch-dropdown.directive.test.js
356
- - test/incubator/alch-infinite-scroll.directive.test.js
357
354
  - test/incubator/alch-container-scroll.directive.test.js
358
- - test/incubator/alch-form-group.directive.test.js
359
- - test/incubator/alch-modal.directive.test.js
360
- - test/incubator/nutupane-table.directive.test.js
361
- - test/incubator/format/unlimited-filter.filter.test.js
355
+ - test/incubator/alch-infinite-scroll.directive.test.js
356
+ - test/incubator/alch-alert.directive.test.js
362
357
  - test/incubator/format/key-value-to-string.filter.test.js
363
- - test/incubator/format/array-to-string.filter.test.js
364
358
  - test/incubator/format/boolean-to-yes-no.filter.test.js
359
+ - test/incubator/format/array-to-string.filter.test.js
365
360
  - test/incubator/format/capitalize.filter.test.js
366
- - test/incubator/alch-form-buttons.directive.test.js
367
- - test/incubator/alch-edit.directive.test.js
368
- - test/incubator/nutupane.factory.test.js
369
- - test/incubator/alch-flyout.directive.test.js
370
- - test/incubator/alch-table.directive.test.js
371
- - test/auth/authorization.service.test.js
361
+ - test/incubator/format/unlimited-filter.filter.test.js
362
+ - test/incubator/nutupane-table.directive.test.js
372
363
  - test/test-mocks.module.js
364
+ - test/menu/menu-expander.service.test.js
365
+ - test/widgets/page-title.directive.test.js
366
+ - test/widgets/path-selector.directive.test.js
367
+ - test/widgets/page-title.service.test.js
368
+ - test/bastion/test-constants.js
369
+ - test/bastion/bastion-resource.factory.test.js
373
370
  - test/i18n/translate.service.test.js
371
+ - test/auth/authorization.service.test.js
372
+ - test/utils/form-utils.service.test.js
373
+ - test/utils/as.filter.test.js