hoe-debugging 1.1.0 → 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.
Files changed (3) hide show
  1. data/CHANGELOG.rdoc +7 -0
  2. data/lib/hoe/debugging.rb +6 -2
  3. metadata +3 -3
@@ -1,3 +1,10 @@
1
+ === 1.1.1 / 2012-11-26
2
+
3
+ Bugfixes:
4
+
5
+ * Correctly name suppression files for REE.
6
+
7
+
1
8
  === 1.1.0 / 2012-09-26
2
9
 
3
10
  * Valgrind suppressions can be generated with `rake test:valgrind:suppression`
@@ -10,7 +10,7 @@ class Hoe #:nodoc:
10
10
  # * <tt>test:valgrind:mem0</tt>
11
11
 
12
12
  module Debugging
13
- VERSION = "1.1.0" #:nodoc:
13
+ VERSION = "1.1.1" #:nodoc:
14
14
 
15
15
  ##
16
16
  # Optional: Used to add flags to GDB. [default: <tt>[]</tt>]
@@ -116,7 +116,11 @@ class Hoe #:nodoc:
116
116
  end
117
117
 
118
118
  def formatted_ruby_version
119
- engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"
119
+ engine = if defined?(RUBY_DESCRIPTION) && RUBY_DESCRIPTION =~ /Ruby Enterprise Edition/
120
+ "ree"
121
+ else
122
+ defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"
123
+ end
120
124
  %Q{#{engine}-#{RUBY_VERSION}.#{RUBY_PATCHLEVEL}}
121
125
  end
122
126
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-debugging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-26 00:00:00.000000000 Z
13
+ date: 2012-11-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdoc
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: -2243994185650622134
162
+ hash: -15339704876296969
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements: