Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-02 09:30:22 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-02 09:30:22 +0400
commit5cbbdf2949730bb19f9cd3f6c716ac831af6aadf (patch)
tree360cf3990c0a32612833d6cd018cc72e15f3cdab /Gemfile.lock
parent1ef9d432627b92d31014c9508196fe8456f9b317 (diff)
initial post to tumblr support
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock119
1 files changed, 60 insertions, 59 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b7923f83b..ce32423ac 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -37,19 +37,6 @@ GIT
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
-GIT
- remote: git://github.com/jnunemaker/twitter.git
- revision: ef122bbb280e229ed34347c235c68aa9349d0d8e
- ref: ef122bbb280e229ed343
- specs:
- twitter (1.0.0)
- faraday (~> 0.5.3)
- faraday_middleware (~> 0.3.0)
- hashie (~> 0.4.0)
- multi_json (~> 0.0.5)
- multi_xml (~> 0.2.0)
- simple_oauth (~> 0.1.2)
-
GEM
remote: http://rubygems.org/
specs:
@@ -85,7 +72,7 @@ GEM
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
- addressable (2.2.2)
+ addressable (2.2.4)
arel (2.0.10)
aws (2.3.32)
activesupport
@@ -163,12 +150,12 @@ GEM
factory_girl_rails (1.0.1)
factory_girl (~> 1.3)
railties (>= 3.0.0)
- faraday (0.5.4)
- addressable (~> 2.2.2)
+ faraday (0.6.1)
+ addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
- rack (< 2, >= 1.1.0)
- faraday_middleware (0.3.2)
- faraday (~> 0.5.4)
+ rack (>= 1.1.0, < 2)
+ faraday_middleware (0.6.3)
+ faraday (~> 0.6.0)
fastercsv (1.5.4)
fastthread (1.0.7)
ffi (0.6.3)
@@ -190,10 +177,10 @@ GEM
rspec-instafail (~> 0.1.4)
ruby-progressbar (~> 0.0.10)
gem_plugin (0.2.3)
- gherkin (2.3.9)
+ gherkin (2.3.10)
json (>= 1.4.6)
haml (3.0.25)
- hashie (0.4.0)
+ hashie (1.0.0)
highline (1.6.2)
http_connection (1.4.1)
i18n (0.6.0)
@@ -236,11 +223,11 @@ GEM
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
- multi_json (0.0.5)
+ multi_json (1.0.3)
multi_xml (0.2.2)
multipart-post (1.1.2)
mysql2 (0.2.6)
- net-ldap (0.1.1)
+ net-ldap (0.2.2)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
@@ -249,33 +236,36 @@ GEM
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.4.3.1)
- oa-basic (0.1.6)
- multi_json (~> 0.0.2)
- nokogiri (~> 1.4.2)
- oa-core (= 0.1.6)
+ oa-basic (0.2.6)
+ oa-core (= 0.2.6)
rest-client (~> 1.6.0)
- oa-core (0.1.6)
- rack (~> 1.1)
- oa-enterprise (0.1.6)
- net-ldap (~> 0.1.1)
+ oa-core (0.2.6)
+ oa-enterprise (0.2.6)
+ addressable (= 2.2.4)
+ net-ldap (~> 0.2.2)
nokogiri (~> 1.4.2)
- oa-core (= 0.1.6)
+ oa-core (= 0.2.6)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
- oa-oauth (0.1.6)
- multi_json (~> 0.0.2)
- nokogiri (~> 1.4.2)
- oa-core (= 0.1.6)
+ oa-more (0.2.6)
+ multi_json (~> 1.0.0)
+ oa-core (= 0.2.6)
+ rest-client (~> 1.6.0)
+ oa-oauth (0.2.6)
+ faraday (~> 0.6.1)
+ multi_json (~> 1.0.0)
+ multi_xml (~> 0.2.2)
+ oa-core (= 0.2.6)
oauth (~> 0.4.0)
- oauth2 (~> 0.1.0)
- oa-openid (0.1.6)
- oa-core (= 0.1.6)
- rack-openid (~> 1.2.0)
- ruby-openid-apps-discovery
+ oauth2 (~> 0.4.1)
+ oa-openid (0.2.6)
+ oa-core (= 0.2.6)
+ rack-openid (~> 1.3.1)
+ ruby-openid-apps-discovery (~> 1.2.0)
oauth (0.4.4)
- oauth2 (0.1.1)
- faraday (~> 0.5.0)
- multi_json (~> 0.0.4)
+ oauth2 (0.4.1)
+ faraday (~> 0.6.1)
+ multi_json (>= 0.0.5)
ohai (0.5.8)
extlib
json (<= 1.4.6, >= 1.4.4)
@@ -283,20 +273,21 @@ GEM
mixlib-config
mixlib-log
systemu
- omniauth (0.1.6)
- oa-basic (= 0.1.6)
- oa-core (= 0.1.6)
- oa-enterprise (= 0.1.6)
- oa-oauth (= 0.1.6)
- oa-openid (= 0.1.6)
+ omniauth (0.2.6)
+ oa-basic (= 0.2.6)
+ oa-core (= 0.2.6)
+ oa-enterprise (= 0.2.6)
+ oa-more (= 0.2.6)
+ oa-oauth (= 0.2.6)
+ oa-openid (= 0.2.6)
open4 (1.0.1)
orm_adapter (0.0.5)
polyglot (0.3.1)
- pyu-ruby-sasl (0.0.3.2)
+ pyu-ruby-sasl (0.0.3.3)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
- rack-openid (1.2.0)
+ rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.5.7)
@@ -314,7 +305,9 @@ GEM
activesupport (= 3.0.3)
rake (>= 0.8.7)
thor (~> 0.14.4)
- rake (0.9.0)
+ rake (0.9.1)
+ rash (0.3.0)
+ hashie (~> 1.0.0)
rcov (0.9.9)
redis (2.2.0)
redis-namespace (0.8.0)
@@ -335,7 +328,7 @@ GEM
diff-lcs (~> 1.1.2)
rspec-instafail (0.1.7)
rspec-mocks (2.6.0)
- rspec-rails (2.6.0)
+ rspec-rails (2.6.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
@@ -370,9 +363,17 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
- tilt (1.3.1)
+ tilt (1.3.2)
treetop (1.4.9)
polyglot (>= 0.3.1)
+ twitter (1.5.0)
+ faraday (~> 0.6.1)
+ faraday_middleware (~> 0.6.3)
+ hashie (~> 1.0.0)
+ multi_json (~> 1.0.0)
+ multi_xml (~> 0.2.0)
+ rash (~> 0.3.0)
+ simple_oauth (~> 0.1.5)
typhoeus (0.2.4)
mime-types
mime-types
@@ -386,7 +387,7 @@ GEM
addressable (>= 2.2.2)
crack (>= 0.1.7)
will_paginate (3.0.pre2)
- xml-simple (1.0.15)
+ xml-simple (1.0.16)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
@@ -396,7 +397,7 @@ PLATFORMS
DEPENDENCIES
SystemTimer (= 1.2.1)
acts-as-taggable-on!
- addressable (= 2.2.2)
+ addressable (= 2.2.4)
aws (= 2.3.32)
bundler (>= 1.0.0)
capistrano (= 2.5.19)
@@ -429,7 +430,7 @@ DEPENDENCIES
mysql2 (= 0.2.6)
nokogiri
ohai (= 0.5.8)
- omniauth (= 0.1.6)
+ omniauth (= 0.2.6)
rails (= 3.0.3)
rcov
resque (= 1.10.0)
@@ -444,7 +445,7 @@ DEPENDENCIES
settingslogic (= 2.0.6)
sod!
thin (= 1.2.11)
- twitter!
+ twitter (= 1.5.0)
typhoeus
webmock
will_paginate (= 3.0.pre2)