last_hit 0.1.10 → 0.1.11

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: bbb0baadbefda1a2af5012490b946f259a2e4add
4
- data.tar.gz: 0639f7c456c0e19882b2a2de1e81cf9aa6f4a593
3
+ metadata.gz: 4ca55a8ac1827aeceb584041a728b3032d9cbe2e
4
+ data.tar.gz: 61f9de1b8b5419b644b4785a6cc2107401fc5d02
5
5
  SHA512:
6
- metadata.gz: fe9d4d8ea20630ad69cb4c8ab2576c01603186a47b7ccd95a3d0e606fc12bf028816ccaf4df9a84da70ef4714d35dabbfee75dd96a203b6b4a1decfc95c2903d
7
- data.tar.gz: 4ab0dc5ad493d2a955706b96309ab1316bd9e9cceba2fcc73e8109ef8ae0e591af50480a24cef9d7ad50178a30bb46461412b4417f36eed41827a7e4cde23965
6
+ metadata.gz: f9f01225c1a23f0f4ece3e0c96fb159f0644118bb185f7c7bc5f7ef38d7cde71c0f6dc12a6f62f3dcaf1f614a1b5331f46485db0b4ed94ef06047c4287d41da6
7
+ data.tar.gz: fdd805e580e3ef64e8033d846ac448db15d7aa0db3dd24ee35aebde723c03bc9326b6e3a0b6f98f3ad809f237398c82d974d21016476eff3c7dd0ca3230df1ab
@@ -11,8 +11,8 @@ class LastHit
11
11
  attr_accessor :test_command, :base_branch
12
12
 
13
13
  def set(config)
14
- @test_command = config['test_command'] if config['test_command'].present?
15
- @base_branch = config['base_branch'] if config['base_branch'].present?
14
+ @test_command = config['test_command'] if config['test_command']
15
+ @base_branch = config['base_branch'] if config['base_branch']
16
16
  end
17
17
  end
18
18
  end
@@ -1,3 +1,3 @@
1
1
  class LastHit
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: last_hit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duc Le