Added files

This commit is contained in:
Toastie 2024-11-23 17:55:44 +13:00
parent 3f1abb701b
commit c45355aa0b
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
11 changed files with 221 additions and 0 deletions

13
Gemfile Normal file
View file

@ -0,0 +1,13 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in omniauth-weibo-oauth2.gemspec
gemspec
group :development, :test do
gem 'guard'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'rb-fsevent'
gem 'growl'
gem 'rake'
end