red_unicorn 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == v1.1.2
2
+ * Exception type fix
3
+
1
4
  == v1.1.1
2
5
  * Bug fix for custom pid files
3
6
 
@@ -140,7 +140,7 @@ module RedUnicorn
140
140
  rescue Errno::EPERM, Errno::ESRCH
141
141
  false
142
142
  rescue => e
143
- raise Unicornerror.new "#{e.class.name}: #{e}"
143
+ raise UnicornError.new "#{e.class.name}: #{e}"
144
144
  end
145
145
  end
146
146
 
@@ -13,5 +13,5 @@ module RedUnicorn
13
13
  end
14
14
  end
15
15
 
16
- VERSION = Version.new('1.1.1')
16
+ VERSION = Version.new('1.1.2')
17
17
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red_unicorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Roberts