lperichon-contacts 1.0.4 → 1.0.5
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/lib/contacts.rb +0 -1
- metadata +2 -3
- data/contacts.gemspec +0 -23
data/lib/contacts.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 5
|
|
9
|
+
version: 1.0.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors: []
|
|
12
12
|
|
|
@@ -31,7 +31,6 @@ files:
|
|
|
31
31
|
- LICENSE
|
|
32
32
|
- README.markdown
|
|
33
33
|
- Rakefile
|
|
34
|
-
- contacts.gemspec
|
|
35
34
|
- lib/contacts.rb
|
|
36
35
|
- lib/contacts/consumer.rb
|
|
37
36
|
- lib/contacts/google.rb
|
data/contacts.gemspec
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
|
2
|
-
|
|
3
|
-
Gem::Specification.new do |s|
|
|
4
|
-
s.name = %q{lperichon-contacts}
|
|
5
|
-
s.version = "1.0.4"
|
|
6
|
-
|
|
7
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
|
-
s.date = %q{2010-07-12}
|
|
9
|
-
s.files = [".gitmodules", "LICENSE", "README.markdown", "Rakefile", "contacts.gemspec", "lib/contacts.rb", "lib/contacts/consumer.rb", "lib/contacts/google.rb", "lib/contacts/oauth_consumer.rb", "lib/contacts/util.rb", "lib/contacts/version.rb", "lib/contacts/windows_live.rb", "lib/contacts/windowslivelogin.rb", "lib/contacts/yahoo.rb", "rails/init.rb", "spec/contact_spec.rb", "spec/feeds/contacts.yml", "spec/feeds/flickr/auth.getFrob.xml", "spec/feeds/flickr/auth.getToken.xml", "spec/feeds/google-many.xml", "spec/feeds/google-single.xml", "spec/feeds/wl_contacts.xml", "spec/feeds/yh_contacts.txt", "spec/feeds/yh_credential.xml", "spec/flickr/auth_spec.rb", "spec/gmail/auth_spec.rb", "spec/gmail/fetching_spec.rb", "spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb", "spec/windows_live/windows_live_spec.rb", "spec/yahoo/yahoo_spec.rb"]
|
|
10
|
-
s.require_paths = ["lib"]
|
|
11
|
-
s.rubygems_version = %q{1.3.6}
|
|
12
|
-
s.summary = %q{Fetch users' contact lists without asking them to provide their passwords, as painlessly as possible.}
|
|
13
|
-
|
|
14
|
-
if s.respond_to? :specification_version then
|
|
15
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
16
|
-
s.specification_version = 3
|
|
17
|
-
|
|
18
|
-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
19
|
-
else
|
|
20
|
-
end
|
|
21
|
-
else
|
|
22
|
-
end
|
|
23
|
-
end
|