server_metrics 1.2.2.pre → 1.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.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # 1.2.2
2
2
 
3
3
  * Setting LC_ALL for disk
4
+ * More forgiving #linux? check
4
5
 
5
6
  # 1.2.1
6
7
 
@@ -136,7 +136,7 @@ module ServerMetrics
136
136
  end
137
137
 
138
138
  def linux?
139
- RbConfig::CONFIG['target_os'] == 'linux'
139
+ RbConfig::CONFIG['target_os'].start_with?('linux')
140
140
  end
141
141
 
142
142
  def osx?
@@ -144,4 +144,4 @@ module ServerMetrics
144
144
  end
145
145
 
146
146
  end
147
- end
147
+ end
@@ -1,3 +1,3 @@
1
1
  module ServerMetrics
2
- VERSION = "1.2.2.pre"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: server_metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2.pre
5
- prerelease: 6
4
+ version: 1.2.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andre Lewis
@@ -161,9 +161,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  none: false
163
163
  requirements:
164
- - - ! '>'
164
+ - - ! '>='
165
165
  - !ruby/object:Gem::Version
166
- version: 1.3.1
166
+ version: '0'
167
167
  requirements: []
168
168
  rubyforge_project:
169
169
  rubygems_version: 1.8.23