lopata 0.1.8 → 0.1.9
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/exe/lopata +1 -1
- data/lib/lopata/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac7869fc182b12d3c519ad14d8adcdac5e64bee1e20b75079367b54b2d7de799
|
|
4
|
+
data.tar.gz: 3073f91baef1a324cd299a442ce8cc69da5de995aa64d1850304e1e286827aea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35ad7f2284f3f85f2ac7d6ba718857f3755cfb6db35efb8609899877707ed6a4b3e9dbd8529309a5589e3d74c747bc4672c2f16845a3ff5a4d0ebf080c99f444
|
|
7
|
+
data.tar.gz: 32fb8a447ac3c010418ca4812c56da2b8d4bd105f49e6ea4e00a2f84f11c27ae591eb4b0bebff2e7349436314bbcd560ff973036b1763b8af64ac8df0568e173
|
data/exe/lopata
CHANGED
|
@@ -4,7 +4,7 @@ require 'lopata/runner'
|
|
|
4
4
|
|
|
5
5
|
# use default command with arguments if given command is unknown.
|
|
6
6
|
argv = ARGV.dup
|
|
7
|
-
unless Lopata::Runner.all_commands.keys.include? argv
|
|
7
|
+
unless Lopata::Runner.all_commands.keys.map(&:to_s).include? argv.first
|
|
8
8
|
argv.unshift 'test'
|
|
9
9
|
end
|
|
10
10
|
|
data/lib/lopata/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lopata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexey Volochnev
|
|
@@ -138,5 +138,5 @@ requirements: []
|
|
|
138
138
|
rubygems_version: 3.0.3
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
|
-
summary: lopata-0.1.
|
|
141
|
+
summary: lopata-0.1.9
|
|
142
142
|
test_files: []
|