frontsau 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16be555ed6591347ba2ba8230a09c03ae2333496
4
- data.tar.gz: 4edc1772dc8ec82d1436174497bc972a8fa83df4
3
+ metadata.gz: 193f078edb38e84d2ca6c1ccf73de24f36e9913a
4
+ data.tar.gz: a2d78c241a2bd3628d6db5c4c52dcdf7ee838432
5
5
  SHA512:
6
- metadata.gz: 9b1d630cc9d4a598b1591aaf843b4bcc71058c14d9add2e4671d8ae5526ec802f380766077c4dcc10adc5ff4ab9fc2decc72d3ff84cd46d80132a5325b8d08f6
7
- data.tar.gz: b2d9c9e9d51eb22c11363199037f0bd9e7c2f0b57eb4a19ec0e1e2c41fb5d70228ef6f77286ca1714a8f5f4031e835def5da1f8c20676a5174259636e01b24d2
6
+ metadata.gz: e72f5a2c245114be7939b29dd1af3b707fa38dcb0860438a241950ea6029d8b2473a830f0c4cc3e7347cdcf39a4df8ce3dbde9ac0f68d051b5d6656b0230b220
7
+ data.tar.gz: 2cc7a92fcd2a15ab73b0610ccc3d9bc1fc913c73c54fbec2a02f65f159e87524b45f232eabe37afa160a2d3678baf8a17b9b5327e495bb0af19b101940dddea1
data/frontsau.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["benjamin.seibert@roomthirteen.de"]
11
11
  spec.summary = %q{Frontsau, the new kid in frontend dev.}
12
12
  spec.description = "Frontsau brings coffeescript, sass, less to any webapplication without big need of modifying it. No matter if your using wordpress, joomla, zend (only for the php ones)... and many more."
13
- spec.homepage = "http://roomthirteen.de"
13
+ spec.homepage = "https://github.com/roomthirteen/frontsau"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Frontsau
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Seibert
@@ -551,7 +551,7 @@ files:
551
551
  - lib/frontsau/assets/watcher.rb
552
552
  - lib/frontsau/thor_app.rb
553
553
  - lib/frontsau/version.rb
554
- homepage: http://roomthirteen.de
554
+ homepage: https://github.com/roomthirteen/frontsau
555
555
  licenses:
556
556
  - MIT
557
557
  metadata: {}