last_hit 0.1.3 → 0.1.4

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: d592cfa8e2d8af08c2b5dc48dd6042504258b660
4
- data.tar.gz: 648ed4e26644a11bd0a6b5c5d7ff96c3b5ce81a0
3
+ metadata.gz: 6fb202dbeff4fd849cf1d94f2f9d298ba0ad4559
4
+ data.tar.gz: 0f2a0b9000c6973a20c4306b3009e79723ac64db
5
5
  SHA512:
6
- metadata.gz: 0f0d9f46f822f2813af45cc049bb64e5972837683276c391c4e3d5e543690fa1336331118f9d48f7e81fdbef224b33ecca5e39e66b43c4fbdfffa257b7b79522
7
- data.tar.gz: 6607e7202b02195607397d08a7105a3ec60c9e8d84aa65982389bf7f0f1158024a796956151219fc1c445fa7358fc58ff982ecd1493b210bcaf4b392e36206a3
6
+ metadata.gz: 0764ecea1c9058952103ca62ff3e6e774d19e5f5cc2eb96974f1fed4e9051c0a3709db24bd7eb4cad4ed005d9b5245c508195d6ac6d5fd279c1561d6c40d8a5c
7
+ data.tar.gz: 9e9ef47334106c61ec2a653525e79d26e58e49d505c79c8d7ec14552be5c9f8f1207fe48a150ff76527263c62792adc5790e4cdb8ca9a00fd89f11e8a4007d62
data/last_hit.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = LastHit::VERSION
9
9
  spec.authors = ["Duc Le"]
10
10
  spec.email = ["leminhducktvn@gmail.com"]
11
- spec.summary = %q{Help you to run relevant tests}
12
- spec.description = %q{Working with GIT}
13
- spec.homepage = ""
11
+ spec.summary = %q{Help you to reduce the time waiting for the test servers by running some relevant tests before pushing}
12
+ spec.description = %q{You can run just relevant tests, fix them and pushing to the test servers}
13
+ spec.homepage = "https://github.com/lmduc/last_hit"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  class LastHit
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duc Le
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.19.1
69
- description: Working with GIT
69
+ description: You can run just relevant tests, fix them and pushing to the test servers
70
70
  email:
71
71
  - leminhducktvn@gmail.com
72
72
  executables:
@@ -95,7 +95,7 @@ files:
95
95
  - spec/file_filter/spec_spec.rb
96
96
  - spec/rc_adapter/git_spec.rb
97
97
  - spec/spec_helper.rb
98
- homepage: ''
98
+ homepage: https://github.com/lmduc/last_hit
99
99
  licenses:
100
100
  - MIT
101
101
  metadata: {}
@@ -118,7 +118,8 @@ rubyforge_project:
118
118
  rubygems_version: 2.5.1
119
119
  signing_key:
120
120
  specification_version: 4
121
- summary: Help you to run relevant tests
121
+ summary: Help you to reduce the time waiting for the test servers by running some
122
+ relevant tests before pushing
122
123
  test_files:
123
124
  - spec/file_filter/spec_spec.rb
124
125
  - spec/rc_adapter/git_spec.rb