last_hit 0.1.7 → 0.1.8

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: c34c8937d32a85fddb5dfd5492659d85b33e6f64
4
- data.tar.gz: 0aa212072260a9d84715461a3358bf1b945ab4f9
3
+ metadata.gz: 3fa9d2a6fabd2cb5deff9ce13ac483ecf5032916
4
+ data.tar.gz: a035b064621a7d64b4257248608034d39ae27c9a
5
5
  SHA512:
6
- metadata.gz: ba02f9a14b14a334f5a9de56cc49b4d77533fbbe6dfa7638a64ab509e8d3e310dc8c28344347b77aa7b92c55b15993967b5d15c660c9398d380075afb491d456
7
- data.tar.gz: a53da3badc014d709314ee490bf1227bead89fe90704b532f8bf1acb2a31f31c66b97e4c1069ddd8b42df8a867a9642e56ff4a5b10d87f04792792b170a2488b
6
+ metadata.gz: a1bfc68c7b42d6629d30741cacdc635a7ece756adfb458c7e15d3bbff29f243851351352e3a05944f4cc725222563dafd0893f56ac791e9f048e5d35a3be9b7a
7
+ data.tar.gz: 84357a90162986d1d4ea69ce7702507895fb3cf0fa02d8b2315587abbf84ccfe68b7e7342e2feb6c57743543cfc8008cf693ff3997904b2a05facffc9dd34c3b
@@ -8,7 +8,7 @@ class LastHit
8
8
  @base_branch = "development"
9
9
 
10
10
  class << self
11
- attr_accessor :test_command, :default_base_branch
11
+ attr_accessor :test_command, :base_branch
12
12
 
13
13
  def set(config)
14
14
  @test_command = config['test_command'] if config['test_command'].present?
@@ -1,3 +1,3 @@
1
1
  class LastHit
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duc Le