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 +4 -4
- data/frontsau.gemspec +1 -1
- data/lib/frontsau/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: 193f078edb38e84d2ca6c1ccf73de24f36e9913a
|
4
|
+
data.tar.gz: a2d78c241a2bd3628d6db5c4c52dcdf7ee838432
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = "
|
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")
|
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.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:
|
554
|
+
homepage: https://github.com/roomthirteen/frontsau
|
555
555
|
licenses:
|
556
556
|
- MIT
|
557
557
|
metadata: {}
|