Commit 260c877cab3f4c1d05ab3d984a2fad5a1e018e5e
Exists in
spb-stable
and in
2 other branches
Merge branch 'render_org_files' into 'master'
Render org files Fixes #1215
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
| ... | ... | @@ -319,6 +319,8 @@ GEM |
| 319 | 319 | omniauth-twitter (1.0.1) |
| 320 | 320 | multi_json (~> 1.3) |
| 321 | 321 | omniauth-oauth (~> 1.0) |
| 322 | + org-ruby (0.9.6) | |
| 323 | + rubypants (>= 0.2.0) | |
| 322 | 324 | orm_adapter (0.5.0) |
| 323 | 325 | pg (0.15.1) |
| 324 | 326 | phantomjs (1.9.2.0) |
| ... | ... | @@ -427,6 +429,7 @@ GEM |
| 427 | 429 | rspec-mocks (~> 2.14.0) |
| 428 | 430 | ruby-progressbar (1.2.0) |
| 429 | 431 | rubyntlm (0.1.1) |
| 432 | + rubypants (0.2.0) | |
| 430 | 433 | rugged (0.19.0) |
| 431 | 434 | safe_yaml (0.9.7) |
| 432 | 435 | sanitize (2.1.0) |
| ... | ... | @@ -625,6 +628,7 @@ DEPENDENCIES |
| 625 | 628 | omniauth-github |
| 626 | 629 | omniauth-google-oauth2 |
| 627 | 630 | omniauth-twitter |
| 631 | + org-ruby | |
| 628 | 632 | pg |
| 629 | 633 | poltergeist (~> 1.4.1) |
| 630 | 634 | protected_attributes | ... | ... |