backports 2.5.2 → 2.5.3
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/.document +3 -2
- data/{LICENSE → LICENSE.txt} +0 -0
- data/VERSION.yml +1 -1
- data/backports.gemspec +4 -4
- metadata +4 -4
data/.document
CHANGED
data/{LICENSE → LICENSE.txt}
RENAMED
|
File without changes
|
data/VERSION.yml
CHANGED
data/backports.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "backports"
|
|
8
|
-
s.version = "2.5.
|
|
8
|
+
s.version = "2.5.3"
|
|
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"]
|
|
@@ -13,14 +13,14 @@ Gem::Specification.new do |s|
|
|
|
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 = [
|
|
16
|
-
"LICENSE",
|
|
16
|
+
"LICENSE.txt",
|
|
17
17
|
"README.rdoc"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
20
|
".document",
|
|
21
21
|
".irbrc",
|
|
22
22
|
"CHANGELOG.rdoc",
|
|
23
|
-
"LICENSE",
|
|
23
|
+
"LICENSE.txt",
|
|
24
24
|
"README.rdoc",
|
|
25
25
|
"Rakefile",
|
|
26
26
|
"VERSION.yml",
|
|
@@ -119,7 +119,7 @@ Gem::Specification.new do |s|
|
|
|
119
119
|
s.rdoc_options = ["--title", "Backports library", "--main", "README.rdoc", "--line-numbers", "--inline-source"]
|
|
120
120
|
s.require_paths = ["lib"]
|
|
121
121
|
s.rubyforge_project = "backports"
|
|
122
|
-
s.rubygems_version = "1.8.
|
|
122
|
+
s.rubygems_version = "1.8.24"
|
|
123
123
|
s.summary = "Backports of Ruby 1.8.7+ for older ruby."
|
|
124
124
|
|
|
125
125
|
if s.respond_to? :specification_version then
|
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.5.
|
|
4
|
+
version: 2.5.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -19,13 +19,13 @@ email: github@marc-andre.ca
|
|
|
19
19
|
executables: []
|
|
20
20
|
extensions: []
|
|
21
21
|
extra_rdoc_files:
|
|
22
|
-
- LICENSE
|
|
22
|
+
- LICENSE.txt
|
|
23
23
|
- README.rdoc
|
|
24
24
|
files:
|
|
25
25
|
- .document
|
|
26
26
|
- .irbrc
|
|
27
27
|
- CHANGELOG.rdoc
|
|
28
|
-
- LICENSE
|
|
28
|
+
- LICENSE.txt
|
|
29
29
|
- README.rdoc
|
|
30
30
|
- Rakefile
|
|
31
31
|
- VERSION.yml
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
version: '0'
|
|
146
146
|
requirements: []
|
|
147
147
|
rubyforge_project: backports
|
|
148
|
-
rubygems_version: 1.8.
|
|
148
|
+
rubygems_version: 1.8.24
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 3
|
|
151
151
|
summary: Backports of Ruby 1.8.7+ for older ruby.
|