github-safegem 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/safegem +1 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 2
4
+ :patch: 3
data/bin/safegem CHANGED
@@ -18,7 +18,7 @@ post '/' do
18
18
  tmpdir = "tmp/#{repo}"
19
19
  spec = nil
20
20
 
21
- Timeout::timeout(15) do
21
+ Timeout::timeout(30) do
22
22
  `git clone --depth 1 git://github.com/#{repo} #{tmpdir}`
23
23
 
24
24
  pid = fork do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-safegem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - PJ Hyett
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-02-10 00:00:00 -08:00
13
+ date: 2009-02-25 00:00:00 -08:00
14
14
  default_executable: safegem
15
15
  dependencies: []
16
16