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.
- data/lib/map.rb +1 -1
- data/lib/map/options.rb +2 -2
- data/map.gemspec +1 -1
- metadata +4 -4
data/lib/map.rb
CHANGED
data/lib/map/options.rb
CHANGED
@@ -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
|
data/map.gemspec
CHANGED
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 2.7.
|
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-
|
18
|
+
date: 2011-03-02 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|