added_methods 0.1.1 → 0.1.2

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 86ad9987e984d6f411fdc6099847e54774d60804
4
+ data.tar.gz: ebc087612cf8dd14319d707f762f6ff097159a3e
5
+ SHA512:
6
+ metadata.gz: c7fb8d388830c2c7f76bb8866105e55222400d8f624e96c3333f141550a021b899e848626fe664e28e211b157139861898d10eb537249531dcfa6cfecf659b95
7
+ data.tar.gz: 2cd3c03bc4d4239abd9b2f3ca07d33123a55ef411eab3d3f4bf22ecd3acd8e1e601f2bb49d05917b4c459ed8811414c1dc3ae5a8a373047cf35cb4f4d1e66272
data/ChangeLog CHANGED
@@ -1,3 +1,5 @@
1
+ # markup: rd
2
+
1
3
  = Revision history for added_methods
2
4
 
3
5
  == 0.0.1 [2009-03-25]
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to added_methods version 0.1.1
5
+ This documentation refers to added_methods version 0.1.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -41,17 +41,19 @@ Example:
41
41
  == LINKS
42
42
 
43
43
  <b></b>
44
- Source code:: http://github.com/blackwinter/added_methods
44
+ Documentation:: http://blackwinter.github.com/added_methods
45
+ Source code:: http://github.com/blackwinter/added_methods
46
+ RubyGem:: http://rubygems.org/gems/added_methods
45
47
 
46
48
 
47
49
  == AUTHORS
48
50
 
49
- * Jens Wille <mailto:jens.wille@uni-koeln.de>
51
+ * Jens Wille <mailto:jens.wille@gmail.com>
50
52
 
51
53
 
52
54
  == LICENSE AND COPYRIGHT
53
55
 
54
- Copyright (C) 2007-2011 Jens Wille
56
+ Copyright (C) 2007-2013 Jens Wille
55
57
 
56
58
  added_methods is free software: you can redistribute it and/or modify it
57
59
  under the terms of the GNU Affero General Public License as published by
data/Rakefile CHANGED
@@ -9,7 +9,8 @@ begin
9
9
  :version => AddedMethods::VERSION,
10
10
  :summary => %q{Watches for added methods and records them.},
11
11
  :author => %q{Jens Wille},
12
- :email => %q{jens.wille@uni-koeln.de},
12
+ :email => %q{jens.wille@gmail.com},
13
+ :license => %q{AGPL-3.0},
13
14
  :homepage => :blackwinter
14
15
  }
15
16
  }}
@@ -3,10 +3,10 @@
3
3
  # #
4
4
  # added_methods - watch for added methods and record them. #
5
5
  # #
6
- # Copyright (C) 2007-2011 Jens Wille #
6
+ # Copyright (C) 2007-2013 Jens Wille #
7
7
  # #
8
8
  # Authors: #
9
- # Jens Wille <jens.wille@uni-koeln.de> #
9
+ # Jens Wille <jens.wille@gmail.com> #
10
10
  # #
11
11
  # added_methods is free software; you can redistribute it and/or modify it #
12
12
  # under the terms of the GNU Affero General Public License as published by #
@@ -3,10 +3,10 @@
3
3
  # #
4
4
  # A component of added_methods, the added method watcher. #
5
5
  # #
6
- # Copyright (C) 2007-2011 Jens Wille #
6
+ # Copyright (C) 2007-2013 Jens Wille #
7
7
  # #
8
8
  # Authors: #
9
- # Jens Wille <jens.wille@uni-koeln.de> #
9
+ # Jens Wille <jens.wille@gmail.com> #
10
10
  # #
11
11
  # added_methods is free software; you can redistribute it and/or modify it #
12
12
  # under the terms of the GNU Affero General Public License as published by #
@@ -4,7 +4,7 @@ module AddedMethods
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,84 +1,65 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: added_methods
3
- version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease:
6
- segments:
7
- - 0
8
- - 1
9
- - 1
10
- version: 0.1.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
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: Watches for added methods and records them.
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/added_methods.rb
32
23
  - lib/added_methods/added_method.rb
33
24
  - lib/added_methods/init.rb
34
25
  - lib/added_methods/version.rb
35
- - lib/added_methods.rb
36
- - README
26
+ - COPYING
37
27
  - ChangeLog
28
+ - README
38
29
  - Rakefile
39
- - COPYING
40
- - spec/spec.opts
41
30
  - spec/added_methods_spec.rb
31
+ - spec/spec.opts
42
32
  - spec/spec_helper.rb
43
33
  homepage: http://github.com/blackwinter/added_methods
44
- licenses: []
45
-
34
+ licenses:
35
+ - AGPL-3.0
36
+ metadata: {}
46
37
  post_install_message:
47
- rdoc_options:
48
- - --charset
38
+ rdoc_options:
39
+ - "--title"
40
+ - added_methods Application documentation (v0.1.2)
41
+ - "--charset"
49
42
  - UTF-8
50
- - --title
51
- - added_methods Application documentation (v0.1.1)
52
- - --main
43
+ - "--line-numbers"
44
+ - "--all"
45
+ - "--main"
53
46
  - README
54
- - --line-numbers
55
- - --all
56
- require_paths:
47
+ require_paths:
57
48
  - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
59
- none: false
60
- requirements:
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
61
51
  - - ">="
62
- - !ruby/object:Gem::Version
63
- hash: 3
64
- segments:
65
- - 0
66
- version: "0"
67
- required_rubygems_version: !ruby/object:Gem::Requirement
68
- none: false
69
- requirements:
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
70
56
  - - ">="
71
- - !ruby/object:Gem::Version
72
- hash: 3
73
- segments:
74
- - 0
75
- version: "0"
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
76
59
  requirements: []
77
-
78
60
  rubyforge_project:
79
- rubygems_version: 1.7.2
61
+ rubygems_version: 2.1.11
80
62
  signing_key:
81
- specification_version: 3
63
+ specification_version: 4
82
64
  summary: Watches for added methods and records them.
83
65
  test_files: []
84
-