fitquery 0.1.0 → 0.1.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 +8 -8
- data/fitquery.gemspec +1 -1
- data/lib/fitquery/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDdhYWJkOWI4ZDYyNTY5NDM5MzkyOTU0MmZiM2VhM2Q5MjU4OTM5NA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NTlmMTAzOTQ3MGJlZGU3NmFhMjViYzNmYzZjMTQ4N2U3MzNkZmRmMw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzYxYTA4OWEyZDdhNWVkOGNkNDkxNjFjMjQxNGEwYzg3YWZiZGNhMmY2MmYz
|
10
|
+
YjZiODkxOTVjN2RkMDZiZTBiNWMxMjg3MzFhNDJjYWI5ODYzMzg3ZjlmOTYy
|
11
|
+
YWE4OGIzZmZlMzZhNjM3NWVlZDQyNThkZjY0NGQzMTdjMjUyNDQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDVhMmRmNmQzMmJkNTY0NzI4YTY5OTc1ZDNmMjUyNWI3Nzc0OTQ0ZTkxY2Nl
|
14
|
+
MWNkOWVkMTY0ZDlkYWYwODdjNjM5NDU2NTc2MWY1MGY1YzVkMjQyMDg0Nzc2
|
15
|
+
NmJiNTdjZWFiM2U2MWRkMjRhZDdkNzE5YzYyMWYwMTMxMzFiMWY=
|
data/fitquery.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Tony Peguero"]
|
10
10
|
spec.email = ["tony.peguero@payglobal.com"]
|
11
11
|
spec.summary = %q{Tools for inspecting and querying a FitNesse test hierarchy}
|
12
|
-
spec.homepage = ""
|
12
|
+
spec.homepage = "https://github.com/Plasmadog/fitquery"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/fitquery/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fitquery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Peguero
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- lib/fitquery/fitnesse_node.rb
|
56
56
|
- lib/fitquery/fitnesse_root.rb
|
57
57
|
- lib/fitquery/version.rb
|
58
|
-
homepage:
|
58
|
+
homepage: https://github.com/Plasmadog/fitquery
|
59
59
|
licenses:
|
60
60
|
- MIT
|
61
61
|
metadata: {}
|