flay 2.8.0 → 2.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83938e425e7da6168fc862af2d5ecaa7f8c3cfc4
4
- data.tar.gz: 0cecc5f44a897b0695ac0f638aee67535dedcff7
3
+ metadata.gz: 4c61c66f88624f0e383065c27b8ef862a267be48
4
+ data.tar.gz: 27e83ad70de97992734eaa17b2127cdc9633e42d
5
5
  SHA512:
6
- metadata.gz: 233071084997a9e3a585704098514fb245590987aa0ec9f8317e4defe0555c1196b83e6646e73eb9607f2b5923c94d608f88c8635494285a7a50f92b4fca4c05
7
- data.tar.gz: ede337e5a5968d0d8097d2a14f1eb42d58ef63f9cbeccdeaee57ae23a4a54e50753dc445ba1fbd7c751ffae426b8ab2b771f21565ce4521b0ab648f04c3b26a5
6
+ metadata.gz: 502d131e62a3fc06fda5834b3fbf2e546fbe6bf7de6fa4d5ece51dc878f35878b60a2b5f9405b31d58ca2b728aa03c50fb7e93db64bd6293e8218d084837f427
7
+ data.tar.gz: 8e49f697a064fcea5b90ded92d88a33f227d3bb7c3a6a4aabe154174bb939b9afc1a5bf54c252f88c4d99a15d37807a412853cddf1686e052de0c8c7c2dc7235
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 2.8.1 / 2016-08-24
2
+
3
+ * 1 bug fix:
4
+
5
+ * Accidentally removed require from flay_task.rb. (ajacques)
6
+
1
7
  === 2.8.0 / 2016-05-16
2
8
 
3
9
  * 1 minor enhancement:
@@ -16,7 +16,7 @@ class File
16
16
  end
17
17
 
18
18
  class Flay
19
- VERSION = "2.8.0" # :nodoc:
19
+ VERSION = "2.8.1" # :nodoc:
20
20
 
21
21
  class Item < Struct.new(:structural_hash, :name, :bonus, :mass, :locations)
22
22
  alias identical? bonus
@@ -44,6 +44,7 @@ class FlayTask < Rake::TaskLib
44
44
  def define
45
45
  desc "Analyze for code duplication in: #{dirs.join(", ")}"
46
46
  task name do
47
+ require "flay"
47
48
  flay = Flay.run
48
49
  flay.report if verbose
49
50
 
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.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  qx3h45R1CAsObX0SQDIT+rRbQrtKz1GHIZTOFYvEJjUY1XmRTZupD3CJ8Q7sDqSy
30
30
  NLq5jm1fq6Y9Uolu3RJbmycf
31
31
  -----END CERTIFICATE-----
32
- date: 2016-05-16 00:00:00.000000000 Z
32
+ date: 2016-08-24 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: sexp_processor
metadata.gz.sig CHANGED
Binary file