cukehub 0.9.0.1 → 0.9.0.2

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: 0ea452bef8b4755c85295224995a5d53e5455b0b
4
- data.tar.gz: 9f42cbc549763a77d0920bb48c3285fa2345d410
3
+ metadata.gz: 0db026831097cd338962fee7c43638da7ed5d6cc
4
+ data.tar.gz: 5cb1c7c4e9ed65c4e6c84e5c1c451e7988e6c3cd
5
5
  SHA512:
6
- metadata.gz: 0a288f26cd47c7b6570da77f8adc97f732c49a9ada6daf118dd450e7b5f42a50f2dfd7cdc3973c1e60a21403b920ca8e1695ed13e8ecf3ff4cf74cfe7b7c7f46
7
- data.tar.gz: 6ecc4f60a9634758f63fb614a793bb8f1354af8f295470c186f5e91572ce9bd0813f429e0f914ea8702853d1e7911fd3ffc2206a1867cc244a0ccf8fce942f19
6
+ metadata.gz: 00321d897d698e6870dd5c3fbb203b79ceb457906f4102962be498deafd677ada1e0ebfbbb8fd46035b43e6aa2ec6abfd297e2ff67dade69d440d264a4a0db1c
7
+ data.tar.gz: 91e05285712a7b6ba4659168617f4014b6101b4197e62b69af7bc17edaeb349bc9f576d010b7c346b055c2627448872aa55e156a9f4d896ab3fd50b8e65f15e5
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cukehub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.1
4
+ version: 0.9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rich Downie
@@ -58,9 +58,8 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
- - Rakefile
62
61
  - lib/cukehub.rb
63
- - lib/tasks/cukehub.rake
62
+ - lib/cukehub/tasks/cukehub.rake
64
63
  homepage: http://cukehub.com
65
64
  licenses:
66
65
  - MIT
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- Dir.glob('lib/tasks/*.rake').each { |r| import r }