story_branch 0.5.0 → 0.5.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: c52f21039ded483c26995d245057c6679485dc75
4
- data.tar.gz: a01c935ed4fa49332635a6df573ba5f9b27fa577
3
+ metadata.gz: 38912c524443c656acbd715b1658f27b945d33ae
4
+ data.tar.gz: f2a0ec101edf1445a7a64e808d198eff1dd41c9d
5
5
  SHA512:
6
- metadata.gz: 6b38676bf0947c462aeece49697c520afc88701a87e993810a19b0cb78408a53ceb17cb37771994aabf9eba71f06edb6e80ac02e223669345b3d9fc3c0d73ad1
7
- data.tar.gz: b6b6d43fb4ef939797a648e8c68dcb96a901d1d05de00e199e8575d8b8c96ec78179ecf7d5cb2a90370ab37b79338c8679d8a478dd7c71b37525df16c37491ff
6
+ metadata.gz: 5ed462848686c73f0671f2414aa4860d693e9e687e14e9ae26a6843dcbebf0287232c9c2cd82807587a5dc4c5a4d53343cc8a2a32f30f4f6baf035319848717e
7
+ data.tar.gz: b71af1542d4fc784650acca311d2e87c709eb45f4312936192c188e4539835d6a5dd14a0fdcc6c63399484423143f58706a5e6bd9dfca46a818af02afe633c92
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- story_branch (0.5.0)
4
+ story_branch (0.5.1)
5
5
  blanket_wrapper (~> 3.0)
6
6
  levenshtein-ffi (~> 1.0)
7
7
  thor (~> 0.20.0)
@@ -63,7 +63,7 @@ GEM
63
63
  tty-command (0.8.2)
64
64
  pastel (~> 0.7.0)
65
65
  tty-config (0.2.0)
66
- tty-cursor (0.6.0)
66
+ tty-cursor (0.6.1)
67
67
  tty-pager (0.12.0)
68
68
  strings (~> 0.1.4)
69
69
  tty-screen (~> 0.6)
@@ -98,4 +98,4 @@ DEPENDENCIES
98
98
  story_branch!
99
99
 
100
100
  BUNDLED WITH
101
- 1.17.1
101
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StoryBranch
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
data/story_branch.gemspec CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
38
38
  'homepage_uri' => 'https://github.com/story-branch/story_branch',
39
39
  'source_code_uri' => 'https://github.com/story-branch/story_branch'
40
40
  }
41
- spec.required_ruby_version = ['>= 2.3', '< 2.6']
41
+ spec.required_ruby_version = ['>= 2.3', '< 2.7']
42
42
 
43
43
  # Specify which files should be added to the gem when it is released.
44
44
  # The `git ls-files -z` loads the files in the RubyGem that have been
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: story_branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Baltazar
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2019-03-04 00:00:00.000000000 Z
15
+ date: 2019-03-07 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: blanket_wrapper
@@ -302,7 +302,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
302
302
  version: '2.3'
303
303
  - - "<"
304
304
  - !ruby/object:Gem::Version
305
- version: '2.6'
305
+ version: '2.7'
306
306
  required_rubygems_version: !ruby/object:Gem::Requirement
307
307
  requirements:
308
308
  - - ">="