github-safegem 0.2.9 → 0.2.10

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. data/VERSION.yml +1 -1
  2. data/bin/safegem +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 9
3
+ :patch: 10
4
4
  :major: 0
data/bin/safegem CHANGED
@@ -136,7 +136,7 @@ post '/' do
136
136
  puts "<- #{packet.inspect}"
137
137
  packet.to_json
138
138
  ensure
139
- # `rm -rf #{tmpdir}` if tmpdir
139
+ `rm -rf #{tmpdir}` if tmpdir
140
140
  end
141
141
  end
142
142
  EM.defer(op, proc { })
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.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - PJ Hyett