frontsau 0.0.2 → 0.0.3
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 +13 -2
- data/frontsau.gemspec +3 -3
- data/lib/frontsau/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 726203bfd248958e7e1480d1e29f0b9805fec9fc
|
|
4
|
+
data.tar.gz: fc09fa8ee2dc9c677efccb02dcb6ef6fe2f07228
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4720aad8c7bf3d3cf038d3dfdfd152b1fc81657b676ce55bf2c552f39fc03d24d38e2735019481ba0f0f6a2f5549d5097e41d501d750508459dd67f810fa6f98
|
|
7
|
+
data.tar.gz: befb4e1fe3a91004b2c786db0f07a6b020a0c240a39d2bdc0b81cff03cceacfc6e75feabbf34dae1cf079f2cdd32a778f4969e3d52c0de47ed55e869ab898e14
|
data/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# Frontsau
|
|
2
2
|
|
|
3
|
+
<img width="250" align="right" src="http://th01.deviantart.net/fs71/PRE/f/2011/286/f/b/cool_pig_by_skuboglesby-d4coiq2.png">
|
|
4
|
+
|
|
3
5
|
A small web development tool to assist with coffeescript, sass, less, haml, image assets.
|
|
4
6
|
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## Installation
|
|
6
10
|
|
|
7
|
-
# NOT IMPLEMENTED YET
|
|
8
11
|
$ gem install frontsau
|
|
9
12
|
|
|
10
13
|
And then go to your webapps project root:
|
|
@@ -21,9 +24,17 @@ Frontsau supports the follogin commands:
|
|
|
21
24
|
$ frontsau watch
|
|
22
25
|
|
|
23
26
|
|
|
27
|
+
## Example
|
|
28
|
+
Frontsau includes a small example to illustrate it's capabilities. You may try it out by
|
|
29
|
+
|
|
30
|
+
$ git clone https://github.com/roomthirteen/frontsau.git
|
|
31
|
+
$ cd frontsau/example
|
|
32
|
+
$ frontsau compile
|
|
33
|
+
|
|
34
|
+
|
|
24
35
|
## Contributing
|
|
25
36
|
|
|
26
|
-
1. Fork it ( https://github.com/
|
|
37
|
+
1. Fork it ( https://github.com/roomthirteen/frontsau/fork )
|
|
27
38
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
28
39
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
29
40
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/frontsau.gemspec
CHANGED
|
@@ -34,8 +34,8 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
spec.add_dependency "rack-cors", "~> 0.3"
|
|
35
35
|
spec.add_dependency "ruby-progressbar", "~> 1.7"
|
|
36
36
|
|
|
37
|
-
spec.
|
|
38
|
-
spec.
|
|
39
|
-
spec.
|
|
37
|
+
spec.add_dependency "bundler", "~> 1.7"
|
|
38
|
+
spec.add_dependency "rake", "~> 10.0"
|
|
39
|
+
spec.add_dependency "pry", "~> 0.10.1"
|
|
40
40
|
|
|
41
41
|
end
|
data/lib/frontsau/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: frontsau
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Seibert
|
|
@@ -227,7 +227,7 @@ dependencies:
|
|
|
227
227
|
- - ~>
|
|
228
228
|
- !ruby/object:Gem::Version
|
|
229
229
|
version: '1.7'
|
|
230
|
-
type: :
|
|
230
|
+
type: :runtime
|
|
231
231
|
prerelease: false
|
|
232
232
|
version_requirements: !ruby/object:Gem::Requirement
|
|
233
233
|
requirements:
|
|
@@ -241,7 +241,7 @@ dependencies:
|
|
|
241
241
|
- - ~>
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
243
|
version: '10.0'
|
|
244
|
-
type: :
|
|
244
|
+
type: :runtime
|
|
245
245
|
prerelease: false
|
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
|
247
247
|
requirements:
|
|
@@ -255,7 +255,7 @@ dependencies:
|
|
|
255
255
|
- - ~>
|
|
256
256
|
- !ruby/object:Gem::Version
|
|
257
257
|
version: 0.10.1
|
|
258
|
-
type: :
|
|
258
|
+
type: :runtime
|
|
259
259
|
prerelease: false
|
|
260
260
|
version_requirements: !ruby/object:Gem::Requirement
|
|
261
261
|
requirements:
|