sidekick 0.6.4 → 0.6.5
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.
- data/VERSION +1 -1
- data/lib/sidekick/template +3 -3
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.5
|
data/lib/sidekick/template
CHANGED
|
@@ -7,9 +7,9 @@ stop "File generated. Now please fill it in."
|
|
|
7
7
|
# Then set up some actions. Here are some samples:
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
# watch('**.rb') do |paths|
|
|
11
|
-
# log 'code change'
|
|
12
|
-
# restart_passenger
|
|
10
|
+
# watch('**.rb') do |paths| # em-dir-watcher style path globs, which are
|
|
11
|
+
# log 'code change' # somewhat similar to .gitignore.
|
|
12
|
+
# restart_passenger # see https://github.com/mockko/em-dir-watcher
|
|
13
13
|
# rake 'docs'
|
|
14
14
|
# end
|
|
15
15
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 6
|
|
8
|
-
-
|
|
9
|
-
version: 0.6.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.6.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jostein Berre Eliassen,
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-
|
|
17
|
+
date: 2011-04-06 00:00:00 +02:00
|
|
18
18
|
default_executable: sidekick
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|