validates_duplicity_of 0.1.3 → 0.1.4

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: a62efc288d0719897a9a875a1c464882ab0c0a5d
4
- data.tar.gz: 264e116e4d28ca77bce066868ecffa9ac370db83
3
+ metadata.gz: 1e3bf057fa7474081194521f3e227118b783c880
4
+ data.tar.gz: 5609fa7c0fb610544b5dc9dd687d2aca6c7c11c5
5
5
  SHA512:
6
- metadata.gz: 3e862f626d78304631e9a141f6519b11bb2d65d0ddd2960695f05f3ff53c972cdaeabaca485fb4fd05deff9fc663badf939c05b6677ed1b2d5b2d14f444c3abd
7
- data.tar.gz: d4b51fe409ca2b10d1e25b9e37166350ab53980f30b9018ef5c27395dea10287a339c18aedf983b4b0c0ecc8c3fe417500c5237813ffa038d1f450fdc8e353a2
6
+ metadata.gz: fb8fe3834a5bf9a188691ee85632ca1717ffc12f236142ec6c8ade705b05d59e0d54d118a21e86511e6fffd6fa9784e19bf59716b6fb1dd89e5b267b9e900012
7
+ data.tar.gz: 4a05b2b33694e80c136ae9a2ffcc8b927785c9a5e8ea95c9df9ab91fea9ad0e763bdf24b60d88374c93f116b91aef4a426a8dbcec85824936de6195d1c48fdc0
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,3 @@
1
- � ૩N��y\�@[Ǖ���"�rͯ��ג���E*�ַ
2
- {���74�#�~���"�~ )?Q$�n����T �����؎��H�ǔk�ÐM�/9����H�b2|U+A��twЗ������vl�X��c��d- 2�S0�x9M}:�X���d�F)p0[P��z3g�%Q�7p���_'jYev�ꂳ��(^��?yn/��^��6����K��GI�b@�Оρ����F�'?7�l�)<
1
+ Ͱ��
2
+ <��Y�w��F|>]3yC<M��O}SAh���z_ 볾�\;����q����VFtbl@C�$�2�� [�eXZ���#:@Z���pVEzbLwTB�����
3
+ ��b\-)5/l�Hs3�y^�We= [DU�
data/.travis.yml ADDED
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # validates_duplicity_of
2
2
 
3
+ [![Build Status](https://travis-ci.org/madwork/validates_duplicity_of.png)](https://travis-ci.org/madwork/validates_duplicity_of)
4
+ [![Gem Version](https://badge.fury.io/rb/validates_duplicity_of.png)](http://badge.fury.io/rb/validates_duplicity_of)
5
+
3
6
  ActiveRecord (>= 3.2) callback which handle the name duplication in your model with ease.
4
7
  Ruby 2 only!
5
8
 
@@ -1,3 +1,3 @@
1
1
  module ValidatesDuplicityOf
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -6,11 +6,10 @@ require 'validates_duplicity_of/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "validates_duplicity_of"
8
8
  spec.version = ValidatesDuplicityOf::VERSION
9
- spec.authors = ["Vincent Durand"]
10
- spec.email = ["vincent.durand@madwork.org"]
11
- spec.description = %q{ActiveRecord callback which handle the name duplication in your model.}
12
- spec.summary = %q{ActiveRecord callback which handle the name duplication in your model with ease.}
13
- spec.homepage = ""
9
+ spec.author = "Vincent Durand"
10
+ spec.email = "vincent.durand@madwork.org"
11
+ spec.description = "ActiveRecord callback which handle the name duplication in your model."
12
+ spec.summary = "ActiveRecord callback which handle the name duplication in your model with ease."
14
13
  spec.license = "MIT"
15
14
 
16
15
  spec.files = `git ls-files`.split($/)
@@ -23,5 +22,5 @@ Gem::Specification.new do |spec|
23
22
  spec.add_development_dependency "rspec", ">= 2.3"
24
23
  spec.add_development_dependency "sqlite3-ruby"
25
24
 
26
- spec.add_dependency "activerecord", ">= 3.2"
25
+ spec.add_runtime_dependency "activerecord", ">= 3.2"
27
26
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validates_duplicity_of
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Durand
@@ -31,7 +31,7 @@ cert_chain:
31
31
  xDr7hfCTJQsNosd7V5q7Uz+SYPK9ALyONt5t3KKYEWS/mBCStEuQXwjIsWG/bqwr
32
32
  vqfQstIS
33
33
  -----END CERTIFICATE-----
34
- date: 2013-11-18 00:00:00.000000000 Z
34
+ date: 2013-12-17 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
@@ -104,13 +104,13 @@ dependencies:
104
104
  - !ruby/object:Gem::Version
105
105
  version: '3.2'
106
106
  description: ActiveRecord callback which handle the name duplication in your model.
107
- email:
108
- - vincent.durand@madwork.org
107
+ email: vincent.durand@madwork.org
109
108
  executables: []
110
109
  extensions: []
111
110
  extra_rdoc_files: []
112
111
  files:
113
112
  - .gitignore
113
+ - .travis.yml
114
114
  - Gemfile
115
115
  - LICENSE.txt
116
116
  - README.md
@@ -122,7 +122,7 @@ files:
122
122
  - spec/support/models.rb
123
123
  - spec/support/schema.rb
124
124
  - validates_duplicity_of.gemspec
125
- homepage: ''
125
+ homepage:
126
126
  licenses:
127
127
  - MIT
128
128
  metadata: {}
metadata.gz.sig CHANGED
Binary file