tulpa-prompter 0.1.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c687ce73414deb0efbfcba2c5f174abf354aa659b77df1104843a7b513d0bcca
4
- data.tar.gz: 77d678771ceeb38e8374c199071ce73ff3056f80c35426eb9344345a755c4be8
3
+ metadata.gz: 60722d5f03571bd1d01dab440f16e903127cc2548615aa88a184204ff680f40c
4
+ data.tar.gz: 433e3440317d8ea32987e591150bce1b03019128581d3ed69ef298240084f9d1
5
5
  SHA512:
6
- metadata.gz: 9d053a0936a136a2bf7e7211cf3c89f2dba2d1945eef4ffba6b5f5cd2e99768083acd30fddce17b406fa9b29fc8dee7995600b5502e4b2a719d864a10152c422
7
- data.tar.gz: 38cdcdc4ffad8009948b3bdf298d6fd8a81ae5cb93551551e8b9ce4d9aa9be342a0dba4d09f9523236bfff002eecc126a51258f8ca2b32ce1e30c4acf98bb147
6
+ metadata.gz: f735c4fa0ac6b95487af971f6d5b147a83575e527447d68328fe6e289d7e360f1c3181d9a93f70bdc9d504ea5161bbfbc3b6c54a4a62afac2a1cff84b90c99a3
7
+ data.tar.gz: 3cd9110f3e1a659bb2e7a18db9926d181f75d3f5cbd8bcf968cf6fab00b66562c456bc7f416a05320740ab64908c6ba609892f5b9028656f41446629b5a25d23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tulpa-prompter (0.1.0)
4
+ tulpa-prompter (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -5,6 +5,7 @@ module TulpaPrompter
5
5
 
6
6
  def self.call(options)
7
7
  options[:interval] ||= 15
8
+ options[:interval] = options[:interval].to_i
8
9
  options[:lines].shuffle! if options[:shuffle]
9
10
 
10
11
  animation_prompts = "animation_prompts = {\n"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TulpaPrompter
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tulpa-prompter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dreaming Tulpa
@@ -24,7 +24,7 @@ files:
24
24
  - Gemfile.lock
25
25
  - README.md
26
26
  - Rakefile
27
- - lib/tulpa_prompter.rb
27
+ - lib/tulpa-prompter.rb
28
28
  - lib/tulpa_prompter/version.rb
29
29
  - sig/prompter.rbs
30
30
  homepage: https://github.com/dreamingtulpa/tulpa_prompter