backports 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/.document CHANGED
@@ -1,5 +1,6 @@
1
- README.rdoc
2
1
  lib/**/*.rb
3
2
  bin/*
4
3
  features/**/*.feature
5
- LICENSE
4
+ -
5
+ README.rdoc
6
+ LICENSE.txt
File without changes
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 5
4
- :patch: 2
4
+ :patch: 3
5
5
  :build:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "backports"
8
- s.version = "2.5.2"
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.19"
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.2
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.19
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.