rhymera 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: 8e97e953e301b42a87bc7e5896d7328eb285078fba9b9b5d86c50c712f4a09e9
4
- data.tar.gz: ed8ff913a3adaa2e8a21b42546ecbb9a6485e36cc2fac065be57b1bfc2499c08
3
+ metadata.gz: 0d893f72d4db45138a24fb7d1cc070830be2ac3ab1aeefdd2664b57875558451
4
+ data.tar.gz: cc0b723334d4145ea9b99ce6fa71fbc53972bc533a04a5b56fdf897a373b0902
5
5
  SHA512:
6
- metadata.gz: b55094fe8a0982688e50f3f50790e59b597010612606948e8e35844f4118af31c9f7f5ce714628ed67a2dca525fa92c73de9b3e4d4c9346411b163ca753e5d04
7
- data.tar.gz: cd774e679211aeb3765dc6d96830358d01ce057609d5700df131737ae91e9f04eef97e3a5424b9838a5d07f960bec7eaf3ebe21310fb3e89fd6f3059fc25b17d
6
+ metadata.gz: 2f298078c4895ec53e47cc0bc5118b612f0e9648ce78c9452802fb0b11e60cb6992ae65907c203c63e281bf59f795327ff414ad5c14fcd142ab5ad4290fe8573
7
+ data.tar.gz: 5e32bb41b9e48f96ea3747733fc19f404b9c9bbf6b530a2fc8e9984d654289c1293fe0756d0339f3b28f6336bb821a958e8b73f5efc90502d49d4ac52d23a03a
@@ -3,3 +3,4 @@ CHANGELOG
3
3
 
4
4
  - Version 0.1.0: first working release!
5
5
  - Version 0.1.1: fixed bug in `detail_view` logic
6
+ - Version 0.1.2: stay in `detail_view` after copying attribute
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rhymera (0.1.1)
4
+ rhymera (0.1.2)
5
5
  clipboard (~> 1.3)
6
6
  tty-prompt (~> 0.23)
7
7
 
@@ -54,4 +54,4 @@ DEPENDENCIES
54
54
  rspec (~> 3.9)
55
55
 
56
56
  BUNDLED WITH
57
- 2.2.3
57
+ 2.2.4
@@ -69,7 +69,7 @@ module Rhymera
69
69
  opts = prompt.select("More details on #{@word}:", menu)
70
70
 
71
71
  @word = opts
72
- prompt.select("More details on #{@word}:", extra_menu_entries)
72
+ prompt.select("More details on #{@word}:", extra_menu_entries) while @word == opts
73
73
  end
74
74
 
75
75
  def old_searches
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rhymera
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: rhymera
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
  - Alex Cline