Merge remote-tracking branch 'upstream/master'
Showing
.foreman
0 → 100644
.rvmrc
deleted
100644 → 0
... | ... | @@ -3,9 +3,11 @@ source "http://rubygems.org" |
gem "rails", "3.1.1" | ||
gem "sqlite3" | ||
gem "rake", "0.9.2.2" | ||
gem "devise", "1.5.0" | ||
gem "stamp" | ||
gem "kaminari" | ||
gem "haml", "3.1.4" | ||
gem "haml-rails" | ||
gem "jquery-rails" | ||
gem "grit", :git => "https://github.com/gitlabhq/grit.git" | ||
... | ... | @@ -15,14 +17,17 @@ gem "six" |
gem "therubyracer" | ||
gem "faker" | ||
gem "seed-fu", "~> 2.1.0" | ||
gem "pygments.rb", "0.2.3" | ||
gem "pygments.rb", "0.2.4" | ||
gem "thin" | ||
gem "git" | ||
gem "acts_as_list" | ||
gem "rdiscount" | ||
gem "acts-as-taggable-on", "~> 2.1.0" | ||
gem "drapper" | ||
gem "rchardet19", "~> 1.3.5" | ||
gem "resque" | ||
gem "httparty" | ||
gem "charlock_holmes" | ||
gem "foreman" | ||
group :assets do | ||
gem "sass-rails", "~> 3.1.0" | ||
... | ... | @@ -47,6 +52,7 @@ group :development, :test do |
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "launchy" | ||
gem "webmock" | ||
end | ||
group :test do | ||
... | ... |
Procfile
0 → 100644
Procfile.production
0 → 100644
568 Bytes
561 Bytes
940 Bytes
782 Bytes
800 Bytes
app/assets/images/Rss-UI.PNG
0 → 100644
789 Bytes
737 Bytes
823 Bytes
333 Bytes
723 Bytes
2.55 KB
4.42 KB
app/assets/images/dark.png
0 → 100644
16.5 KB
3.55 KB
338 Bytes
21.1 KB
95.7 KB
54.5 KB
271 Bytes
app/assets/images/logo.png
0 → 100644
2.93 KB
app/assets/images/white.png
0 → 100644
16.8 KB
app/models/web_hook.rb
0 → 100644
app/workers/post_receive.rb
0 → 100644
lib/.directory
deleted
100644 → 0
lib/post-receive-hook
0 → 100755
lib/tasks/bulk_import.rake
0 → 100644
lib/tasks/dev_repo.rake
0 → 100644
lib/tasks/dev_user.sh
0 → 100755
lib/tasks/resque.rake
0 → 100644
public/.directory
deleted
100644 → 0
No preview for this file type
resque.sh
0 → 100755
spec/models/web_hook_spec.rb
0 → 100644