flay 2.6.0 → 2.6.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 +4 -4
- checksums.yaml.gz.sig +3 -2
- data.tar.gz.sig +1 -2
- data/History.txt +6 -0
- data/lib/flay.rb +2 -2
- data/test/test_flay.rb +6 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bf871fe44959479214522037b66919a9896cd83
|
4
|
+
data.tar.gz: 67ca161b52f3416a3b00505bf19d91013e2ab5a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb4a7c61d71762bc91ffe3e1f4e5d88d474859eeaf35aea96c49523f671e864a44b66aadeefc1c560c1d9a4cc73c7cdc5f90fce17ef789fbf8cd2423590444a8
|
7
|
+
data.tar.gz: f641519f4096053f5adfd52f923311918d91b47f9a841fcbd467ae096958ab2e9d9432dfe7ac7bf45c445c9d947ad92c9a7c98672cc23f11f72312c185f99cc3
|
checksums.yaml.gz.sig
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
)7
|
2
|
+
JX����fkRb��[3��3!!Q'�&��?��K/��}��:���ȷB��(�mO+Γӥ\�+�Ik�}�o+>`h
|
3
|
+
��Ұ9�i����'bC��C�2s�V��1����/%�+iKPo�)�u����P)��'?�qLz҃��R���^��j4aתn�(���n�5£�a�I�]���S#[|2<�-)pۨV'�kz�m�>���ă�w,��l�:����K�����3��5���ض{C��<��:�l>�º[�|�
|
data.tar.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
f�3��'�L�z�]f�M.��
|
1
|
+
����+�Uqf�\�H�}�D+�9���Ɵ|&�re��{YN�A�&ٯ-4b�Ձc$��yIcJ�'#���ɲi�%,��_�-�ԹwߗW=~�~���Fd/��r�ju�VzDJ�ֲ��H����Ч��?��8����N��;4�]��N7^����M�m�M��R��#sD��?�qc9��'ë�9�}��q�m�M 9D�m)��ˣ��Ҩ���J�p̃G`�-�=O��O�l�~jq�k]P`M}
|
data/History.txt
CHANGED
data/lib/flay.rb
CHANGED
@@ -15,7 +15,7 @@ class File
|
|
15
15
|
end
|
16
16
|
|
17
17
|
class Flay
|
18
|
-
VERSION = "2.6.
|
18
|
+
VERSION = "2.6.1" # :nodoc:
|
19
19
|
|
20
20
|
class Item < Struct.new(:structural_hash, :name, :bonus, :mass, :locations)
|
21
21
|
alias identical? bonus
|
@@ -134,7 +134,7 @@ class Flay
|
|
134
134
|
else
|
135
135
|
p
|
136
136
|
end
|
137
|
-
}.flatten.map { |s| s
|
137
|
+
}.flatten.map { |s| s.sub(/^\.\//, "") } # strip "./" from paths
|
138
138
|
end
|
139
139
|
|
140
140
|
# so I can move this to flog wholesale
|
data/test/test_flay.rb
CHANGED
@@ -478,4 +478,10 @@ class TestSexp < Minitest::Test
|
|
478
478
|
assert_filter_files miss, "test"
|
479
479
|
assert_filter_files miss, "nope"
|
480
480
|
end
|
481
|
+
|
482
|
+
def test_expand_dirs_on_frozen_string
|
483
|
+
s = "./foo"
|
484
|
+
s.freeze
|
485
|
+
assert_equal Flay.expand_dirs_to_files([s]), ["foo"]
|
486
|
+
end
|
481
487
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Davis
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
29
29
|
xJcC6UN6NHMOVMyAXsr2HR0gRRx4ofN1LoP2KhXzSr8UMvQYlwPmE0N5GQv1b5AO
|
30
30
|
VpzF30vNaJK6ZT7xlIsIlwmH
|
31
31
|
-----END CERTIFICATE-----
|
32
|
-
date: 2015-01-
|
32
|
+
date: 2015-01-30 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: sexp_processor
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
version: '0'
|
149
149
|
requirements: []
|
150
150
|
rubyforge_project:
|
151
|
-
rubygems_version: 2.4.
|
151
|
+
rubygems_version: 2.4.5
|
152
152
|
signing_key:
|
153
153
|
specification_version: 4
|
154
154
|
summary: Flay analyzes code for structural similarities
|
metadata.gz.sig
CHANGED
Binary file
|