Skip to content

Commit

Permalink
bump version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eshellman committed Mar 11, 2017
1 parent f591e3a commit 5f57daa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ sudo: required
dist: trusty
language: ruby

before_install:
before_install:
- gem install asciidoctor -v 1.5.2
- gem install tilt
- sudo pip install git+https://github.com/gitenberg-dev/gitberg
- sudo pip install pillow
- sudo pip install cssutils
- sudo pip install docutils
- sudo pip install roman
- sudo pip install git+https://github.com/gitenberg-dev/pg-epubmaker
script:
- VERSION=`ruby -e "require 'yaml'; meta = YAML.load_file('metadata.yaml'); puts meta['_version'];"`
Expand All @@ -20,9 +15,6 @@ script:
- /usr/bin/python -c "from gitenberg import travis; travis.build_epub()"
- ebook-convert book.epub book.mobi
- xvfb-run ebook-convert book.epub book.pdf
branches:
only:
- master
notifications:
webhooks:
urls:
Expand All @@ -39,8 +31,9 @@ deploy:
- book.epub
- book.mobi
- book.pdf
"on":
on:
repo: GITenberg/The-Communist-Manifesto_61
tags: true
addons:
apt:
packages:
Expand Down
7 changes: 6 additions & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
_repo: The-Communist-Manifesto_61
_version: 0.1.1
_version: 0.2.0
alternative_title: Manifest der Kommunistischen Partei. English
covers:
- cover_type: generated
image_path: cover.png
creator:
authors:
- agent_name: Marx, Karl
Expand All @@ -18,6 +21,8 @@ creator:
url: http://www.gutenberg.org/2009/agents/47
wikipedia: http://en.wikipedia.org/wiki/Friedrich_Engels
description: 'Translation of: Manifest der Kommunistischen Partei'
edition_identifiers:
edition_id: http://www.gutenberg.org/ebooks/61#The-Communist-Manifesto
gutenberg_bookshelf:
- Politics
- Philosophy
Expand Down

0 comments on commit 5f57daa

Please sign in to comment.