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 +4 -4
- data/README.md +5 -9
- data/lib/rugular/tasks/server/guards/rugular.rb +1 -0
- data/lib/rugular/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1daccea41bf79ed8d484e862be5b98c1d5ea4432
|
4
|
+
data.tar.gz: e40f3b84292d2868e9b6adfce8ceb99f34abf326
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
##
|
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.
|
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.
|
data/lib/rugular/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|