Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gitpod config #45

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
414b4cb
added support for beamer and slidy
bwl21 Dec 18, 2014
b228b77
some cleanups
bwl21 Apr 10, 2015
6223a3e
Merge branch 'feature/issue-34_slides' into develop
bwl21 Apr 10, 2015
3acbc60
Merge branch 'develop' into feature/issue-35_pandoc_1-31
bwl21 Apr 10, 2015
616c51d
now use a constant to specify the pandoc command
bwl21 Apr 10, 2015
7fcde06
see #35 preference is now back to fenced code blocks
bwl21 Apr 11, 2015
5baa1f9
started to refine the configuration
bwl21 Apr 12, 2015
d34f7d7
Merge commit '7fcde06ce53f3b39ec176ba09f8f4fb1ab8f4b82' into develop
bwl21 Sep 12, 2016
492e63a
updated gitignore
bwl21 Dec 22, 2017
521a643
removed debugger from gemspec - installation did not compile properly…
bwl21 Dec 22, 2017
5f71be4
updated to pandoc 2.0.5
bwl21 Dec 22, 2017
bb24c16
fixed "claims missing input"
bwl21 Dec 22, 2017
8b2957a
allow to select examples when running test in rake
bwl21 Dec 22, 2017
00276b1
Merge branch 'master' of github.com:bwl21/wortsammler
bwl21 Dec 23, 2017
d34f8c0
now down to 2 fails in rake test
bwl21 Dec 22, 2017
96aad72
bumped version updated changelog
bwl21 Dec 23, 2017
74eaf3a
Merge branch 'master' into feature/issue-35_pandoc_2.0.5
bwl21 Dec 23, 2017
8e1a949
Merge branch 'feature/issue-35_pandoc_2.0.5' into develop
bwl21 Dec 23, 2017
31fa87c
refactor handling of pandoc extensions for markdown
bwl21 Dec 23, 2017
6e754ef
Merge branch 'feature/issue-35_pandoc_2.0.5' into develop
bwl21 Dec 23, 2017
9e1a77b
performed the tests
bwl21 Dec 23, 2017
96edf8a
restored changes of 6db7bd4 which got lost in merge commit 74eaf3a
bwl21 Dec 23, 2017
c1772be
more notes for BWC
bwl21 Dec 23, 2017
c3075b0
now we keep the pandoc default styles in git for future reference (st…
bwl21 Dec 23, 2017
a8f4ade
keep pandocdefault files for 2.0.5
bwl21 Dec 23, 2017
7132d4e
see #41; updated nokogiri and yarn
bwl21 Jul 17, 2018
588cec8
Merge branch 'hotfix/v1.0.3' into develop
bwl21 Jan 5, 2019
5c4832c
now fixed alle specs to run with ruby 2.5 and pandoc 2.5.0
bwl21 Jan 5, 2019
70b7a95
see #40 handle escape of brackets
bwl21 Jan 7, 2019
301564f
see #42 handle pandoc’s new escape strategy for beautifier in tables …
Feb 14, 2019
becd8f2
beautified source done of class.Traceable.rb
Feb 19, 2019
d4f56f2
see #42 beautified class.proolib.rb, fixed markdown-option when colle…
Feb 19, 2019
b0d4c26
see #42 now test spec relies on backtick_code-blocks
Feb 19, 2019
c4b5dbc
removed debugger pays
Feb 26, 2019
c7a0b39
Add Gitpod config
bwl21 Dec 24, 2019
e1041e8
Add Gitpod config
bwl21 Dec 24, 2019
de3b20b
Add Gitpod config
bwl21 Dec 24, 2019
899bee1
Add Gitpod config
bwl21 Dec 24, 2019
ea9af5a
Add Gitpod config
bwl21 Dec 24, 2019
8080737
Add Gitpod config
bwl21 Dec 24, 2019
99b23cd
Add Gitpod config
bwl21 Dec 24, 2019
e0f882a
Add Gitpod config
bwl21 Dec 24, 2019
6d1271d
Add Gitpod config
bwl21 Dec 24, 2019
70e7d2f
Add Gitpod config
bwl21 Dec 24, 2019
66bdf64
Merge branch 'bwl21/gitpod-setup' of github.com:bwl21/wortsammler int…
Dec 24, 2019
a6b30e8
Added booktabs package to default.wortsammler.latex
bwl21 Jun 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 46 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,51 @@ test/version_tmp
tmp
testproject
wortsammler-gem.sublime-workspace
resources/pandocdefault.docx
resources/pandocdefault.epub
resources/pandocdefault.html
resources/pandocdefault.latex
pandoc.css
testoutput

### jetbrains ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml

# Sensitive or high-churn files:
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# Gradle:
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

*.log
32 changes: 32 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
FROM alpine:latest


RUN apk update &&\
apk add texlive-xetex texmf-dist-latexextra less

# from https://github.com/cybercode/alpine-ruby/blob/master/Dockerfile
# guess ist is to install native extensions

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk update \
&& apk add --update-cache postgresql-client nodejs \
libffi-dev readline sqlite build-base postgresql-dev \
libc-dev linux-headers libxml2-dev libxslt-dev readline-dev gcc libc-dev \
&& rm -rf /var/cache/apk/*

RUN apk update && apk upgrade && apk --update add \
ruby ruby ruby-dev ruby-irb ruby-rake ruby-io-console ruby-bigdecimal ruby-json ruby-bundler ruby-rspec \
libstdc++ tzdata bash ca-certificates \
&& echo 'gem: --no-document' > /etc/gemrc\
# from https://hub.docker.com/r/ciandt/docker-alpine-pandoc/dockerfile^\
# install pandoc
RUN \
apk add ca-certificates wget \
&& wget -O /tmp/pandoc.tar.gz https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-linux.tar.gz \
&& tar xvzf /tmp/pandoc.tar.gz --strip-components 1 -C /usr/local/ \
&& ln /usr/local/bin/pandoc /usr/local/bin/pandoc_2.5 \
&& update-ca-certificates \
&& apk del wget ca-certificates\
&& rm /tmp/pandoc.tar.gz

RUN apk update && apk add ghostscript
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ image: { file: .gitpod.Dockerfile } }
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/.rakeTasks

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

119 changes: 119 additions & 0 deletions .idea/202_wortsammler-gem.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/plantuml.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions 202_wortsammler-gem.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="RUBY_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="RVM: ruby-2.4.1" jdkType="RUBY_SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.1, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.2, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="diffy (v2.1.4, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="graph (v2.5.3, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="logger (v1.2.8, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="method_source (v0.9.0, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.3.0, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.8.2, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="polyglot (v0.3.5, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="pry (v0.9.12.6, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rake (v10.0.4, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="redcarpet (v2.2.2, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.13.0, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.13.1, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.13.0, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.13.1, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubyXL (v3.3.29, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.1, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="slop (v3.6.0, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="treetop (v1.6.10, RVM: ruby-2.4.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.14, RVM: ruby-2.4.1) [gem]" level="application" />
</component>
</module>
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in wortsammler.gemspec
gemspec

Loading