updated Readme

This commit is contained in:
Mike Sutton 2021-10-01 01:45:09 +02:00
parent 155f58500e
commit 7eafdcab0e
3 changed files with 9 additions and 6 deletions

View File

@ -2,10 +2,13 @@
[![Build Status](https://travis-ci.com/actmd/walter.svg?branch=master)](https://travis-ci.com/actmd/walter) [![Build Status](https://travis-ci.com/actmd/walter.svg?branch=master)](https://travis-ci.com/actmd/walter)
_Product tours like a badass._ <p align="center">
<i>Product tours like a badass.</i>
![Watercolor Sheep](https://upload.wikimedia.org/wikipedia/commons/e/e4/Watercolor_Sheep_Drawing.jpg) <br/>
<img src="https://img.icons8.com/doodle/240/000000/walter-white.png"/>
<br/>
<a href="https://icons8.com/icon/5iWNvQRbAKx9/walter-white">Walter White icon by Icons8</a>
</p>
Walter makes it easy to show guided tours to users of your Rails application. When Walter shows a tour, it keeps track of whether the user has completed it (so it doesn't get shown again) or dismissed it for later (so it reappears in a future user session). Walter makes it easy to show guided tours to users of your Rails application. When Walter shows a tour, it keeps track of whether the user has completed it (so it doesn't get shown again) or dismissed it for later (so it reappears in a future user session).
* Define tour content with simple YAML files, in any/many languages. * Define tour content with simple YAML files, in any/many languages.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Walter module Walter
VERSION = "2.0" VERSION = "2.5"
end end

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.name = "walter" s.name = "walter"
s.version = Walter::VERSION s.version = Walter::VERSION
s.authors = ["Mike Sutton"] s.authors = ["Mike Sutton"]
s.email = ["team@wizewerx.com"] s.email = ["tech@wizewerx.com"]
s.summary = "Application tours for Rails" s.summary = "Application tours for Rails"
s.description = "Application tours for Rails" s.description = "Application tours for Rails"
s.license = "MIT" s.license = "MIT"