rugular 0.7.3 → 0.7.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1d9f90b34c0635f6fe990da82e4084a0a41c82c
4
- data.tar.gz: 7eb7dcdcf7a74fea6e37e70947087bdba87179e5
3
+ metadata.gz: ebd5fd0979555bfd85512d5ab692c2e652935224
4
+ data.tar.gz: 5487187d16e573444d32db35ddc5a4d95ec16fe9
5
5
  SHA512:
6
- metadata.gz: b26f4728ecde71f732b3103c1766c44a78dc0ef0d3916ff7ffdd51c754199c689f0e3c0349436464abaaf51d63c20845c7e908465fad05b0e1b78e1bc54c5bb8
7
- data.tar.gz: 501b60c3e7dbcc79d048ea23546154a50e290daaa16722549a687c12e39012560f52db3890665c1e2da4e28fddb80783854ddbe7c755a79272449b9d12548d7b
6
+ metadata.gz: d9944738a6f928b77052302c8ef59d8a4d6e9e1dc632f4d78e5820a7935ba159d60449b5b55ecece23fa6a220a9f292abc74136b3e21a995b716e9b2d3212cfd
7
+ data.tar.gz: 23e468d9d7bcfccf82809576cce999bd7a2975b101f88af62b9bb8470f735684b5cc4e01fe4f50fda0915a2ecdd43058397ea58581aca12bbe1801f96c462142
@@ -1,4 +1,4 @@
1
- web: http-server .tmp
1
+ web: ./node_modules/http-server/bin/http-server .tmp
2
2
  guard: bundle exec guard --guardfile=$(bundle show rugular)/lib/rugular/tasks/server/Guardfile
3
3
  sass: sass --watch .application.sass:.tmp/application.css -r sass-globbing
4
4
  karma: ./node_modules/karma/bin/karma start karma.conf
@@ -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
- - http-server .tmp
12
+ - ./node_modules/http-server/bin/http-server .tmp
13
13
  - sass --watch .application.sass:.tmp/application.css -r sass-globbing
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.7.3'
2
+ VERSION = '0.7.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook