atome 0.5.6.8.5 → 0.5.6.8.6

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: bc11996c8508fa65ea2a2401926454c5486140404ef425fdd7b74225358a8e75
4
- data.tar.gz: ac2a247d50790d1ea6d72acdbb180d8108db50b2338a367494f9b085c5a9c4f8
3
+ metadata.gz: 6370fa14baff09e6137332d6c1acb28c9af1471300c1abca20886ed3393b82a0
4
+ data.tar.gz: de3ecad7c62684abe3f6cb210d819a670d61d2818461856bc05afc03230fd806
5
5
  SHA512:
6
- metadata.gz: 5fce46bde01f078febc6818ec8b294763c957531715c2c22100e32a8f23fcd5e524d03d9e4e05d6ecd239c0c70c14b65275f7753a4d5e86d8a4f8ab37e56efd0
7
- data.tar.gz: b1d15a32434a85c3966316767d0bcd098d71f919878ce2d84f86af8370efe09192cd55a259ab88393f386412645fb211ac1d1d8267f7f73b8a61176709fa2695
6
+ metadata.gz: 93703fda1d4a8b00dcbf7430bae2bdeacf2530e02e36e5d99c29dc175ac8d10fa4a7c1f5be6b176943f9a834f90bc75b388082c7e85d02b1e26cf579cf311663
7
+ data.tar.gz: d878ddaf5a47323cc31ad8ddf061ddf15b4c7293e49f5312b0892949f44d7e0094a853be4d6796c5c4689985df0394c73fc679d017709249cc0957634619462b
data/lib/atome/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  # return atome version
4
4
  class Atome
5
- VERSION = '0.5.6.8.5'
5
+ VERSION = '0.5.6.8.6'
6
6
  end
@@ -36,12 +36,12 @@ new(molecule: :input) do |params, bloc|
36
36
  )
37
37
 
38
38
  text_input.touch(:down) do
39
- tick(:input)
39
+ input_back.tick(:input)
40
40
  text_input.edit(true)
41
41
  end
42
42
 
43
43
  input_back.touch(:up) do
44
- if tick[:input] == 1
44
+ if input_back.tick[:input] == 1
45
45
  text_input.component({ selected: true })
46
46
  end
47
47
  end
@@ -305,8 +305,8 @@ new(molecule: :button) do |params, bloc|
305
305
 
306
306
 
307
307
  button.touch(:down) do
308
- tick(:button)
309
- bloc.call(tick[:button]%states)
308
+ button.tick(:button)
309
+ bloc.call(button.tick[:button]%states)
310
310
  end
311
311
 
312
312
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6.8.5
4
+ version: 0.5.6.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Eric Godard