linner 0.3.1 → 0.3.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: 1405e56164fa3e063cb261e068fbf055a372f045
4
- data.tar.gz: e8ab5ae97989aaf34ee36b20c6d42d228303c2bc
3
+ metadata.gz: a828ea61a82b07f330f0d595bd99c4584ba9c5dc
4
+ data.tar.gz: 50321b435438150ab81e60619d7556527305a70e
5
5
  SHA512:
6
- metadata.gz: 38565bd77a0e75239fdf1efd0ad0badcda82528023eb3805052a5c96d1d66f35991d24f7888f9affb71bb707e583b07e082047fdfd36ec30da5394a1e9d7df16
7
- data.tar.gz: e0193e30d872c5c4289799b63c9e6dd37f5239ca7eb2fd149185d6d45f89fabb43e3dcf6c8d361852298c50cb9288883ae4637fcbb9374bc2db07053d9e60c94
6
+ metadata.gz: 1889066c24c0ef266440e90103d2c97b1741f92ce7319a2b1796b98451f2b8a0fdb16e49c7c99987513a815c5f46e4f0383db1b463c7d2b54eef102adb881333
7
+ data.tar.gz: 1bb6b864afe6c9d335ff0a23011266518fa38301440194a75a9b2c9e1a3bb18e1fd48c601938f13027bc216d703c514a720e279005423a7ab13ba93eb5f296c7
data/README.md CHANGED
@@ -5,13 +5,14 @@ Linner is a full-featured HTML5 application assembler.
5
5
  ![Linner](http://d.pr/i/bWPA+)
6
6
 
7
7
  * Fast!
8
- * Supports `Sass` and `Coffee`.
8
+ * Supports `Sass`, `Compass` and `Coffee`.
9
9
  * Supports OS X Lion and Mountaion Lion Notifications.
10
- * Supports Modular Javascript, All your code will be wrap by `CMD`.
10
+ * Supports Modular Javascript, All your code will be wrap by `cmd`.
11
11
  * Supports `concat` code by `config file` not `directive processor`.
12
- * Supports `copy` code from `src` to `dist`.
12
+ * Supports `copy` code from `src` to `dest`.
13
13
  * Supports Real-time `concat` by `$ linner watch`.
14
14
  * Supports `compress` by `$ linner build`.
15
+ * Supports `LiveReload` with [LiveReload Chrome Extention](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei).
15
16
 
16
17
  ## Requirements
17
18
 
@@ -5,6 +5,8 @@ module Linner
5
5
  class Reactor < Reel::Server
6
6
  include Celluloid
7
7
 
8
+ Celluloid.logger = nil
9
+
8
10
  attr_accessor :clients
9
11
 
10
12
  def initialize(host = "127.0.0.1", port = 35729)
@@ -1,3 +1,3 @@
1
1
  module Linner
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saito