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 +4 -4
- data/last_hit.gemspec +3 -3
- data/lib/last_hit/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fb202dbeff4fd849cf1d94f2f9d298ba0ad4559
|
|
4
|
+
data.tar.gz: 0f2a0b9000c6973a20c4306b3009e79723ac64db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
12
|
-
spec.description = %q{
|
|
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")
|
data/lib/last_hit/version.rb
CHANGED
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.
|
|
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:
|
|
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
|
|
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
|