map 2.7.0 → 2.7.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 (4) hide show
  1. data/lib/map.rb +1 -1
  2. data/lib/map/options.rb +2 -2
  3. data/map.gemspec +1 -1
  4. metadata +4 -4
data/lib/map.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Map < Hash
2
- Version = '2.7.0' unless defined?(Version)
2
+ Version = '2.7.1' unless defined?(Version)
3
3
  Load = Kernel.method(:load) unless defined?(Load)
4
4
 
5
5
  class << Map
@@ -152,12 +152,12 @@ end
152
152
 
153
153
  class << Map
154
154
  src = 'options_for'
155
- %w( options opts ).each do |dst|
155
+ %w( options opts extract_options ).each do |dst|
156
156
  alias_method(dst, src)
157
157
  end
158
158
 
159
159
  src = 'options_for!'
160
- %w( options! opts! ).each do |dst|
160
+ %w( options! opts! extract_options! ).each do |dst|
161
161
  alias_method(dst, src)
162
162
  end
163
163
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "map"
6
- spec.version = "2.7.0"
6
+ spec.version = "2.7.1"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "map"
9
9
  spec.description = "description: map kicks the ass"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: map
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 7
9
- - 0
10
- version: 2.7.0
9
+ - 1
10
+ version: 2.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ara T. Howard
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-01 00:00:00 -07:00
18
+ date: 2011-03-02 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21