aws-spec-etl 0.1.2 → 0.1.3

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: 50dc50c7d2d718b81511a0aa54e7bd0810f27a67
4
- data.tar.gz: 9f8d702204ab54f26e49e94eee7665c155d71885
3
+ metadata.gz: dc95dba75e20965df81a117881302583ac3202f7
4
+ data.tar.gz: a6f5a5da5f1dcca73074eaae97e03c8669d7e42b
5
5
  SHA512:
6
- metadata.gz: c0ed8267ac4935999f8a2361b90b2a10384a656288fbf0c73edc41b7c0de1df2a4286a7da96109d88f8c5090f1dc678168430a931211b16c9246eab99f0c1fe8
7
- data.tar.gz: 0fe595e231cc617f0f629205bca898cd111c1b95498ef9890db8cc807d097492b561db34cde639bf6fa03fb9b64f4ee2264954ad487783aeafd457ea7512417a
6
+ metadata.gz: 9f8e8e9f6af906f85f393e6d0ad5f9632891b29f1bbbe2dfed91efa29185eee811d92b9c8abd886afa607483c6c7a2abc850dd8acf9c7b04b7eacc092a0a7006
7
+ data.tar.gz: dcd62a20b113ce9cc173fe7d1a89ff638386e1c59100045b418c7c97a8d54bcb4b9830896886dd61cbc1eb74955a542cf394b8f622834606ed0bba7fd0eed43a
@@ -1,7 +1,7 @@
1
1
  module Aws
2
2
  module Spec
3
3
  module Etl
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
6
6
  end
7
7
  end
@@ -24,7 +24,7 @@ class SpecRbTransformer
24
24
  # Clear out the last run
25
25
  def clear_last_run(root_dir)
26
26
  Pathname.new(root_dir).children.select { |c| c.directory? }.collect { |p| p.to_s }.each do |dir|
27
- next unless dir.include?("_test_")
27
+ next unless dir.include?("_tests_")
28
28
  FileUtils.remove_dir(dir)
29
29
  end
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-spec-etl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Atkins