abraham 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -3
- data/lib/abraham/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5e2441be140ebda54d2e6d25d2bab0f9ff1c4a60c074ad47f05e56675f70ec6
|
4
|
+
data.tar.gz: 5389309e36ef642778c020ec0674143ea96875c7694b96ecc7fe5644cf87ceaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb21305418c187e1f72eededaa0a4a40a3d7af01cf819b18a34d96f0015c322a70f4ac1cb227ac0d8107e30093695d0a2f21af6d0f01a0d9457b75853fc79b32
|
7
|
+
data.tar.gz: 6dff4bceecb90c0ef59246a8442fa605498fd4c6870df9e4ae68cff5b8b70b585e2604607086ca40323b3adba5bf26d66945a234e2845b223f64b697b2aeb30d
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Abraham
|
2
2
|
|
3
|
+
[![Build Status](https://travis-ci.com/actmd/abraham.svg?branch=master)](https://travis-ci.com/actmd/abraham)
|
4
|
+
|
3
5
|
_Guide your users in the one true path._
|
4
6
|
|
5
7
|
![Watercolor Sheep](https://upload.wikimedia.org/wikipedia/commons/e/e4/Watercolor_Sheep_Drawing.jpg)
|
@@ -95,7 +97,7 @@ NB: You must specify a locale in the filename, even if you're only supporting on
|
|
95
97
|
|
96
98
|
### Tour content
|
97
99
|
|
98
|
-
A tour is composed of a series of steps. A step may have a title and must have a description. You may attach a step to a particular element on the page, and place the callout to the left, right, top, or bottom.
|
100
|
+
A tour is composed of a series of steps. A step may have a title and must have a description. You may attach a step to a particular element on the page, and place the callout to the left, right, top, or bottom.
|
99
101
|
|
100
102
|
```yaml
|
101
103
|
intro:
|
@@ -144,6 +146,8 @@ Everyone interacting in Abraham's codebase, issue tracker, etc. is expected to f
|
|
144
146
|
|
145
147
|
### Testing
|
146
148
|
|
149
|
+
#### Testing locally
|
150
|
+
|
147
151
|
This Rails engine contains a test app called `dummy` with controller and system tests. They'll all get run with `rails t`.
|
148
152
|
|
149
153
|
Final testing should be done in a standalone Rails app, following the README instructions.
|
@@ -154,6 +158,10 @@ To install the `abraham` gem with a local path:
|
|
154
158
|
gem 'abraham', path: '~/Workspace/abraham'
|
155
159
|
```
|
156
160
|
|
161
|
+
#### Automated testing
|
162
|
+
|
163
|
+
We use TravisCI automatically testing this rails engine. For test history, venture over to [TravisCI](https://travis-ci.com/actmd/abraham).
|
164
|
+
|
157
165
|
### Releasing
|
158
166
|
|
159
167
|
Create a git-flow release:
|
@@ -168,7 +176,7 @@ Build the gem and push to Rubygems:
|
|
168
176
|
|
169
177
|
```
|
170
178
|
$ rake build
|
171
|
-
$ gem push pkg/abraham-VERSION_NUMBER.gem
|
179
|
+
$ gem push pkg/abraham-VERSION_NUMBER.gem
|
172
180
|
```
|
173
181
|
|
174
182
|
Finish the git-flow release and push to GitHub:
|
@@ -178,4 +186,4 @@ $ git flow release finish
|
|
178
186
|
$ git push origin develop
|
179
187
|
$ git push origin master
|
180
188
|
$ git push --tags
|
181
|
-
```
|
189
|
+
```
|
data/lib/abraham/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: abraham
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Abbett
|
@@ -10,20 +10,6 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2019-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: rails
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '5.1'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '5.1'
|
27
13
|
- !ruby/object:Gem::Dependency
|
28
14
|
name: sassc-rails
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|