sanitycheck 0.0.1 → 0.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: 97baf0a87f7524ebd61497e18594113fa62582f2
4
- data.tar.gz: 7c36306cc2e635f1b1ef60ada2daaf3eb3b8e3cb
3
+ metadata.gz: 565df381199578ad61fe91a695dca9ea9ff3b19f
4
+ data.tar.gz: 2d1024a15e3efa75fb8a1f8f6deaddc9700b8429
5
5
  SHA512:
6
- metadata.gz: f74c06fa8b7643f6aa1662eb90262e716c941c8087e9a41acd0c4bf71a08c6aae5e7b51a4744d111f412c5a7599eb603b3d6d3528a13976a34a1b9dd3af6413c
7
- data.tar.gz: 27a8cc1a859ecdc0ef8c83a3d96e7dd416038e2ba706f96328f8109b5ab4f39e648ad26b98b959c7c0c9e69dff26f191a9b0ba86fb315ae801128e1824a57e90
6
+ metadata.gz: 8542adca2e640de08b95abba2233273e9c9e6f2c97fdf86a60fbc7b929921f2124d1a26d2546e614a18693c03f1cfeca5b22cca7972b1b4d244cfbec25fe9f3e
7
+ data.tar.gz: e90b36b3b7ca5463717f7c3e3a5108aa12e25417d3a1b9de67599d60d7270dd7fe20f0a2ea329463e74181b9069b03dde47a65d3c36e9da7bcb7dabde0093822
@@ -1,3 +1,3 @@
1
1
  module Sanitycheck
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanitycheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sxjoel
@@ -48,7 +48,7 @@ files:
48
48
  - MIT-LICENSE
49
49
  - README.rdoc
50
50
  - Rakefile
51
- - lib/generators/SanityCheckGenerator.rb
51
+ - lib/generators/sanity_check_generator.rb
52
52
  - lib/sanitycheck.rb
53
53
  - lib/sanitycheck/version.rb
54
54
  - lib/tasks/sanitycheck_tasks.rake