backports 2.6.3 → 2.6.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +2 -2
- data/backports.gemspec +2 -2
- data/lib/backports/1.9.2/stdlib/matrix.rb +2 -2
- metadata +2 -2
data/VERSION.yml
CHANGED
data/backports.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "backports"
|
8
|
-
s.version = "2.6.
|
8
|
+
s.version = "2.6.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Marc-Andr\u{e9} Lafortune"]
|
12
|
-
s.date = "2012-08-
|
12
|
+
s.date = "2012-08-23"
|
13
13
|
s.description = " Essential backports that enable some of the really nice features of ruby 1.8.7, ruby 1.9 and rails from ruby 1.8.6 and earlier.\n"
|
14
14
|
s.email = "github@marc-andre.ca"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -18,8 +18,8 @@ module ExceptionForMatrix # :nodoc:
|
|
18
18
|
def_e2message(TypeError, "wrong argument type %s (expected %s)")
|
19
19
|
def_e2message(ArgumentError, "Wrong # of arguments(%d for %d)")
|
20
20
|
|
21
|
-
def_exception("ErrOperationNotDefined", "Operation(%s) can\\'t be defined: %s op %s") unless const_defined?(:ErrOperationNotDefined
|
22
|
-
def_exception("ErrOperationNotImplemented", "Sorry, Operation(%s) not implemented: %s op %s") unless const_defined?(:ErrOperationNotImplemented
|
21
|
+
def_exception("ErrOperationNotDefined", "Operation(%s) can\\'t be defined: %s op %s") unless const_defined?(:ErrOperationNotDefined)
|
22
|
+
def_exception("ErrOperationNotImplemented", "Sorry, Operation(%s) not implemented: %s op %s") unless const_defined?(:ErrOperationNotImplemented)
|
23
23
|
end
|
24
24
|
|
25
25
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: backports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! ' Essential backports that enable some of the really nice features
|
15
15
|
of ruby 1.8.7, ruby 1.9 and rails from ruby 1.8.6 and earlier.
|