ruby-backports 0.0.5 → 0.0.6

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 (6) hide show
  1. checksums.yaml +7 -0
  2. data/ChangeLog +2 -0
  3. data/README +6 -6
  4. data/Rakefile +8 -9
  5. data/lib/backports/version.rb +1 -1
  6. metadata +36 -55
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 23a9b3f0d27b7e1e1b4b953727416f3413517ee5
4
+ data.tar.gz: 6528e1089aee4e04e6ee7b5222b1748bbf39aa74
5
+ SHA512:
6
+ metadata.gz: 74dbd3382bd303a72f2a4ff0eea051f2f5ad90537ef0144c893486b61069d8050d735b9ea3e6eac6ea4aace3a11b910a08c46d612449ec41e178bcc7121c75dc
7
+ data.tar.gz: 683bbe21180f36884419d032a9e4e0b1b4cc7a256d0e9063685ba2c3781584b590d4b4af1d654806450bdeae935d8d66de75f48c9e806f1f7a2b8203eb183e40
data/ChangeLog CHANGED
@@ -1,3 +1,5 @@
1
+ # markup: rd
2
+
1
3
  = Revision history for ruby-backports
2
4
 
3
5
  == 0.0.1 [2008-10-27]
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to ruby-backports version 0.0.5
5
+ This documentation refers to ruby-backports version 0.0.6
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -19,19 +19,19 @@ Get all backports suitable for you:
19
19
  == LINKS
20
20
 
21
21
  <b></b>
22
- Documentation:: http://prometheus.rubyforge.org/ruby-backports
23
- Source code:: http://github.com/blackwinter/ruby-backports
24
- RubyForge project:: http://rubyforge.org/projects/prometheus
22
+ Documentation:: http://blackwinter.github.com/ruby-backports
23
+ Source code:: http://github.com/blackwinter/ruby-backports
24
+ RubyGem:: http://rubygems.org/gems/ruby-backports
25
25
 
26
26
 
27
27
  == AUTHORS
28
28
 
29
- * Jens Wille <mailto:jens.wille@uni-koeln.de>
29
+ * Jens Wille <mailto:jens.wille@gmail.com>
30
30
 
31
31
 
32
32
  == LICENSE AND COPYRIGHT
33
33
 
34
- Copyright (C) 2008-2011 Jens Wille
34
+ Copyright (C) 2008-2013 Jens Wille
35
35
 
36
36
  ruby-backports is free software: you can redistribute it and/or modify it
37
37
  under the terms of the GNU Affero General Public License as published by
data/Rakefile CHANGED
@@ -4,16 +4,15 @@ begin
4
4
  require 'hen'
5
5
 
6
6
  Hen.lay! {{
7
- :rubyforge => {
8
- :project => %q{prometheus},
9
- :package => %q{ruby-backports}
10
- },
11
-
12
7
  :gem => {
13
- :version => Backports::VERSION,
14
- :summary => %q{Backports of newer Ruby features to older versions.},
15
- :author => %q{Jens Wille},
16
- :email => %q{jens.wille@uni-koeln.de}
8
+ :name => %q{ruby-backports},
9
+ :version => Backports::VERSION,
10
+ :summary => %q{Backports of newer Ruby features to older versions.},
11
+ :author => %q{Jens Wille},
12
+ :email => %q{jens.wille@gmail.com},
13
+ :license => %q{AGPL-3.0},
14
+ :homepage => :blackwinter,
15
+ :dependencies => %w[]
17
16
  }
18
17
  }}
19
18
  rescue LoadError => err
@@ -4,7 +4,7 @@ module Backports
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- TINY = 5
7
+ TINY = 6
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,82 +1,63 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ruby-backports
3
- version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 5
10
- version: 0.0.5
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.6
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Jens Wille
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2011-04-29 00:00:00 Z
11
+ date: 2013-12-19 00:00:00.000000000 Z
19
12
  dependencies: []
20
-
21
13
  description: Backports of newer Ruby features to older versions.
22
- email: jens.wille@uni-koeln.de
14
+ email: jens.wille@gmail.com
23
15
  executables: []
24
-
25
16
  extensions: []
26
-
27
- extra_rdoc_files:
17
+ extra_rdoc_files:
28
18
  - README
29
19
  - COPYING
30
20
  - ChangeLog
31
- files:
21
+ files:
22
+ - lib/backports.rb
32
23
  - lib/backports/digest.rb
33
- - lib/backports/tempfile.rb
34
24
  - lib/backports/dir.rb
25
+ - lib/backports/tempfile.rb
35
26
  - lib/backports/version.rb
36
- - lib/backports.rb
37
- - README
27
+ - COPYING
38
28
  - ChangeLog
29
+ - README
39
30
  - Rakefile
40
- - COPYING
41
- homepage: http://prometheus.rubyforge.org/ruby-backports
42
- licenses: []
43
-
31
+ homepage: http://github.com/blackwinter/ruby-backports
32
+ licenses:
33
+ - AGPL-3.0
34
+ metadata: {}
44
35
  post_install_message:
45
- rdoc_options:
46
- - --line-numbers
47
- - --main
48
- - README
49
- - --charset
36
+ rdoc_options:
37
+ - "--title"
38
+ - ruby-backports Application documentation (v0.0.6)
39
+ - "--charset"
50
40
  - UTF-8
51
- - --all
52
- - --title
53
- - ruby-backports Application documentation (v0.0.5)
54
- require_paths:
41
+ - "--line-numbers"
42
+ - "--all"
43
+ - "--main"
44
+ - README
45
+ require_paths:
55
46
  - lib
56
- required_ruby_version: !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
59
49
  - - ">="
60
- - !ruby/object:Gem::Version
61
- hash: 3
62
- segments:
63
- - 0
64
- version: "0"
65
- required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
- requirements:
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
68
54
  - - ">="
69
- - !ruby/object:Gem::Version
70
- hash: 3
71
- segments:
72
- - 0
73
- version: "0"
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
74
57
  requirements: []
75
-
76
- rubyforge_project: prometheus
77
- rubygems_version: 1.7.2
58
+ rubyforge_project:
59
+ rubygems_version: 2.1.11
78
60
  signing_key:
79
- specification_version: 3
61
+ specification_version: 4
80
62
  summary: Backports of newer Ruby features to older versions.
81
63
  test_files: []
82
-