sequel_validation_exceptions 0.3 → 0.31

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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +7 -8
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YzBlOWQzYjIzYWRmOThlMGNkMDM2MzI2ODg1NmI4YjQ0NjNhNzZlYw==
5
+ data.tar.gz: !binary |-
6
+ ZGI0OTEzYmRmZjA0OWUxYWQ4ZTc4MjdhMGY2NzIxYjdjNjVkMjdkZg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ ZGFmMzdlYWI3ZDAyMmNkOTY1MjVjOWI5M2M1ZDE3NTJlMDQ0MjQyZjc5NDhm
10
+ MDJmNDNlMjliYWVhZDU5Y2IxYTRhYWZmMDkzZGRiNzMzZTY1ZGY0YTE1NGJj
11
+ MDJlYzgxNjIwYTVlNjI1NDY1NDg1ZmY3NmJmZjZkZDcwNWY5YWI=
12
+ data.tar.gz: !binary |-
13
+ NjdmZmVlMDE1NzgxZTc1N2YyZmIxZDUyYTUxM2M3YzljZjU2NzRmNjJjM2I4
14
+ ZmM0ZjQyMDIzODVlZjg0ZjI3OWU1MjNiZTFhODQxZjQ2YjgzN2RhYjVjYjAx
15
+ NTNmZDljZDliYzY0YzZhODE5NGIxNzE2Mjg0YTUwZGQzYjAzOTA=
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel_validation_exceptions
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
5
- prerelease:
4
+ version: '0.31'
6
5
  platform: ruby
7
6
  authors:
8
7
  - Misha Conway
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-10 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description:
15
14
  email: MishaAConway@gmail.com
@@ -19,7 +18,9 @@ extra_rdoc_files: []
19
18
  files:
20
19
  - lib/sequel_validation_exceptions.rb
21
20
  homepage:
22
- licenses: []
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
23
24
  post_install_message:
24
25
  rdoc_options: []
25
26
  require_paths:
@@ -29,17 +30,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
29
30
  - - ! '>='
30
31
  - !ruby/object:Gem::Version
31
32
  version: '0'
32
- none: false
33
33
  required_rubygems_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
- none: false
39
38
  requirements: []
40
39
  rubyforge_project: nowarning
41
- rubygems_version: 1.8.24
40
+ rubygems_version: 2.0.3
42
41
  signing_key:
43
- specification_version: 3
42
+ specification_version: 4
44
43
  summary: Adds save!, update!, create!, and find_or_create! to sequel models.
45
44
  test_files: []