bastion 3.3.5 → 3.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/bastion.js +5 -5
- data/lib/bastion/version.rb +1 -1
- data/test/bastion/test-constants.js +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12794d0712a757cd81bce19294ac444dc7e20356
|
4
|
+
data.tar.gz: ed8170194c3c93d63299a808f5943be843983a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34bed473e8ccf71a7d303f03f6019edc335e94230ae242b414da34804e7f1b3cc50d30472a0516ff33f0af59128f01a3d5e2b7a922f2ee0fc4500b27317383f5
|
7
|
+
data.tar.gz: b85b42a966143b65a3569eced0fc2a78989fc1c7a4450b7a52daa8764165d5254a040e6f772bb992bbdc688e47d0691fd8338d3a9b74c3985e30e2482fdb548f
|
data/Rakefile
CHANGED
@@ -37,7 +37,7 @@ def setup_npm
|
|
37
37
|
syscall('sudo npm -g install grunt-cli bower yo phantomjs')
|
38
38
|
|
39
39
|
puts "Installing NPM dependencies"
|
40
|
-
syscall("npm install #{Bastion::Engine.root}
|
40
|
+
syscall("npm install #{Bastion::Engine.root}") if !bastion_core?
|
41
41
|
syscall("npm install") if File.exist?('package.json')
|
42
42
|
syscall("bower install") if bastion_core?
|
43
43
|
end
|
data/bastion.js
CHANGED
@@ -3,11 +3,11 @@ var requireDir = require('require-dir');
|
|
3
3
|
module.exports = function (grunt) {
|
4
4
|
var configs = requireDir('./grunt');
|
5
5
|
|
6
|
-
grunt.loadTasks(
|
7
|
-
grunt.loadTasks(
|
8
|
-
grunt.loadTasks(
|
9
|
-
grunt.loadTasks(
|
10
|
-
grunt.loadTasks(
|
6
|
+
grunt.loadTasks('node_modules/grunt-eslint/tasks');
|
7
|
+
grunt.loadTasks('node_modules/grunt-htmlhint/tasks');
|
8
|
+
grunt.loadTasks('node_modules/grunt-bower-task/tasks');
|
9
|
+
grunt.loadTasks('node_modules/grunt-karma/tasks');
|
10
|
+
grunt.loadTasks('node_modules/grunt-angular-gettext/tasks');
|
11
11
|
|
12
12
|
grunt.initConfig(configs);
|
13
13
|
|
data/lib/bastion/version.rb
CHANGED
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.6
|
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-10-
|
12
|
+
date: 2016-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: angular-rails-templates
|