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 12, 2017
1 parent 396cd7a commit 066821a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
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/Tanglewood-Tales_976
tags: true
addons:
apt:
packages:
Expand Down
7 changes: 6 additions & 1 deletion metadata.yaml
@@ -1,5 +1,8 @@
_repo: Tanglewood-Tales_976
_version: 0.1.0
_version: 0.2.0
covers:
- cover_type: generated
image_path: cover.png
creator:
author:
agent_name: Hawthorne, Nathaniel
Expand All @@ -12,6 +15,8 @@ description: 'In this collection of tales for children Hawthorne retells six fam
Greek myths: Circe''s Palace, The Dragon''s Teeth, The Golden Fleece, The Minotaur,
The Pomegranate Seeds, and The Pygmies. The original stories were altered considerably
so that they would be suitable for young readers.'
edition_identifiers:
edition_id: http://www.gutenberg.org/ebooks/976#Tanglewood-Tales
gutenberg_bookshelf: Children's Literature
gutenberg_issued: '1997-07-01'
gutenberg_type: Text
Expand Down

0 comments on commit 066821a

Please sign in to comment.