object_proxy 1.1.3 → 1.1.4

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 (4) hide show
  1. data/LICENSE +20 -0
  2. data/VERSION +1 -1
  3. data/object_proxy.gemspec +20 -20
  4. metadata +14 -7
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Jack Danger Canty
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
data/object_proxy.gemspec CHANGED
@@ -1,50 +1,50 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{object_proxy}
8
- s.version = "1.1.3"
8
+ s.version = "1.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Danger Canty"]
12
- s.date = %q{2010-07-15}
12
+ s.date = %q{2011-04-10}
13
13
  s.description = %q{Tiny class that defers nearly all method calls to an object of your choice}
14
14
  s.email = %q{rubygems@6brand.com}
15
15
  s.extra_rdoc_files = [
16
+ "LICENSE",
16
17
  "README.txt"
17
18
  ]
18
19
  s.files = [
19
20
  "History.txt",
20
- "Manifest.txt",
21
- "README.txt",
22
- "Rakefile",
23
- "VERSION",
24
- "init.rb",
25
- "install.rb",
26
- "lib/object_proxy.rb",
27
- "lib/object_proxy_safe_hash.rb",
28
- "object_proxy.gemspec",
29
- "rails/init.rb",
30
- "test/test_object_proxy.rb",
31
- "test/test_object_proxy_safe_hash.rb"
21
+ "LICENSE",
22
+ "Manifest.txt",
23
+ "README.txt",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "init.rb",
27
+ "install.rb",
28
+ "lib/object_proxy.rb",
29
+ "lib/object_proxy_safe_hash.rb",
30
+ "object_proxy.gemspec",
31
+ "rails/init.rb",
32
+ "test/test_object_proxy.rb",
33
+ "test/test_object_proxy_safe_hash.rb"
32
34
  ]
33
35
  s.homepage = %q{http://github.com/JackDanger/object_proxy}
34
- s.rdoc_options = ["--charset=UTF-8"]
35
36
  s.require_paths = ["lib"]
36
- s.rubygems_version = %q{1.3.6}
37
+ s.rubygems_version = %q{1.4.2}
37
38
  s.summary = %q{An even lighter-weight version of BlankSlate for wrapping Ruby objects}
38
39
  s.test_files = [
39
40
  "test/test_object_proxy.rb",
40
- "test/test_object_proxy_safe_hash.rb"
41
+ "test/test_object_proxy_safe_hash.rb"
41
42
  ]
42
43
 
43
44
  if s.respond_to? :specification_version then
44
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
45
45
  s.specification_version = 3
46
46
 
47
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
47
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
48
48
  else
49
49
  end
50
50
  else
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: object_proxy
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 27
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 1
8
- - 3
9
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
10
11
  platform: ruby
11
12
  authors:
12
13
  - Jack Danger Canty
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-07-15 00:00:00 -07:00
18
+ date: 2011-04-10 00:00:00 -07:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -25,9 +26,11 @@ executables: []
25
26
  extensions: []
26
27
 
27
28
  extra_rdoc_files:
29
+ - LICENSE
28
30
  - README.txt
29
31
  files:
30
32
  - History.txt
33
+ - LICENSE
31
34
  - Manifest.txt
32
35
  - README.txt
33
36
  - Rakefile
@@ -45,28 +48,32 @@ homepage: http://github.com/JackDanger/object_proxy
45
48
  licenses: []
46
49
 
47
50
  post_install_message:
48
- rdoc_options:
49
- - --charset=UTF-8
51
+ rdoc_options: []
52
+
50
53
  require_paths:
51
54
  - lib
52
55
  required_ruby_version: !ruby/object:Gem::Requirement
56
+ none: false
53
57
  requirements:
54
58
  - - ">="
55
59
  - !ruby/object:Gem::Version
60
+ hash: 3
56
61
  segments:
57
62
  - 0
58
63
  version: "0"
59
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
+ none: false
60
66
  requirements:
61
67
  - - ">="
62
68
  - !ruby/object:Gem::Version
69
+ hash: 3
63
70
  segments:
64
71
  - 0
65
72
  version: "0"
66
73
  requirements: []
67
74
 
68
75
  rubyforge_project:
69
- rubygems_version: 1.3.6
76
+ rubygems_version: 1.4.2
70
77
  signing_key:
71
78
  specification_version: 3
72
79
  summary: An even lighter-weight version of BlankSlate for wrapping Ruby objects