rugular 0.2.2 → 0.2.5

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: 9aaa3794008306c36e7ce11e151c371855c0df3d
4
- data.tar.gz: 372dd3910b71d7d571f17efd52a3a85125f29c92
3
+ metadata.gz: 1daccea41bf79ed8d484e862be5b98c1d5ea4432
4
+ data.tar.gz: e40f3b84292d2868e9b6adfce8ceb99f34abf326
5
5
  SHA512:
6
- metadata.gz: cd9d1f0fa4a307b308a1d0073485f93aee37748300797257933c2fb5c6d037444e1a7f30506c7af982dd6d287ee5e7609fc6492d182fbbc1af7baf570fd11a17
7
- data.tar.gz: 355fb5e1992d14373962e52edf2e37e506302acdf5d1c16d7f605cfe63936bc670bfb5cd8d7ba94b8ebb44a5fd068d1da16fe5bd6bd0b1a7a6d5b37f99eb763c
6
+ metadata.gz: 25d390defcaaaa79e9a2b86d17a80bc9b720575ad44db5749bdd08b8e94a31c0f9911cffb1910c4930c768b150562f1fa31ae6ce92f6ae2436d5fc9d2a7dfc75
7
+ data.tar.gz: 0ca782752847a25718bd381b88c6e496969f0376950b0d8480c323e8d67d5433db4a60dd5a539c05ab19245f815d5b4232e60bbeb4ca8bf2ce2852db9424883c
data/README.md CHANGED
@@ -64,6 +64,8 @@ and run a server on ``localhost:8080``. To run the server, type:
64
64
  bundle exec rugular server
65
65
  ```
66
66
 
67
+ You must have [http-server](https://github.com/nodeapps/http-server) installed.
68
+
67
69
  ## Running the tests
68
70
 
69
71
  ### Unit Tests
@@ -148,16 +150,10 @@ To run the test suite just once (such as in a continuous environment) execute:
148
150
  rugular ci
149
151
  ```
150
152
 
151
- ## TODO (need to build)
152
-
153
- ### Building the app
153
+ ## Building the app
154
154
 
155
155
  Rugular builds a minified, compressed version of your app in the ``/dist``
156
- folder. To build the app run:
157
-
158
- ```
159
- rugular build
160
- ```
156
+ folder. This is done for you by the ``rugular server`` command.
161
157
 
162
158
  ## Contributing
163
159
 
@@ -168,4 +164,4 @@ rugular build
168
164
  5. Create a new Pull Request
169
165
 
170
166
  ## License
171
- Copyright 2014. Q-Centrix. MIT License.
167
+ Copyright 2014-2015. Q-Centrix. MIT License.
@@ -1,6 +1,7 @@
1
1
  require 'guard/compat/plugin'
2
2
  require 'haml'
3
3
  require 'coffee_script'
4
+ require 'uglifier'
4
5
 
5
6
  module Guard
6
7
  class Rugular < Plugin
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.5'
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.2.2
4
+ version: 0.2.5
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-01-12 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview