dynarex-usersblog 0.2.7 → 0.2.8
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 +38 -44
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: dc83453c3c015237a9f8529b2e930e577117abcd
|
4
|
+
data.tar.gz: a96a744410bf921d21388352a8ee589fc087fb22
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: afddeb481abce1d154bd0ee57fcd84366fae505188c009305dfd441f597db2664c957802c06cac529c47e68fa69a476e449acd8d8a3f7acdbec04719721ad192
|
7
|
+
data.tar.gz: b10124be2415d88fc41e22d90b48c9eaeef0e317caa3a814c921672cb7a11c12d4dcbd8751d3251f0c1711fe2a05c10142348fd2db5ee3001ffe0e7c7d618670
|
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: dynarex-usersblog
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.2.7
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.8
|
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,56 +29,51 @@ cert_chain:
|
|
30
29
|
AVipftLMGoHBKih8MDTiA/q70TkpyjBIqr7SPPUtd4rEm4ntokXa25npTmkiAMcT
|
31
30
|
0Lsf3hGTIaFNL7eBicJlQB8+A8DMOK3G
|
32
31
|
-----END CERTIFICATE-----
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
- !ruby/object:Gem::Dependency
|
32
|
+
date: 2013-07-27 00:00:00.000000000 Z
|
33
|
+
dependencies:
|
34
|
+
- !ruby/object:Gem::Dependency
|
37
35
|
name: dynarex-blog
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
version: "0"
|
36
|
+
requirement: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
45
41
|
type: :runtime
|
46
|
-
|
42
|
+
prerelease: false
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '>='
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
47
48
|
description:
|
48
|
-
email:
|
49
|
+
email: james@r0bertson.co.uk
|
49
50
|
executables: []
|
50
|
-
|
51
51
|
extensions: []
|
52
|
-
|
53
52
|
extra_rdoc_files: []
|
54
|
-
|
55
|
-
files:
|
53
|
+
files:
|
56
54
|
- lib/dynarex-usersblog.rb
|
57
|
-
homepage:
|
58
|
-
licenses:
|
59
|
-
|
55
|
+
homepage: https://github.com/jrobertson/dynarex-usersblog
|
56
|
+
licenses:
|
57
|
+
- MIT
|
58
|
+
metadata: {}
|
60
59
|
post_install_message:
|
61
60
|
rdoc_options: []
|
62
|
-
|
63
|
-
require_paths:
|
61
|
+
require_paths:
|
64
62
|
- lib
|
65
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: "0"
|
63
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - '>='
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
68
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
|
+
requirements:
|
70
|
+
- - '>='
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '0'
|
77
73
|
requirements: []
|
78
|
-
|
79
74
|
rubyforge_project:
|
80
|
-
rubygems_version:
|
75
|
+
rubygems_version: 2.0.0.rc.2
|
81
76
|
signing_key:
|
82
|
-
specification_version:
|
77
|
+
specification_version: 4
|
83
78
|
summary: dynarex-usersblog
|
84
79
|
test_files: []
|
85
|
-
|
metadata.gz.sig
CHANGED
Binary file
|