da_funk 1.13.0 → 1.13.1

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
  SHA1:
3
- metadata.gz: 1baf960081a5ad4843e1cb22d37e2e29be5c3692
4
- data.tar.gz: 34371b4fe6401c9af40308b7f5365cd32bcbebce
3
+ metadata.gz: '03841896cd8e28818d34d4c8111b6bec45048549'
4
+ data.tar.gz: 5a635a2485bf9ff98d21c8b782447347395e6af7
5
5
  SHA512:
6
- metadata.gz: '09bfb378797fca4d535f598436c1660b777b7bbd07166c3afbedfac07ea0562a754419f81c04328c598103ad98bf78056dfc7fb6da5c66a3c388b4ae70871b15'
7
- data.tar.gz: 9d73299b5cd8e60670f4a3bfab10c15ef9e9e8834e62f8a5fc3e1a00dcbc692c56d2c12699ddade2454ab051ac447a75d17d4679dcab6de06e37f23419df1260
6
+ metadata.gz: 642bd81754c6b933ce2f2231b7bf04cf1c6bad94bfc0f3d85027257c79dd3a3150b6b27aa43321861a4c822518c12b79964c0e734aad44ce42cd657dbc8fc70e
7
+ data.tar.gz: 29113fb9395c0bfb9b0cee95b29b56a60e441f3388a05a0a413e778ce54e35c14adb15859e118658cd4f4389d25d0e8d79e9d04a072360122f8ca6c422b73c80
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (1.13.0)
4
+ da_funk (1.13.1)
5
5
  archive-zip (~> 0.5)
6
6
  bundler
7
7
  cloudwalk_handshake
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 1.13.1 - 2018-08-29
4
+
5
+ - Fix ScreenFlow navigation when comparing confirmation.
6
+
3
7
  ### 1.13.0 - 2018-08-17
4
8
 
5
9
  - Add DaFunk::ParamsDat::parameters_load copy of ready?.
@@ -32,7 +32,7 @@ module DaFunk
32
32
 
33
33
  def confirm(text)
34
34
  puts text.chomp
35
- getc(0) == Device::IO::ENTER
35
+ getc(0)
36
36
  end
37
37
  end
38
38
  end
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="1.13.0"
2
+ VERSION="1.13.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-17 00:00:00.000000000 Z
11
+ date: 2018-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake