slimwatch 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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/bin/slimwatch +1 -1
  3. metadata +32 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzZlMzkwYjllOWNlNjVhOWNkZWY4ZWFiMzkwZTdmNjczZGExYzYyYw==
4
+ YjdjYzk1MjAzOTgwY2QyMjg4MTRjN2JlMzdlZWQyYmI5Mzg3NmM2ZA==
5
5
  data.tar.gz: !binary |-
6
- ZTViNTg5MWYyMjI5YjQ1ZTI4YTAzYzAyYjQ5NWZkNGZhMzVmODNlOQ==
6
+ OGUwYWVlZjEyY2VmNWNhYmZmMjI5NTU5ZmFhYTk0OTZkMmMyMDk3Nw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YzM4ZDM0ZjM1OWI5OTViYmRlMTc5OTJiZTY4NjhkYzYyNTVhZThjYjdlNDk3
10
- OGIwM2I5OGM5ZGY0ZmVkYzcyOWNlMmEwM2MyMzk2NGZkNjE1NGM3ODE5MDI3
11
- M2YwMmM3OTdlYjg2MDhmMTFmZjE2NTQ5YmNmYTE0NmQxYjdlYTA=
9
+ MmE0M2VkMjc5ODMzZjk0Yzc2MTM4NTk2NDQwMGNmZjkyNDRjODIwY2MxNjUx
10
+ YmVmODZhMWQ3ZTI3ZWFkNmI2OTgxYjRhYWQ4MTIyNjcxMDM0MWYyYmJiOWY0
11
+ YTg5NTE1ZDQ0NTJmYzliYTU5MzBmYThlM2ZkNTYwNmRhOWU2ZDE=
12
12
  data.tar.gz: !binary |-
13
- Y2E2YWNiYTE3OWQ4MzE1NzQzZDdhZmI2OWUyZWZhZTczMmRmN2NiMjdkM2Vh
14
- MzYyMDQ3M2U3NDgzMTU5OTY3NzhiZWQ2OWQ5NTNjMDNlOWU4NjQxMjdhNTll
15
- YmIxYmE0ZGI4MDgyOTY1ZmM1ZmE1ODVkNDE1NGRhN2QxODQ5ZGE=
13
+ ZGZiMjE4N2MyNGE1NWE2NTM5ZWY2ODU3MDM3Yjg3MWY1NGEwNTRhZmU2NTI3
14
+ MWZmODc4Y2Y5YzZiNTVhZDcyNWMxYjYwMmM2MmFkZDVlNmVkNjljMWNlZTYw
15
+ YzcyNmQ5N2M4M2NjYWI4NmZlZmQ3ODQxM2IzYTljMDk1YWViYWY=
data/bin/slimwatch CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'listen'
4
4
 
5
5
  if ARGV.count < 1
6
- puts "Usage: [-scrtlpohv] [--trace] slimwatch SLIM_DIR\nFor option values, run slimrb --help"
6
+ puts "Usage: slimwatch [-scrtlpohv] [--trace] SLIM_DIR\nFor option values, run slimrb --help"
7
7
  exit
8
8
  end
9
9
 
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Craig
@@ -9,7 +9,35 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-03-18 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: slim
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: listen
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
13
41
  description: Watches your SLIM files and compiles them to HTML when they change.
14
42
  email: me@aaroncraig.com
15
43
  executables:
@@ -19,7 +47,8 @@ extra_rdoc_files: []
19
47
  files:
20
48
  - bin/slimwatch
21
49
  homepage: https://github.com/aaroncraigongithub/slimwatch
22
- licenses: []
50
+ licenses:
51
+ - GPL-3.0
23
52
  metadata: {}
24
53
  post_install_message:
25
54
  rdoc_options: []