warcorrespondent 0.1.1 → 0.1.2

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 +1 -1
  2. data/lib/warcorrespondent/uplink.rb +0 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -43,7 +43,6 @@ module WarCorrespondent
43
43
 
44
44
  def post(message)
45
45
  res = Net::HTTP.post_form(URI.parse(url), {'secret'=>secret, 'data'=>message})
46
- raise if res.code != 200
47
46
  end
48
47
 
49
48
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stefan Maier