Added files
This commit is contained in:
parent
3f1abb701b
commit
c45355aa0b
11 changed files with 221 additions and 0 deletions
13
Gemfile
Normal file
13
Gemfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue