rugular 0.8.5 → 0.8.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e948746ff29e4ee9cea56b10190128563feebc90
|
4
|
+
data.tar.gz: ca1a2b3bd5da8b9febba321863124b8ecbc30902
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca02a3f98fcbea5e0c9ef9ce8fac36a322b3a7526c9a391ebb812ffc0a61995d6d2d84dcbe9639fcc7e6521683232e5ff45ae7d9f6545e98495492bcd9b34e58
|
7
|
+
data.tar.gz: 1285305eb0aca38fc1589f060505529a2d3cb887b0bdea4833fb50fa91957f9001b92355a056a98c3e6c9a1ba5af0a23142d07780fad234fff408803c73673db
|
@@ -5,10 +5,6 @@ module Rugular
|
|
5
5
|
class ContinuousIntegration < Thor::Group
|
6
6
|
include Thor::Actions
|
7
7
|
|
8
|
-
def self.exit_on_failure?
|
9
|
-
true
|
10
|
-
end
|
11
|
-
|
12
8
|
desc('runs the tests once for continuous integration')
|
13
9
|
|
14
10
|
def run_karma_script
|
@@ -16,6 +12,8 @@ module Rugular
|
|
16
12
|
"./node_modules/karma/bin/karma start "\
|
17
13
|
"--single-run --no-auto-watch karma.conf.js"
|
18
14
|
)
|
15
|
+
|
16
|
+
fail 'your tests failed' unless $?.success?
|
19
17
|
end
|
20
18
|
|
21
19
|
private
|
data/lib/rugular/tasks/new.rb
CHANGED
@@ -9,5 +9,5 @@
|
|
9
9
|
layout: ff0c,204x46,0,0[204x23,0,0,49,204x11,0,24,50,204x10,0,36,51]
|
10
10
|
panes:
|
11
11
|
- bundle exec guard --guardfile=$(bundle show rugular)/lib/rugular/tasks/server/Guardfile
|
12
|
-
- ./node_modules/http-server/bin/http-server .tmp
|
12
|
+
- ./node_modules/http-server/bin/http-server .tmp -p 5000
|
13
13
|
- sass --watch .application.sass:.tmp/application.css -r sass-globbing
|
data/lib/rugular/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rugular
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas Shook
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|