whiny_validation 0.1.0 → 0.1.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: 74c55d1e87705a2da008e8b9347d7d427ddf97d2
4
- data.tar.gz: e7c710cfbfdce61e0d8fdcd7a3e5b858a7d30ef9
3
+ metadata.gz: 32bde23dcbbaca5f53ebc41921b9d92cdde6f15e
4
+ data.tar.gz: 0f70d8c5fd63b0b8f50bb4da96db370d38d84a77
5
5
  SHA512:
6
- metadata.gz: 750bfacfe3c487d6301683f6da65333ae34dcbe22434fab4327d7bc7baec8e75184803296fa8cedfab2dca932227ed219980d827140375a47638b25316c88863
7
- data.tar.gz: 1bece7fc4e32cd2bc3299643cf8f258256ca0b94a33904cd439b506d7eb195901ac7889fe1306981209c04a8af8c6e8a60bcd08b1733504bdd3d4238d0d7b725
6
+ metadata.gz: eb51c01721b684a7b130460d05d83dc0828fb95cc3c0db5018c8639010db864804212339619dc6c700145c2441beded541b760550b343697550364749dcbbc28
7
+ data.tar.gz: c24c6ee244ca83d0a095869e23886ca00260d2832e501e2bf1c26641ebdc075db302d08867da050f9da636e6644ff21af3614061308bcf6a748007dea51313ac
@@ -1,3 +1,3 @@
1
1
  module WhinyValidation
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["brian@morearty.org"]
7
7
  gem.description = %q{When an ActiveRecord model won't save because it's invalid, this gem writes the validation error messages to the log.}
8
8
  gem.summary = %q{Write ActiveRecord validation error messages to the log}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/BMorearty/whiny_validation"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whiny_validation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Morearty
@@ -70,7 +70,7 @@ files:
70
70
  - lib/whiny_validation/version.rb
71
71
  - whiny_validation.gemspec
72
72
  - whiny_validation.gif
73
- homepage: ''
73
+ homepage: https://github.com/BMorearty/whiny_validation
74
74
  licenses: []
75
75
  metadata: {}
76
76
  post_install_message: