clouder 0.5.2 → 0.5.3
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.
- data/History.txt +4 -0
- data/Manifest.txt +0 -1
- data/README.txt +2 -1
- data/Rakefile +1 -0
- data/lib/clouder.rb +2 -2
- metadata +20 -30
- data.tar.gz.sig +0 -3
- data/VERSION +0 -1
- metadata.gz.sig +0 -0
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/README.txt
CHANGED
data/Rakefile
CHANGED
data/lib/clouder.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$:.unshift(File.dirname(__FILE__)) unless
|
|
2
2
|
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
|
|
3
3
|
|
|
4
|
-
require
|
|
4
|
+
require 'rubygems'
|
|
5
5
|
require 'json'
|
|
6
6
|
require 'restclient'
|
|
7
7
|
require 'clouder/entity'
|
|
@@ -9,7 +9,7 @@ require 'clouder/rest'
|
|
|
9
9
|
|
|
10
10
|
# The Clouder module holds global server-wide functions.
|
|
11
11
|
module Clouder
|
|
12
|
-
VERSION = '0.5.
|
|
12
|
+
VERSION = '0.5.3'
|
|
13
13
|
|
|
14
14
|
# Returns an array of URIs of the resources exposed by
|
|
15
15
|
# the CloudKit server at the +uri+.
|
metadata
CHANGED
|
@@ -5,37 +5,16 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.5.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Demetrius Nunes
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
|
-
cert_chain:
|
|
16
|
-
- |
|
|
17
|
-
-----BEGIN CERTIFICATE-----
|
|
18
|
-
MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRcwFQYDVQQDDA5kZW1l
|
|
19
|
-
dHJpdXNudW5lczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQB
|
|
20
|
-
GRYDY29tMB4XDTEwMDQwNDE2NDkxNFoXDTExMDQwNDE2NDkxNFowRTEXMBUGA1UE
|
|
21
|
-
AwwOZGVtZXRyaXVzbnVuZXMxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmS
|
|
22
|
-
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMHx
|
|
23
|
-
gRYxP0vOvL8ygNCaZkH/IIKO3t0rrbgpcyIAA7sa3u4Xzqg7hUINeVTqFpsSHHZH
|
|
24
|
-
x99XnCHbIdtjKLTpZhqb6TrSstkRU1RN9Xvl24wxqI+BfJogYCpbd3JBQnU0tNxy
|
|
25
|
-
C7EjyOo385pe7ZJt+LG4a1PdtWaaCxLMpgrKo+UTR8knpGX0Ll3fBpIdVetZp/Hp
|
|
26
|
-
FcFLmEOVBtFfENUGrrcl4YBZAJoYfmD7x6rnvWGWWHvzqPLkqxyjQ9O2Q26oZpC0
|
|
27
|
-
z8K1mha6HmFeaz+nSaUOtUN4w+3gxsWkmd/1RFbLhu4RTbx0lK2uMFmQIVPljE3q
|
|
28
|
-
/mHHw6fvjKGA5lwKE9UCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
|
29
|
-
HQYDVR0OBBYEFI4zQJPy4gYjwTJp0PIS0dic68GWMA0GCSqGSIb3DQEBBQUAA4IB
|
|
30
|
-
AQBPa94XrVhsKGXqeq6iCnGSq8eqeVKi540uRX9drhvG+XjA6vUAy3PewyDdnfhS
|
|
31
|
-
acc85aw12DpiyRz3m3CM8KYzAGorsXS2vBy2gfOW0BcILYstmCRZjp4GQZASxcgr
|
|
32
|
-
pkdzntRzRDJc9o87VrZ0yw4kjc6lQFyz8cveL/+0kfbf7fTJg4vlwuf80TfIuArf
|
|
33
|
-
H8jcPZLAVpT0g2lDvNUD+jtMUiMjFBkd4NeQQDwNfNFKoUGUNFt2bk4gvUsBa4m1
|
|
34
|
-
OQwBd1iwB5eI+mXBhwgE2jJWYEg92GpQSwm4u8Zh158SNXIabwAZpzogyrmpx/nl
|
|
35
|
-
kmZ27z//zac0P5RP8jb94wIq
|
|
36
|
-
-----END CERTIFICATE-----
|
|
15
|
+
cert_chain: []
|
|
37
16
|
|
|
38
|
-
date: 2010-04-
|
|
17
|
+
date: 2010-04-06 00:00:00 -03:00
|
|
39
18
|
default_executable:
|
|
40
19
|
dependencies:
|
|
41
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -51,9 +30,21 @@ dependencies:
|
|
|
51
30
|
type: :runtime
|
|
52
31
|
version_requirements: *id001
|
|
53
32
|
- !ruby/object:Gem::Dependency
|
|
54
|
-
name:
|
|
33
|
+
name: json
|
|
55
34
|
prerelease: false
|
|
56
35
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
segments:
|
|
40
|
+
- 0
|
|
41
|
+
version: "0"
|
|
42
|
+
type: :runtime
|
|
43
|
+
version_requirements: *id002
|
|
44
|
+
- !ruby/object:Gem::Dependency
|
|
45
|
+
name: rubyforge
|
|
46
|
+
prerelease: false
|
|
47
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
57
48
|
requirements:
|
|
58
49
|
- - ">="
|
|
59
50
|
- !ruby/object:Gem::Version
|
|
@@ -63,11 +54,11 @@ dependencies:
|
|
|
63
54
|
- 4
|
|
64
55
|
version: 2.0.4
|
|
65
56
|
type: :development
|
|
66
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *id003
|
|
67
58
|
- !ruby/object:Gem::Dependency
|
|
68
59
|
name: hoe
|
|
69
60
|
prerelease: false
|
|
70
|
-
requirement: &
|
|
61
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
71
62
|
requirements:
|
|
72
63
|
- - ">="
|
|
73
64
|
- !ruby/object:Gem::Version
|
|
@@ -77,7 +68,7 @@ dependencies:
|
|
|
77
68
|
- 0
|
|
78
69
|
version: 2.6.0
|
|
79
70
|
type: :development
|
|
80
|
-
version_requirements: *
|
|
71
|
+
version_requirements: *id004
|
|
81
72
|
description: |-
|
|
82
73
|
A Ruby client library for accessing CloudKit (http://getcloudkit.com)
|
|
83
74
|
RESTful repositories using simple Ruby objects.
|
|
@@ -96,7 +87,6 @@ files:
|
|
|
96
87
|
- Manifest.txt
|
|
97
88
|
- README.txt
|
|
98
89
|
- Rakefile
|
|
99
|
-
- VERSION
|
|
100
90
|
- lib/clouder.rb
|
|
101
91
|
- lib/clouder/entity.rb
|
|
102
92
|
- lib/clouder/rest.rb
|
data.tar.gz.sig
DELETED
data/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.5.2
|
metadata.gz.sig
DELETED
|
Binary file
|