scout_rails 1.1.1.pre → 1.1.1

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.
data/CHANGELOG.markdown CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  * Adjusting ordering of app server detection.
4
4
  * Changing Passenger detection to look for ::PhusionPassenger vs. ::IN_PHUSION_PASSENGER.
5
+ * Added license
5
6
 
6
7
  # 1.1.0
7
8
 
data/LICENSE.markdown ADDED
@@ -0,0 +1,7 @@
1
+ # GPL Version 2
2
+
3
+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
4
+
5
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
6
+
7
+ http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -1,3 +1,3 @@
1
1
  module ScoutRails
2
- VERSION = "1.1.1.pre"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.pre
5
- prerelease: 6
4
+ version: 1.1.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Derek Haynes
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-29 00:00:00.000000000 Z
13
+ date: 2013-02-06 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Monitors a Ruby on Rails application and reports detailed metrics on
16
16
  performance to Scout, a hosted monitoring service.
@@ -23,6 +23,7 @@ files:
23
23
  - .gitignore
24
24
  - CHANGELOG.markdown
25
25
  - Gemfile
26
+ - LICENSE.markdown
26
27
  - README.markdown
27
28
  - Rakefile
28
29
  - lib/scout_rails.rb
@@ -65,9 +66,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
66
  required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  none: false
67
68
  requirements:
68
- - - ! '>'
69
+ - - ! '>='
69
70
  - !ruby/object:Gem::Version
70
- version: 1.3.1
71
+ version: '0'
71
72
  requirements: []
72
73
  rubyforge_project: scout_rails
73
74
  rubygems_version: 1.8.10