aristotle 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aristotle/presenter.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d2a18bca70211e50817929721c99732312ce148
4
- data.tar.gz: 809d4125036f6a5aae4fdb8339767ff2121786ca
3
+ metadata.gz: 0ecef008d88036f496e3eba275aeeb9a92157398
4
+ data.tar.gz: 9a9dad10ce4581c1bac64defbbe077afe8a65e0e
5
5
  SHA512:
6
- metadata.gz: 2aaba2c0571dfee8a2fffbb8b471d19e29b295666ce18da870373b4ef889a5c48c605e442ff664a09b193a9d647e5fb4356bcd8a8f786d8f86c0b0e4955f066e
7
- data.tar.gz: 463a7e3e4cb6c7640c9663e247ec23480e7fc1ce17d8f74b71c90f1350c946fb189901a4f0f1831487ce255bca05dc9d99d623e04a9bf099b6ce5f6886c8c6fa
6
+ metadata.gz: e7739ed346740804bb205cd5a0a09871946f262568c337ba6f0ba453ac3a884bc3475b59276919136793ec3475fd67b7223e3357d752f21501a8cc0cbdce0af4
7
+ data.tar.gz: e0188e27f2a0b7e4b65bb93ccd0bb168ccac20e8c1550cc7fd6d0090220d6d0d329f010f42b8e87d8f6d9308ddbf9171113e5f5711ca6c4d7435903db02eec4c
@@ -9,7 +9,7 @@ module Aristotle
9
9
  "<strong>#{command_title}</strong>"+
10
10
  "<ul>"+
11
11
  commands.map do |command|
12
- "<li>- "+
12
+ "<li>"+
13
13
  format_fragment(command, :action, show_code: show_code)+
14
14
  " <strong style='color:blue'>IF</strong> "+
15
15
  format_fragment(command, :condition, show_code: show_code)+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aristotle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marius Andra