polyrex-object-methods 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata +25 -35
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 6f785f1350b1d5b6c2b507dfc67cac326e18af0d
|
4
|
+
data.tar.gz: 4b43d89edc2480aa9c11fa28729cb27bf1e7bd64
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 386bba015f3aad12b02a8fc072149d43b46184c41883a04553c4b8bc75c95f7f57ed1781c9380e893ba8476e4dd10975d3dc3f5bcc00033bef9b09fa64e384b9
|
7
|
+
data.tar.gz: b2b1c36d4cf555477830cd7afbb994abfdc17e3d760c66d70666471958066d1adbf6771523b44194da4ee60c395b07015e3fd88c4d1df31afb16b8b930335e72
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: polyrex-object-methods
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.1.1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.2
|
6
5
|
platform: ruby
|
7
|
-
authors:
|
6
|
+
authors:
|
8
7
|
- James Robertson
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
|
-
cert_chain:
|
10
|
+
cert_chain:
|
12
11
|
- |
|
13
12
|
-----BEGIN CERTIFICATE-----
|
14
13
|
MIIDRDCCAiygAwIBAgIBADANBgkqhkiG9w0BAQUFADBIMRIwEAYDVQQDDAlnZW1t
|
@@ -30,46 +29,37 @@ cert_chain:
|
|
30
29
|
es3DjxnZ3HtCPJai2IG1YnBHqMbYc+bMctXl7HvDTEu4LKHoLlBuhpAKR6wd8MtD
|
31
30
|
Km//sD0SynJMnnOJuZI7PU5hBfrnaNmy
|
32
31
|
-----END CERTIFICATE-----
|
33
|
-
|
34
|
-
date: 2013-02-06 00:00:00 Z
|
32
|
+
date: 2013-07-27 00:00:00.000000000 Z
|
35
33
|
dependencies: []
|
36
|
-
|
37
34
|
description:
|
38
|
-
email:
|
35
|
+
email: james@r0bertson.co.uk
|
39
36
|
executables: []
|
40
|
-
|
41
37
|
extensions: []
|
42
|
-
|
43
38
|
extra_rdoc_files: []
|
44
|
-
|
45
|
-
files:
|
39
|
+
files:
|
46
40
|
- lib/polyrex-object-methods.rb
|
47
|
-
homepage:
|
48
|
-
licenses:
|
49
|
-
|
41
|
+
homepage: https://github.com/jrobertson/polyrex-object-methods
|
42
|
+
licenses:
|
43
|
+
- MIT
|
44
|
+
metadata: {}
|
50
45
|
post_install_message:
|
51
46
|
rdoc_options: []
|
52
|
-
|
53
|
-
require_paths:
|
47
|
+
require_paths:
|
54
48
|
- lib
|
55
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
- !ruby/object:Gem::Version
|
66
|
-
version: "0"
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - '>='
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
|
+
requirements:
|
56
|
+
- - '>='
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: '0'
|
67
59
|
requirements: []
|
68
|
-
|
69
60
|
rubyforge_project:
|
70
|
-
rubygems_version:
|
61
|
+
rubygems_version: 2.0.0.rc.2
|
71
62
|
signing_key:
|
72
|
-
specification_version:
|
63
|
+
specification_version: 4
|
73
64
|
summary: polyrex-object-methods
|
74
65
|
test_files: []
|
75
|
-
|
metadata.gz.sig
CHANGED
Binary file
|