Skip to content

Commit

Permalink
config.yml & others
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 18, 2017
1 parent 2ec0b51 commit 4e73e80
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ coverage/
.DS_Store
rdoc/
.sass-cache/
Gemfile.lock

171 changes: 171 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (4.2.8)
actionview (= 4.2.8)
activesupport (= 4.2.8)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.8)
activesupport (= 4.2.8)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (4.2.8)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
aws-sdk (2.6.35)
aws-sdk-resources (= 2.6.35)
aws-sdk-core (2.6.35)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.6.35)
aws-sdk-core (= 2.6.35)
aws-sigv4 (1.0.0)
builder (3.2.3)
concurrent-ruby (1.0.5)
coveralls (0.8.17)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6)
diff-lcs (1.3)
docile (1.1.5)
erubis (2.7.0)
faraday (0.12.0.1)
multipart-post (>= 1.2, < 3)
haml (4.0.7)
tilt
i18n (0.8.1)
jmespath (1.3.1)
json (2.1.0)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
multipart-post (2.0.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
parser (2.4.0.0)
ast (~> 2.2)
pdd (0.17.4)
nokogiri (~> 1.6)
slop (~> 4.4.1)
power_assert (1.0.1)
powerpack (0.1.1)
public_suffix (2.0.5)
rack (1.6.5)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.8)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.8)
actionpack (= 4.2.8)
activesupport (= 4.2.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.1)
rake (12.0.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.46.0)
parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.8.0)
rubocop (>= 0.42.0)
ruby-progressbar (1.8.1)
sass (3.4.22)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (4.4.1)
sprockets (3.7.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
term-ansicolor (1.6.0)
tins (~> 1.0)
test-unit (3.0.8)
power_assert
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.7)
tins (1.13.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
unicode-display_width (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
aws-sdk (= 2.6.35)
coveralls (= 0.8.17)
haml (= 4.0.7)
mail (= 2.6.4)
nokogiri (= 1.6.8.1)
octokit (= 4.6.2)
pdd (= 0.17.4)
rack (~> 1.5)
rack-test (= 0.6.3)
rake (= 12.0.0)
rspec-rails (= 3.5.2)
rubocop (= 0.46.0)
rubocop-rspec (= 1.8.0)
sass (= 3.4.22)
sinatra (= 1.4.7)
sprockets (= 3.7.0)
test-unit (= 3.0.8)

BUNDLED WITH
1.11.2
41 changes: 41 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
s3:
region: us-east-1
bucket: xml.0pdd.com
key: AKIAINXYBLMBAI4DFWFA
secret: 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
github:
login: 0pdd
pwd: Tiug7gY5
smtp:
host: email-smtp.us-east-1.amazonaws.com
port: 587
user: AKIAIPMIS45U6UG2TZCQ
password: ArPxO8SD56yoyG8cKM80IYvMQve8Wss+L4kinJZUUGct
id_rsa: |
-----BEGIN RSA PRIVATE KEY-----
MIIEpQIBAAKCAQEApSEiXNICn1VNt3N/U+za15NdO4e2bln/1YeTExZYrwIgwoLh
W37CDI8bMEmZSXFGg8/f4tzOH7Mov2J5nqFyWBHQvNY7Ss/FJW1JgH858Fd1bpPj
0sTpsTmDYvgbhPz6510FyZZeqOll9+Q50ZjAdrP9wce+QrP3RkBLjj70pQ0i1xO+
fuAeoE+GSs6bRqut81n/HcNYOrSFy2FoDqDqs8PvlcB8LKtaFITICWPBhh2TvjqR
YTD3nekZB2YQKQsL8zt8mz6aX2c1ESI29diOtn4CxSdfEuxbUTwqgOCcM/QEDC7V
OOjNQXVUXiH3ArdiVoWbtE6Iqp3Jx8662nx68wIDAQABAoIBADvfxsjnMSI62QIi
s9FneXZfLZgPPlvG8FepX++005UpbV15/WKilJPfM9mPZjBWDV5v+lsU+vxNhwHW
IAkfuwkp9Ij0GO2oZnCKrvMTrptx6teccigTVDT5iKVTFw9id0t61EVi65HNhzaa
H0jbXTXtT5564YboIEntuDespiJOCs2s0sseKpJ/09Ltq+8iAnU29KzwsXVUykWw
r3qqIhQiZ5kTxHp9pxabI5GrUMvWjve2qcGB17qCvzLerTQhzAfVRl6aDsy+PQsv
mdiepMXGyyqZmcbrGEIaVAzePw3+DKPwe40tWZ19YNDzG3UttPLVxfS9slSSsFyO
coMRHnECgYEA1p9KvPHDbMt4trdUL4vWOI7FErVClGf/GZDmS30Gaexi8hkUT/Li
w14WJxoHHMQaiUUBhRFJav2/3WDUJBIl9JWS+1gqJRggPTsotKx2o93vP0jCSkdO
cC9V8GaPj3Bi/1uiGK1M9u9Id6ipVM6uBjwp8ux6AgFBAkAIRy06UJsCgYEAxPce
Wxu0Ye5o9yBn6gkA8WjrN39cA4YcD9gn3c0bdY+qjSw56ydZdV4D6K+C4gXFQnKG
pu+WQ5zkRyDKpv4/Ax3TGXGHWS84eEoD1wZsNlFAuWisAcZ9guEln+10VRo2h1Wl
OqiJEqFYscOS79+20LckKKayLkbMsMkrcA0viIkCgYEAh7Bp9g77uNrjVNGPPggw
xc0tt2g10dH2LFm539wJpAo5fEpy1yD+UPo5EzuXZ45sIIEqNtD5E9Wd6f5/4NZA
fOPb62CQNKeOKmgukhu/XlbAHciIXaG7a53hvX16Ifux+zQZxXQ7hps9u7k8ZUvO
Jk7/ToBHmuDkEuIc2bM0fSUCgYEAstGT+q01X++d1jbSgLR56bISUolLFVvtIClj
UEhFVL8A3Tg4wRgxbI/VRqwJTIBmrUPioa5Eos/OpBDOSzvqIz8xhxj+A2cOgo7X
26DWH542/91axCXbjzYu/XoMMrMgrE+CObYG9CYNqx3eye42QFj09/8XJ1JZxWpu
CEXAUNkCgYEAlRE6tCAI3EGa8oxp+qcTKyxYFs/2wyJEkWJu6I2u8JDXexy7LSoo
ypE/ILCXf2Y8xJP2hLGcArBsYqDuKbg7drLtu7Sk0lABFkVll8eUcKmoBvSIFXdj
xwwn1PBDJmUrwUWcevG41zV/fOga7CQSumlUP2AbO3tIeCn7fBbbf90=
-----END RSA PRIVATE KEY-----

0 comments on commit 4e73e80

Please sign in to comment.