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: 4990a7c0ddaccbebe2ec383f3c04d27cba345f76
4
- data.tar.gz: e5f2136a4e803f93feb3315e1390e65332567165
3
+ metadata.gz: e948746ff29e4ee9cea56b10190128563feebc90
4
+ data.tar.gz: ca1a2b3bd5da8b9febba321863124b8ecbc30902
5
5
  SHA512:
6
- metadata.gz: 948c8e2134958c5f32093ecff4525dcc8722ace625ded54eb21fabc3237d65acf9f2a3f8cb7f8b5eca5dc7752613864bfd1538f8c59f20b445e1dbf8a40f49b4
7
- data.tar.gz: d14dbc79b6dd2dcbe06daab93ba96d599fcfda9cc06f68d1ecc9cabb853779c1ff1ed6fc59aca6d2c654e7c67a8c00864504a094af3a995e3bfbca34f08f4bb5
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
@@ -32,6 +32,10 @@ module Rugular
32
32
  empty_directory "#{app_name}/src/components"
33
33
  end
34
34
 
35
+ def create_asset_directory
36
+ empty_directory "#{app_name}/src/assets"
37
+ end
38
+
35
39
  def create_vendor_directory
36
40
  empty_directory "#{app_name}/vendor"
37
41
  end
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.8.5'
2
+ VERSION = '0.8.6'
3
3
  end
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.5
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-14 00:00:00.000000000 Z
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview