roboed 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/roboed +4 -0
  3. data/lib/robo_ed/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 867b87189c905c0f090e366cc017ed45ec7c30fa
4
- data.tar.gz: ccf0093e21033a7afb67b4a2468f2cffc867d5a4
3
+ metadata.gz: d388d7ad6b0e1db426bc51d033b72a0667cd6d1c
4
+ data.tar.gz: 313e939372c874bcfea620244421d84456b767a6
5
5
  SHA512:
6
- metadata.gz: fb0c10df0e5117f6842bc6287b96c20195c479cc2e08b08b8b51a572fa298de59c449c2a92fcc470ffc03953226f33edf48c2e251f54a84cb43c7233499f0d91
7
- data.tar.gz: da22e07d739ffcffcf4df66e4bd6fb040ba10855a57cedcc1718f124ec77f5e8d800f6b7d7505bc2f390ade016a364d83660c1c6fc64cea7bbef0b64e2254b89
6
+ metadata.gz: 925babf81ab3091208b3a8ad57d72d76acc53243fe74c25d31e13a956b4f84c60e6a1e5dd0bb630f6b56931df15fb9a786e5dee3a40fd7936b2f3ecf88772b90
7
+ data.tar.gz: bc833593990808077e93adec6982e35450d5fbc921f36ab0a388ab35e28750971537967457a1bf58698e7e301d8b8694548523b91da5f1cd248993eab512857a
data/bin/roboed CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  require 'robo_ed'
4
4
 
5
+ RoboEd.setup do |config|
6
+ config.strip_tags = true
7
+ end
8
+
5
9
  if ARGV.include?('--say')
6
10
  question = (ARGV - ['--say']).join(' ')
7
11
  answer = RoboEd.ask(question)
@@ -1,3 +1,3 @@
1
1
  module RoboEd
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roboed
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Demiglio