cloudsponge 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- data/{cloudsponge/.gitignore → .gitignore} +0 -0
- data/{cloudsponge/Gemfile → Gemfile} +0 -0
- data/{cloudsponge/Gemfile.lock → Gemfile.lock} +0 -0
- data/{cloudsponge/HISTORY → HISTORY} +0 -0
- data/Manifest.txt +16 -0
- data/{cloudsponge/README → README} +0 -0
- data/{cloudsponge/Rakefile → Rakefile} +0 -0
- data/{cloudsponge/TODO → TODO} +0 -0
- data/{cloudsponge/cloudsponge.gemspec → cloudsponge.gemspec} +1 -1
- data/{cloudsponge/lib → lib}/cloudsponge.rb +0 -0
- data/{cloudsponge/lib → lib}/cloudsponge/contact.rb +0 -0
- data/{cloudsponge/lib → lib}/cloudsponge/contact_importer.rb +0 -0
- data/{cloudsponge/lib → lib}/cloudsponge/cs_exception.rb +0 -0
- data/{cloudsponge/lib → lib}/cloudsponge/event.rb +0 -0
- data/{cloudsponge/lib → lib}/cloudsponge/utility.rb +0 -0
- data/{cloudsponge/lib → lib}/cloudsponge/version.rb +1 -1
- data/{cloudsponge/test → test}/test_contact.rb +0 -0
- data/{cloudsponge/test → test}/test_contact_importer.rb +0 -0
- data/{cloudsponge/test → test}/test_cs_exception.rb +0 -0
- data/{cloudsponge/test → test}/test_helper.rb +0 -0
- data/{cloudsponge/test → test}/test_utility.rb +0 -0
- metadata +27 -66
- data/cloudsponge/Manifest.txt +0 -16
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/Manifest.txt
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# HISTORY
|
2
|
+
# Manifest.txt
|
3
|
+
# Rakefile
|
4
|
+
# README
|
5
|
+
# TODO
|
6
|
+
# lib/cloudsponge
|
7
|
+
# lib/cloudsponge/event.rb
|
8
|
+
# lib/cloudsponge/cs_exception.rb
|
9
|
+
# lib/cloudsponge/utility.rb
|
10
|
+
# lib/cloudsponge/contact.rb
|
11
|
+
# lib/cloudsponge/contact_importer.rb
|
12
|
+
# lib/cloudsponge.rb
|
13
|
+
# test/test_cs_exception.rb
|
14
|
+
# test/test_utility.rb
|
15
|
+
# test/test_contact.rb
|
16
|
+
# test/test_contact_importer.rb
|
File without changes
|
File without changes
|
data/{cloudsponge/TODO → TODO}
RENAMED
File without changes
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.rubyforge_project = "cloudsponge"
|
16
16
|
|
17
17
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
18
|
-
s.add_development_dependency "ruby-debug", ">= 0.10.3"
|
18
|
+
# s.add_development_dependency "ruby-debug", ">= 0.10.3"
|
19
19
|
s.add_dependency "json", ">=1.6.1"
|
20
20
|
|
21
21
|
s.files = `git ls-files`.split("\n")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudsponge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 9
|
9
|
-
- 7
|
10
|
-
version: 0.9.7
|
4
|
+
prerelease:
|
5
|
+
version: 0.9.8
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Graeme Rouse
|
@@ -15,7 +10,7 @@ autorequire:
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date: 2011-09-
|
13
|
+
date: 2011-09-21 00:00:00 -07:00
|
19
14
|
default_executable:
|
20
15
|
dependencies:
|
21
16
|
- !ruby/object:Gem::Dependency
|
@@ -26,46 +21,20 @@ dependencies:
|
|
26
21
|
requirements:
|
27
22
|
- - ">="
|
28
23
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 23
|
30
|
-
segments:
|
31
|
-
- 1
|
32
|
-
- 0
|
33
|
-
- 0
|
34
24
|
version: 1.0.0
|
35
25
|
type: :development
|
36
26
|
version_requirements: *id001
|
37
|
-
- !ruby/object:Gem::Dependency
|
38
|
-
name: ruby-debug
|
39
|
-
prerelease: false
|
40
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
|
-
requirements:
|
43
|
-
- - ">="
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
hash: 49
|
46
|
-
segments:
|
47
|
-
- 0
|
48
|
-
- 10
|
49
|
-
- 3
|
50
|
-
version: 0.10.3
|
51
|
-
type: :development
|
52
|
-
version_requirements: *id002
|
53
27
|
- !ruby/object:Gem::Dependency
|
54
28
|
name: json
|
55
29
|
prerelease: false
|
56
|
-
requirement: &
|
30
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
57
31
|
none: false
|
58
32
|
requirements:
|
59
33
|
- - ">="
|
60
34
|
- !ruby/object:Gem::Version
|
61
|
-
hash: 13
|
62
|
-
segments:
|
63
|
-
- 1
|
64
|
-
- 6
|
65
|
-
- 1
|
66
35
|
version: 1.6.1
|
67
36
|
type: :runtime
|
68
|
-
version_requirements: *
|
37
|
+
version_requirements: *id002
|
69
38
|
description: CloudSponge is the tool that you need to go viral. Create an account at http://www.cloudsponge.com and integrate with this library. In a few lines of code you'll have access to your users' contact lists.
|
70
39
|
email:
|
71
40
|
- graeme@cloudsponge.com
|
@@ -76,27 +45,27 @@ extensions: []
|
|
76
45
|
extra_rdoc_files: []
|
77
46
|
|
78
47
|
files:
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
84
|
-
-
|
85
|
-
-
|
86
|
-
-
|
87
|
-
- cloudsponge
|
88
|
-
-
|
89
|
-
-
|
90
|
-
-
|
91
|
-
-
|
92
|
-
-
|
93
|
-
-
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
48
|
+
- .gitignore
|
49
|
+
- Gemfile
|
50
|
+
- Gemfile.lock
|
51
|
+
- HISTORY
|
52
|
+
- Manifest.txt
|
53
|
+
- README
|
54
|
+
- Rakefile
|
55
|
+
- TODO
|
56
|
+
- cloudsponge.gemspec
|
57
|
+
- lib/cloudsponge.rb
|
58
|
+
- lib/cloudsponge/contact.rb
|
59
|
+
- lib/cloudsponge/contact_importer.rb
|
60
|
+
- lib/cloudsponge/cs_exception.rb
|
61
|
+
- lib/cloudsponge/event.rb
|
62
|
+
- lib/cloudsponge/utility.rb
|
63
|
+
- lib/cloudsponge/version.rb
|
64
|
+
- test/test_contact.rb
|
65
|
+
- test/test_contact_importer.rb
|
66
|
+
- test/test_cs_exception.rb
|
67
|
+
- test/test_helper.rb
|
68
|
+
- test/test_utility.rb
|
100
69
|
has_rdoc: true
|
101
70
|
homepage: http://rubygems.org/gems/cloudsponge
|
102
71
|
licenses: []
|
@@ -111,25 +80,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
80
|
requirements:
|
112
81
|
- - ">="
|
113
82
|
- !ruby/object:Gem::Version
|
114
|
-
hash: 3
|
115
|
-
segments:
|
116
|
-
- 0
|
117
83
|
version: "0"
|
118
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
85
|
none: false
|
120
86
|
requirements:
|
121
87
|
- - ">="
|
122
88
|
- !ruby/object:Gem::Version
|
123
|
-
hash: 23
|
124
|
-
segments:
|
125
|
-
- 1
|
126
|
-
- 3
|
127
|
-
- 6
|
128
89
|
version: 1.3.6
|
129
90
|
requirements: []
|
130
91
|
|
131
92
|
rubyforge_project: cloudsponge
|
132
|
-
rubygems_version: 1.
|
93
|
+
rubygems_version: 1.6.2
|
133
94
|
signing_key:
|
134
95
|
specification_version: 3
|
135
96
|
summary: CloudSponge integration library for Ruby
|
data/cloudsponge/Manifest.txt
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
HISTORY
|
2
|
-
Manifest.txt
|
3
|
-
Rakefile
|
4
|
-
README
|
5
|
-
TODO
|
6
|
-
lib/cloudsponge
|
7
|
-
lib/cloudsponge/event.rb
|
8
|
-
lib/cloudsponge/cs_exception.rb
|
9
|
-
lib/cloudsponge/utility.rb
|
10
|
-
lib/cloudsponge/contact.rb
|
11
|
-
lib/cloudsponge/contact_importer.rb
|
12
|
-
lib/cloudsponge.rb
|
13
|
-
test/test_cs_exception.rb
|
14
|
-
test/test_utility.rb
|
15
|
-
test/test_contact.rb
|
16
|
-
test/test_contact_importer.rb
|