hella sod, yo [ci skip]
This commit is contained in:
parent
c61e84bc50
commit
6ee257795f
3 changed files with 0 additions and 15 deletions
2
Gemfile
2
Gemfile
|
|
@ -147,7 +147,6 @@ group :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
||||||
gem 'heroku'
|
gem 'heroku'
|
||||||
gem 'capistrano', '~> 2.9.0', :require => false
|
gem 'capistrano', '~> 2.9.0', :require => false
|
||||||
gem 'capistrano_colors', :require => false
|
gem 'capistrano_colors', :require => false
|
||||||
|
|
@ -157,6 +156,5 @@ group :development do
|
||||||
gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
|
gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
|
||||||
gem 'ruby-debug19', :platforms => :ruby_19
|
gem 'ruby-debug19', :platforms => :ruby_19
|
||||||
gem 'ruby-debug', :platforms => :mri_18
|
gem 'ruby-debug', :platforms => :mri_18
|
||||||
gem 'sod', :git => 'git://github.com/MikeSofaer/sod.git', :require => false
|
|
||||||
gem 'yard'
|
gem 'yard'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,6 @@ GIT
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/MikeSofaer/sod.git
|
|
||||||
revision: e7fb74b412ec9dcd6b18f29c2accca6375cacdcf
|
|
||||||
specs:
|
|
||||||
sod (0.0.1)
|
|
||||||
net-scp
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/MikeSofaer/vanna.git
|
remote: git://github.com/MikeSofaer/vanna.git
|
||||||
revision: 334eec220dbfddcc6bd3108e6e6c77fec8484dc4
|
revision: 334eec220dbfddcc6bd3108e6e6c77fec8484dc4
|
||||||
|
|
@ -528,7 +521,6 @@ DEPENDENCIES
|
||||||
sass (= 3.1.11)
|
sass (= 3.1.11)
|
||||||
selenium-webdriver (~> 2.16.0)
|
selenium-webdriver (~> 2.16.0)
|
||||||
settingslogic (= 2.0.6)
|
settingslogic (= 2.0.6)
|
||||||
sod!
|
|
||||||
sqlite3
|
sqlite3
|
||||||
thin (~> 1.3.1)
|
thin (~> 1.3.1)
|
||||||
timecop
|
timecop
|
||||||
|
|
|
||||||
5
Sodfile
5
Sodfile
|
|
@ -1,5 +0,0 @@
|
||||||
production:
|
|
||||||
repo: git@github.com:diaspora/diaspora.git
|
|
||||||
app_dir: /usr/local/app
|
|
||||||
cookbook: diaspora
|
|
||||||
ruby_version: ruby-1.9.2-p290
|
|
||||||
Loading…
Reference in a new issue