parent
464fc461ea
commit
94d60e4150
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
||||||
source 'http://ruby.taobao.org'
|
source 'https://ruby.taobao.org'
|
||||||
#source 'http://ruby.sdutlinux.org/'
|
#source 'http://ruby.sdutlinux.org/'
|
||||||
|
|
||||||
unless RUBY_PLATFORM =~ /w32/
|
unless RUBY_PLATFORM =~ /w32/
|
||||||
|
|
|
@ -83,12 +83,12 @@ default:
|
||||||
email_delivery:
|
email_delivery:
|
||||||
delivery_method: :smtp
|
delivery_method: :smtp
|
||||||
smtp_settings:
|
smtp_settings:
|
||||||
address: smtp.163.com
|
address: mail.trustie.net
|
||||||
port: 25
|
port: 25
|
||||||
domain: smtp.163.com
|
domain: mail.trustie.net
|
||||||
authentication: :plain
|
authentication: :login
|
||||||
user_name: "huang.jingquan@163.com"
|
user_name: "mail@trustie.net"
|
||||||
password: 'xinhu1ji2qu366'
|
password: "loong2010"
|
||||||
|
|
||||||
# Absolute path to the directory where attachments are stored.
|
# Absolute path to the directory where attachments are stored.
|
||||||
# The default is the 'files' directory in your Redmine instance.
|
# The default is the 'files' directory in your Redmine instance.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
source "http://ruby.taobao.org"
|
source "https://ruby.taobao.org"
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ PATH
|
||||||
rack (~> 1.5.1)
|
rack (~> 1.5.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://ruby.taobao.org/
|
remote: https://ruby.taobao.org/
|
||||||
specs:
|
specs:
|
||||||
byebug (4.0.5)
|
byebug (4.0.5)
|
||||||
columnize (= 0.9.0)
|
columnize (= 0.9.0)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
source 'http://ruby.taobao.org'
|
source 'https://ruby.taobao.org'
|
||||||
|
|
||||||
gem 'rich', '1.4.6'
|
gem 'rich', '1.4.6'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
|
|
Loading…
Reference in New Issue