asker-tool 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19f1b59f4c03c3860a9fee649625822e17d4a72e36a0e97e23094669a0a27f89
4
- data.tar.gz: 5f039c02f0af9573a780591ad3672dc0a88dd569f8321773b19606e5f7677100
3
+ metadata.gz: eb6e1e4948869d81d5583b6355bdb242c1897bb2baa69bbb1f03f66cd9e63b3f
4
+ data.tar.gz: baf45eb5659c7524680389a3f42731421d39453a36259a048fd6b2dda86b692b
5
5
  SHA512:
6
- metadata.gz: 10a4be2178720682d5d9dddcce6d94ee0fa28deaed7f637bd4ed662d302ac8a5c3174ec6f16ac5cf5cc69c5e8eace73e7ae5ce7408d591af7ef4c0dccdf7542c
7
- data.tar.gz: 99b279f214b6ae3f9d3316e73958c30992727ff73e8f3082f4cb2c7b0ea225c139587dd6345442646e064389f76e29c3e687034aaf52063d2bd42060c095119c
6
+ metadata.gz: 00cceabe5b82f6832723fcfdbe7dce48a17132d83098ea3e52915429ee9ac0b86372dfd0543da2846ad981be9cf11f6fee105c1b2294467215a5cabcb121818a
7
+ data.tar.gz: a96b6a08ce66e00be13dfc6eab638e6325d488d671f943befbf7010ecb25aa098c3ae24b87cff6a260c65a5d257ef832bf5ec634d75c91e785b14c2e5f34df11
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/asker-tool.svg)](https://badge.fury.io/rb/asker-tool)
2
2
  ![GitHub](https://img.shields.io/github/license/dvarrui/asker)
3
- ![Gem](https://img.shields.io/gem/dv/asker-tool/2.2.5)
4
3
 
5
4
  # ASKER
6
5
 
@@ -17,11 +16,9 @@ ASKER helps trainers to create a huge amount of questions, from a definitions (_
17
16
  ## Installation
18
17
 
19
18
  1. Install Ruby on your system.
20
- 2. Install Asker on your system. Two ways:
21
- * (a) `sudo gem install asker-tool` as superuser (root) or
22
- * (b) `gem install --user-install asker-tool` as regular user.
19
+ 2. Install Asker on your system: `sudo gem install asker-tool`
23
20
 
24
- > To update Asker we do `sudo gem update asker-tool`
21
+ > REMEMBER: To update Asker execute `sudo gem update asker-tool`
25
22
 
26
23
  ## Usage
27
24
 
@@ -1,16 +1,16 @@
1
- %map{ :lang => 'en', :context => 'music, band', :version => '1'}
1
+ %map{ lang: 'en', context: 'music, band', version: '1'}
2
2
 
3
3
  %concept
4
4
  %names AC/DC, ACDC
5
5
  %tags rock, band, australia
6
6
  %def Australian rock band formed by Scottish-born brothers Malcolm and Angus Young
7
- %table{ :fields => 'members'}
7
+ %table{ fields: 'members'}
8
8
  %row Bon Scott
9
9
  %row Angus Young
10
10
  %row Malcolm Young
11
11
  %row Phil Rudd
12
12
  %row Cliff Williams
13
- %table{ :fields => 'attribute, value'}
13
+ %table{ fields: 'attribute, value'}
14
14
  %row
15
15
  %col Genres
16
16
  %col Hard rock blues rock rock and roll
@@ -20,7 +20,7 @@
20
20
  %row
21
21
  %col Formed in
22
22
  %col Sydney
23
- %table{ :fields => 'Albums', :sequence => 'Albums sorted by date'}
23
+ %table{ fields: 'Albums', sequence: 'Albums sorted by date'}
24
24
  %row Albums High Voltage
25
25
  %row Powerage
26
26
  %row Highway to Hell
data/lib/asker/version.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # Global parameters
3
3
  module Version
4
4
  MAJOR_NUMBER = '2.3'
5
- VERSION = "#{MAJOR_NUMBER}.1"
5
+ VERSION = "#{MAJOR_NUMBER}.2"
6
6
  NAME = 'asker'
7
7
  GEM = 'asker-tool'
8
8
  CONFIGFILE = 'asker.ini'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asker-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Vargas Ruiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-15 00:00:00.000000000 Z
11
+ date: 2022-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml