Skip to content

Commit

Permalink
Adding gdata_19
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson authored and Lucas Carlson committed Aug 21, 2013
1 parent 73db0c1 commit 25f95fe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
7 changes: 4 additions & 3 deletions Gemfile
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
gem 'json'
gem 'gdata'
gem 'json', ">= 1.1.1"
gem 'gdata_19', '1.1.5'
gem 'rspec', :require => 'spec'
gem 'rake'

gem 'hpricot'
18 changes: 15 additions & 3 deletions Gemfile.lock
@@ -1,14 +1,26 @@
GEM
remote: https://rubygems.org/
specs:
gdata (1.1.2)
diff-lcs (1.2.4)
gdata_19 (1.1.5)
hpricot (0.8.6)
json (1.8.0)
rake (0.9.2.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)

PLATFORMS
ruby

DEPENDENCIES
gdata
json
gdata_19 (= 1.1.5)
hpricot
json (>= 1.1.1)
rake
rspec
5 changes: 3 additions & 2 deletions Rakefile
@@ -1,10 +1,11 @@
require 'rubygems'
require 'bundler/setup'
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
require 'lib/contacts'
require './lib/contacts'

PKG_VERSION = Contacts::VERSION

Expand Down Expand Up @@ -88,4 +89,4 @@ task :stats do
["Library", "lib"],
["Units", "test"]
).to_s
end
end
1 change: 1 addition & 0 deletions lib/contacts.rb
Expand Up @@ -11,3 +11,4 @@
require 'plaxo'
require 'aol'
require 'mailru'

0 comments on commit 25f95fe

Please sign in to comment.