standup 0.5.7 → 0.5.8
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/lib/standup/remoting.rb +3 -1
- data/lib/standup/version.rb +1 -1
- data/scripts/webapp.rb +1 -1
- metadata +4 -4
data/lib/standup/remoting.rb
CHANGED
|
@@ -60,7 +60,9 @@ module Standup
|
|
|
60
60
|
|
|
61
61
|
def in_dir path, &block
|
|
62
62
|
raise ArgumentError, 'Only absolute paths allowed' unless path[0,1] == '/'
|
|
63
|
-
with_context(:path => path
|
|
63
|
+
with_context(:path => path) do |context|
|
|
64
|
+
block.call(path, context)
|
|
65
|
+
end
|
|
64
66
|
end
|
|
65
67
|
|
|
66
68
|
def as_user user, &block
|
data/lib/standup/version.rb
CHANGED
data/scripts/webapp.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: standup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.5.
|
|
5
|
+
version: 0.5.8
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ilia Ablamonov
|
|
@@ -12,7 +12,7 @@ autorequire:
|
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
14
|
|
|
15
|
-
date: 2011-07-
|
|
15
|
+
date: 2011-07-19 00:00:00 +04:00
|
|
16
16
|
default_executable:
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
@@ -199,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
requirements:
|
|
200
200
|
- - ">="
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
|
-
hash:
|
|
202
|
+
hash: -2889306916680213122
|
|
203
203
|
segments:
|
|
204
204
|
- 0
|
|
205
205
|
version: "0"
|
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
208
|
requirements:
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
hash:
|
|
211
|
+
hash: -2889306916680213122
|
|
212
212
|
segments:
|
|
213
213
|
- 0
|
|
214
214
|
version: "0"
|