skellington 0.6.1 → 0.6.2

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: 256e2e3e7b7e51b2c04e9949232e0a809f2d5336
4
- data.tar.gz: d34b5830e7e82b1d28afc080db0e1e17aa7165b0
3
+ metadata.gz: f7ed71a113d20088f719444aa6f68ae7c8ade9bb
4
+ data.tar.gz: a46edc141efe53050d058f610b3e173b84e3f094
5
5
  SHA512:
6
- metadata.gz: 6569c2184e7863e8d008ff5820b3f9ce22c851c75d8f75c1d11e89b808e6b4301b84021e8401860eb1cc70fb0c6e592a823a460a18020076cbab6b1ed5adf025
7
- data.tar.gz: 00317fbec5a468ab4fb6a1ef7064b4db33f74e4d8515bc5431dbe2021a91bc94ca21bb04d939c05287286b305dcb44ac693d1353cdb2144cec7cd815ad1377bf
6
+ metadata.gz: 9200ec53094f2da2cebb73de0276371b14d6df7980ace0069cf6cd38e64b6a237517a96d6862ccdbcf95ae6a54d8b4a738e9f9a879588f105c2804ab6404c7b1
7
+ data.tar.gz: 97e9d7bfbd7d6c6b2bf5198a4e32dc86c4be0087d35c0f91ad116835b04252f87ee0b327051e4742a434715f833173b153238430e847cdb23bf85c6bf11b89b3
data/README.md CHANGED
@@ -37,15 +37,11 @@ Should work fine for both RVM- and rbenv-based setups
37
37
  git add .
38
38
  git commit -m 'First commit'
39
39
 
40
- You can run the app with
40
+ Then try
41
41
 
42
- bundle exec rackup
42
+ bundle exec rake run
43
43
 
44
- (with
45
-
46
- bundle exec compass watch .
47
-
48
- in a different terminal window)
44
+ which will launch Compass and then run the app (at http://localhost:9292)
49
45
 
50
46
  For post-install hints, try
51
47
 
@@ -1,3 +1,3 @@
1
1
  module Skellington
2
- VERSION = '0.6.1'
2
+ VERSION = '0.6.2'
3
3
  end
@@ -1 +1,2 @@
1
1
  coverage/
2
+ .sass-cache
@@ -13,6 +13,7 @@ unless ENV['RACK_ENV'] == 'production'
13
13
  end
14
14
 
15
15
  task :run do
16
+ sh 'bundle exec compass clean'
16
17
  sh 'bundle exec compass watch . &'
17
18
  sh 'bundle exec rackup'
18
19
  end
@@ -11,6 +11,7 @@ module Skellington
11
11
  expect('dummy_app/.gitignore').to have_content (
12
12
  """
13
13
  coverage/
14
+ .sass-cache
14
15
  """
15
16
  )
16
17
  end
@@ -23,6 +23,7 @@ module Skellington
23
23
  end
24
24
 
25
25
  task :run do
26
+ sh 'bundle exec compass clean'
26
27
  sh 'bundle exec compass watch . &'
27
28
  sh 'bundle exec rackup'
28
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skellington
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-03 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor