bastion 0.2.3 → 0.2.5

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/eslint.yaml +55 -0
  3. data/lib/bastion/version.rb +1 -1
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmU2ZTZkYTg5N2EwNmM1NTI5YTQyOTk3Yjg1NzY3NDQ3OWU5ZjlkYQ==
4
+ MjNkNjc4M2NjMDdkMDlmZDVkOTc1MTI5MTJmMTlmNWNiOGY4N2E4Nw==
5
5
  data.tar.gz: !binary |-
6
- ZTdkMTRkN2M0NTdkZjNhOGI3ZDg0MmJmYmUzNWRiNWUyMmM5ZmJjMA==
6
+ YmNiMTgwNmM2ZDBhZThjNTcyOWI3NjQ5NjdhNTZhNTI0MmNlNjljNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjBiNjdiNWE2ZmU3ODJhOTNiNzU4MWNhMDI0Y2U5OGI2ZTJjMjJiMWNlZDlh
10
- NmFhYzc5MmMyZjI5NmNhNWQ1MzZhYThmY2EwZmM5ZGMxNDY2ZDUzOGUyZmU1
11
- MTY0YTdjYWQ1MmY2MmI3NTBjYTAwZjY1MjM5NTgxMDIwYzA5NjM=
9
+ NTIxNGNjOTczMGQ3NGRiODA4OTFiNGU4NjNiYjk1YmY2ZTk4YmZjNmJjMWYz
10
+ OGJjMmU5Mzg1YTEzZGNjN2I1NGI2M2IyMmU2NTJlYmNiYmIyNDNiOTJhYjUy
11
+ MGJlYjljZDk4NjVmYTkyMzRmZjYyYWZiN2UxYjAxNmRkMWU3Yjk=
12
12
  data.tar.gz: !binary |-
13
- ZDU1MzA3ZjRhNGJkMzk3Y2U0ODc2MTZkNzExYmQyYTE0NTJlMjgwYzQ1YTUw
14
- M2IzOGMwNDdmMTVlZGNhM2UxYjZmMTJmZDAwNjYxNGE4ZjM4NjQ5YTM5ODdm
15
- YWZiNTNkZjIwNjM0NzQ3OTIwOGIwZGU0NDY3MDFkNDE0NjBjYWU=
13
+ ZDA3ODRhNDdhNjkwNTE3MDkyZDQzYTlhODEyNTU5Nzk5YTA0ZjFlMWM4YzUw
14
+ Mzc0OWIxMDU4ZjczMzdiNWIyNjBmMWVmNGM4NTBhYTUxMWMyNjI4Y2Q0OGMx
15
+ YzNjMzkzMGY3Y2U3Y2NiZjU3ZWJjY2EwNjg0MDVjYzYzZjhmN2Y=
data/eslint.yaml ADDED
@@ -0,0 +1,55 @@
1
+ ---
2
+ plugins:
3
+ - angular
4
+
5
+ env:
6
+ browser: true
7
+ node: true
8
+
9
+ globals:
10
+ angular: true
11
+ _: true
12
+ $: true
13
+ BASTION_MODULES: true
14
+
15
+ rules:
16
+ strict: 0
17
+ quotes: 0
18
+ camelcase: 2
19
+ indent: 2
20
+ no-mixed-spaces-and-tabs: 2
21
+ no-multiple-empty-lines: 2
22
+ no-trailing-spaces: 2
23
+ space-after-function-name: 2
24
+ space-after-keywords: 2
25
+ space-before-blocks: 2
26
+ space-infix-ops: 2
27
+ brace-style: 2
28
+ semi: 2
29
+ block-scoped-var: 2
30
+ consistent-return: 2
31
+ curly: 2
32
+ eqeqeq: 2
33
+ guard-for-in: 2
34
+ no-else-return: 2
35
+ no-loop-func: 2
36
+ vars-on-top: 2
37
+ no-debugger: 2
38
+ no-cond-assign: 2
39
+ no-console: 2
40
+ no-extra-semi: 2
41
+ no-irregular-whitespace: 2
42
+ dot-notation:
43
+ - 2
44
+ - {"allowPattern": "^[a-z]+(_[a-z]+)+$"}
45
+
46
+ # Angular Plugin Rules
47
+ angular:
48
+ ng_angularelement: 2
49
+ ng_directive_name:
50
+ - 2
51
+ - bst
52
+ ng_empty_controller: 2
53
+ ng_module_name:
54
+ - 2
55
+ - Bastion
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bastion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katello
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-10 00:00:00.000000000 Z
11
+ date: 2015-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: angular-rails-templates
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.3
19
+ version: 0.1.2
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: 0.1.3
26
+ version: 0.1.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: uglifier
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -158,6 +158,7 @@ files:
158
158
  - bower.json
159
159
  - config/routes.rb
160
160
  - config/routes/mount_engine.rb
161
+ - eslint.yaml
161
162
  - grunt/bower.js
162
163
  - grunt/eslint.js
163
164
  - grunt/htmlhint.js