slimwatch 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzE5MDU2Y2IxNTQ3MmY2ZDdkNGRhN2M0NDMxOWY2MmYxMzAwMjRkYw==
4
+ YzZlMzkwYjllOWNlNjVhOWNkZWY4ZWFiMzkwZTdmNjczZGExYzYyYw==
5
5
  data.tar.gz: !binary |-
6
- ZDJiNGU0OThlZDAxNTlmNjBiZmM3YWUwZmIyNjRjOTJjZDIxZTNkNQ==
6
+ ZTViNTg5MWYyMjI5YjQ1ZTI4YTAzYzAyYjQ5NWZkNGZhMzVmODNlOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmZiNmY5ZWM2MGVjNWNmYmYyYzkzZDhlMGY2N2ZmNGIyM2IwZGRiNTlkZWJm
10
- NDQ0YmIwYzhhNTBmM2I4NDA5YWQzZjBmMzYzOWI3NjcxMGQyZmNlMTkxZDEw
11
- Y2RmNWZkMjhkZGJkYmU0OTk3OWM2MmMzODBlNmJmMjJlOGIzMzE=
9
+ YzM4ZDM0ZjM1OWI5OTViYmRlMTc5OTJiZTY4NjhkYzYyNTVhZThjYjdlNDk3
10
+ OGIwM2I5OGM5ZGY0ZmVkYzcyOWNlMmEwM2MyMzk2NGZkNjE1NGM3ODE5MDI3
11
+ M2YwMmM3OTdlYjg2MDhmMTFmZjE2NTQ5YmNmYTE0NmQxYjdlYTA=
12
12
  data.tar.gz: !binary |-
13
- MDEzYmI3NWYwMGQzMTM3YWI4ODE3NDcwOTgwYjk1MTQ0MWIyZmU1MTQ3NmRh
14
- YjExZDUxYjFlMDllNWJhZDlhMzU0ODE0MTIxYTdiMzk2NWYyNjYwN2JmYWU3
15
- N2YxZThiZWNiMWM2NWUzYmE1MjdkMmE5Zjk2NjQ5Zjg5YjU3NmM=
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.1
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.rb
20
+ - bin/slimwatch
20
21
  homepage: https://github.com/aaroncraigongithub/slimwatch
21
22
  licenses: []
22
23
  metadata: {}
File without changes