slimwatch 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 +8 -8
- metadata +4 -3
- /data/bin/{slimwatch.rb → slimwatch} +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzZlMzkwYjllOWNlNjVhOWNkZWY4ZWFiMzkwZTdmNjczZGExYzYyYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTViNTg5MWYyMjI5YjQ1ZTI4YTAzYzAyYjQ5NWZkNGZhMzVmODNlOQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzM4ZDM0ZjM1OWI5OTViYmRlMTc5OTJiZTY4NjhkYzYyNTVhZThjYjdlNDk3
|
10
|
+
OGIwM2I5OGM5ZGY0ZmVkYzcyOWNlMmEwM2MyMzk2NGZkNjE1NGM3ODE5MDI3
|
11
|
+
M2YwMmM3OTdlYjg2MDhmMTFmZjE2NTQ5YmNmYTE0NmQxYjdlYTA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Y2E2YWNiYTE3OWQ4MzE1NzQzZDdhZmI2OWUyZWZhZTczMmRmN2NiMjdkM2Vh
|
14
|
+
MzYyMDQ3M2U3NDgzMTU5OTY3NzhiZWQ2OWQ5NTNjMDNlOWU4NjQxMjdhNTll
|
15
|
+
YmIxYmE0ZGI4MDgyOTY1ZmM1ZmE1ODVkNDE1NGRhN2QxODQ5ZGE=
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slimwatch
|
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
|
- Aaron Craig
|
@@ -12,11 +12,12 @@ date: 2013-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description: Watches your SLIM files and compiles them to HTML when they change.
|
14
14
|
email: me@aaroncraig.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- slimwatch
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
19
|
-
- bin/slimwatch
|
20
|
+
- bin/slimwatch
|
20
21
|
homepage: https://github.com/aaroncraigongithub/slimwatch
|
21
22
|
licenses: []
|
22
23
|
metadata: {}
|
File without changes
|