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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 193f078edb38e84d2ca6c1ccf73de24f36e9913a
4
- data.tar.gz: a2d78c241a2bd3628d6db5c4c52dcdf7ee838432
3
+ metadata.gz: 726203bfd248958e7e1480d1e29f0b9805fec9fc
4
+ data.tar.gz: fc09fa8ee2dc9c677efccb02dcb6ef6fe2f07228
5
5
  SHA512:
6
- metadata.gz: e72f5a2c245114be7939b29dd1af3b707fa38dcb0860438a241950ea6029d8b2473a830f0c4cc3e7347cdcf39a4df8ce3dbde9ac0f68d051b5d6656b0230b220
7
- data.tar.gz: 2cc7a92fcd2a15ab73b0610ccc3d9bc1fc913c73c54fbec2a02f65f159e87524b45f232eabe37afa160a2d3678baf8a17b9b5327e495bb0af19b101940dddea1
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/[my-github-username]/frontsau/fork )
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`)
@@ -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.add_development_dependency "bundler", "~> 1.7"
38
- spec.add_development_dependency "rake", "~> 10.0"
39
- spec.add_development_dependency "pry", "~> 0.10.1"
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
@@ -1,3 +1,3 @@
1
1
  module Frontsau
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: :development
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: :development
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: :development
258
+ type: :runtime
259
259
  prerelease: false
260
260
  version_requirements: !ruby/object:Gem::Requirement
261
261
  requirements: