rbx-require-relative 0.0.6-universal-ruby-1.8.7 → 0.0.7-universal-ruby-1.8.7

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 (4) hide show
  1. data/NEWS +3 -0
  2. data/Rakefile +1 -2
  3. data/lib/version.rb +1 -1
  4. metadata +5 -5
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 0.0.7 (02-26-12)
2
+ Fix up MRI/REE 1.8.7 mess up.
3
+
1
4
  0.0.6 (02-22-12)
2
5
 
3
6
  Allow Ruby 1.9.3
data/Rakefile CHANGED
@@ -31,8 +31,7 @@ def gemspec
31
31
  end
32
32
 
33
33
  def gem_file
34
- if (RUBY_VERSION.start_with?('1.8') &&
35
- RUBY_COPYRIGHT.end_with?('Yukihiro Matsumoto'))
34
+ if gemspec.platform.to_s == 'ruby'
36
35
  "#{gemspec.name}-#{gemspec.version}.gem"
37
36
  else
38
37
  "#{gemspec.name}-#{gemspec.version}-#{gemspec.platform.to_s}.gem"
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RequireRelative
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbx-require-relative
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: universal-ruby-1.8.7
12
12
  authors:
13
13
  - R. Bernstein
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-22 00:00:00 Z
18
+ date: 2012-02-26 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: |
@@ -53,7 +53,7 @@ licenses:
53
53
  post_install_message:
54
54
  rdoc_options:
55
55
  - --title
56
- - require_relative 0.0.6 Documentation
56
+ - require_relative 0.0.7 Documentation
57
57
  require_paths:
58
58
  - lib
59
59
  required_ruby_version: !ruby/object:Gem::Requirement