Skip to content

Commit

Permalink
Moving large chunks over.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 17, 2011
1 parent d11e931 commit 52458a1
Show file tree
Hide file tree
Showing 76 changed files with 260 additions and 781 deletions.
57 changes: 42 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ source 'http://rubygems.org'

gem 'rails', '3.1.0.rc4'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'

# Asset template engines
Expand All @@ -14,16 +11,46 @@ gem 'uglifier'

gem 'jquery-rails'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'

group :test do
# Pretty printed test output
gem 'turn', :require => false
gem "omniauth"
gem "sinatra", :require => "sinatra/base"
gem "mongo_mapper"
gem "mongomapper_ext"
gem "bson_ext"
gem "i18n"
gem "haml"
gem "twitter"
gem "fb_graph"
gem "pony"
gem "bcrypt-ruby", :require => "bcrypt"
gem "rdiscount"
gem "ostatus", "~>0.0.9"
gem "osub", "~>0.0.6"
gem "opub"
gem "redfinger"
gem "nokogiri", "= 1.4.4"
gem "whatlanguage"
gem "ruby-stemmer"
gem "tzinfo"
gem "rsa"
gem "exceptional"

# background job queue
gem "delayed_job", :git => "git://github.com/collectiveidea/delayed_job.git", :tag => "v2.1.4"
gem "delayed_job_mongo_mapper", :git => "git://github.com/earbits/delayed_job_mongo_mapper.git"
gem "whenever"

group :development, :test do
gem "minitest"
gem 'rack-test'
gem "database_cleaner"
gem "factory_girl"
gem "capybara"
gem "rocco"
gem "pygmentize"
gem "mocha"
gem "vcr"
gem "webmock"
gem "simplecov", "~> 0.4.0", :require => false
gem "launchy"
end

222 changes: 218 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
GIT
remote: git://github.com/collectiveidea/delayed_job.git
revision: 8dc3930f20eb7363ef0d451ac05a3851eb0caaf6
tag: v2.1.4
specs:
delayed_job (2.1.4)
activesupport (~> 3.0)
daemons

GIT
remote: git://github.com/earbits/delayed_job_mongo_mapper.git
revision: 96378a9584a077b5e01fc63294131728818d67eb
specs:
delayed_job_mongo_mapper (1.0.0)
delayed_job (~> 2.1.1)
mongo_mapper (~> 0.9)
rails (>= 3.0.0)

