scout_rails 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.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.1.2
2
+
3
+ * Fix for webrick detection
4
+
1
5
  # 1.1.1
2
6
 
3
7
  * Adjusting ordering of app server detection.
@@ -66,7 +66,7 @@ module ScoutRails
66
66
  elsif rainbows? then :rainbows
67
67
  elsif unicorn? then :unicorn
68
68
  elsif thin? then :thin
69
- elsif webrick then :webrick
69
+ elsif webrick? then :webrick
70
70
  else nil
71
71
  end
72
72
  end
@@ -1,3 +1,3 @@
1
1
  module ScoutRails
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: