github-safegem 0.2.0 → 0.2.2

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 +6 -0
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 0
4
+ :patch: 2
data/bin/safegem CHANGED
@@ -124,4 +124,10 @@ post '/' do
124
124
  ensure
125
125
  `rm -rf #{tmpdir}` if tmpdir
126
126
  end
127
+ end
128
+
129
+ if $0 != __FILE__
130
+ set :run, false
131
+ disable :reload
132
+ Sinatra::Application.run!
127
133
  end
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.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PJ Hyett