GEM
remote: http://rubygems.org/
specs:
aaronh-chronic (0.3.9)
actionmailer (3.1.0.rc4)
actionpack (= 3.1.0.rc4)
mail (~> 2.3.0)
Expand Down Expand Up @@ -31,34 +50,144 @@ GEM
activesupport (= 3.1.0.rc4)
activesupport (3.1.0.rc4)
multi_json (~> 1.0)
ansi (1.3.0)
addressable (2.2.4)
arel (2.1.3)
attr_required (0.0.3)
bcrypt-ruby (2.1.4)
bson (1.3.1)
bson_ext (1.3.1)
builder (3.0.0)
capybara (1.0.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 0.2.0)
xpath (~> 0.1.4)
childprocess (0.1.9)
ffi (~> 1.0.6)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.1)
crack (0.1.8)
daemons (1.1.4)
database_cleaner (0.6.7)
erubis (2.7.0)
exceptional (2.0.32)
rack
execjs (1.2.0)
multi_json (~> 1.0)
factory_girl (1.3.3)
faraday (0.6.1)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (< 2, >= 1.1.0)
faraday_middleware (0.6.5)
faraday (~> 0.6.0)
fb_graph (1.9.2)
httpclient (>= 2.2.0.2)
rack-oauth2 (>= 0.8.0)
ffi (1.0.9)
haml (3.1.2)
hashie (1.0.0)
hike (1.1.0)
httpclient (2.2.1)
i18n (0.6.0)
jquery-rails (1.0.12)
railties (~> 3.0)
thor (~> 0.14)
json (1.5.3)
json_pure (1.5.3)
launchy (2.0.1)
libxml-ruby (2.0.9)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
minitest (2.3.1)
mocha (0.9.12)
mongo (1.3.1)
bson (>= 1.3.1)
mongo_mapper (0.9.1)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.3.8)
mongomapper_ext (0.5.1)
mongo_mapper (~> 0.8)
uuidtools (>= 2.0.0)
multi_json (1.0.3)
multi_xml (0.2.2)
multipart-post (1.1.2)
mustache (0.99.4)
net-ldap (0.2.2)
nokogiri (1.4.4)
oa-basic (0.2.6)
oa-core (= 0.2.6)
rest-client (~> 1.6.0)
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.2.6)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
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.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.5)
oauth2 (0.4.1)
faraday (~> 0.6.1)
multi_json (>= 0.0.5)
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)
opub (0.0.1)
ostatus (0.0.10)
ratom
osub (0.0.7)
ostatus
ruby-hmac
plucky (0.3.8)
mongo (~> 1.3)
polyglot (0.3.1)
pony (1.3)
mail (> 2.0)
pygmentize (0.0.3)
pyu-ruby-sasl (0.0.3.3)
rack (1.3.1)
rack-cache (1.0.2)
rack (>= 0.4)
rack-mount (0.8.1)
rack (>= 1.0.0)
rack-oauth2 (0.8.4)
activesupport (>= 2.3)
attr_required (>= 0.0.3)
httpclient (>= 2.2.0.2)
i18n
json (>= 1.4.3)
rack (>= 1.1)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-ssl (1.3.2)
rack
rack-test (0.6.0)
Expand All @@ -79,13 +208,46 @@ GEM
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2)
ratom (0.6.9)
libxml-ruby (>= 1.1.2)
rdiscount (1.6.8)
rdoc (3.8)
redcarpet (1.17.2)
redfinger (0.1.0)
hashie
nokogiri (>= 1.4.0)
rest-client (>= 1.5.0)
rest-client (1.6.3)
mime-types (>= 1.16)
rocco (0.8.1)
mustache
redcarpet
rsa (0.1.4)
ruby-hmac (0.4.0)
ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
ruby-stemmer (0.9.1)
rubyntlm (0.1.1)
rubyzip (0.9.4)
sass (3.1.4)
sass-rails (3.1.0.rc.4)
actionpack (~> 3.1.0.rc1)
railties (~> 3.1.0.rc1)
sass (>= 3.1.4)
sprockets (>= 2.0.0.beta.9)
selenium-webdriver (0.2.2)
childprocess (>= 0.1.9)
ffi (>= 1.0.7)
json_pure
rubyzip
simple_oauth (0.1.5)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-html (0.4.5)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
sprockets (2.0.0.beta.10)
hike (~> 1.0)
rack (~> 1.0)
Expand All @@ -95,21 +257,73 @@ GEM
tilt (1.3.2)
treetop (1.4.9)
polyglot (>= 0.3.1)
turn (0.8.2)
ansi (>= 1.2.2)
twitter (1.6.0)
faraday (~> 0.6.1)
faraday_middleware (~> 0.6.3)
hashie (~> 1.0.0)
multi_json (~> 1.0.0)
multi_xml (~> 0.2.0)
simple_oauth (~> 0.1.5)
tzinfo (0.3.29)
uglifier (1.0.0)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
uuidtools (2.1.2)
vcr (1.10.2)
webmock (1.6.2)
addressable (>= 2.2.2)
crack (>= 0.1.7)
whatlanguage (1.0.0)
whenever (0.6.8)
aaronh-chronic (>= 0.3.9)
activesupport (>= 2.3.4)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
bcrypt-ruby
bson_ext
capybara
coffee-script
database_cleaner
delayed_job!
delayed_job_mongo_mapper!
exceptional
factory_girl
fb_graph
haml
i18n
jquery-rails
launchy
minitest
mocha
mongo_mapper
mongomapper_ext
nokogiri (= 1.4.4)
omniauth
opub
ostatus (~> 0.0.9)
osub (~> 0.0.6)
pony
pygmentize
rack-test
rails (= 3.1.0.rc4)
rdiscount
redfinger
rocco
rsa
ruby-stemmer
sass-rails (~> 3.1.0.rc)
simplecov (~> 0.4.0)
sinatra
sqlite3
turn
twitter
tzinfo
uglifier
vcr
webmock
whatlanguage
whenever
File renamed without changes.
Loading

0 comments on commit 52458a1

Please sign in to comment.