activerecord-pedantmysql2-adapter 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/activerecord-pedantmysql2-adapter.gemspec +2 -2
- data/lib/pedant_mysql2/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36d70ac399667562de94a24e296acf7354654757
|
4
|
+
data.tar.gz: f12af9c6d3ba61df645847680497c2de2488ad0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35e62a5b6e66e8fe9a9ac3df96ec428701b2623cda9874a073e3950e5f50169493412f13f73391561a53ec68e652bea45f1e83f664ba0752aee3ad4e6bf304ef
|
7
|
+
data.tar.gz: 4ef14253e3b99caaabc619f95f0814bcad7ddfa9b6cc0d39a138695cac73b8a6bf3a8a3f2c5eff148b1b2a2ff2c5f46af25c08c3d82202c8aa44815b9d3a6827
|
data/LICENSE.txt
CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'activerecord-pedantmysql2-adapter'
|
8
8
|
spec.version = PedantMysql2::VERSION
|
9
9
|
spec.authors = ['Jean Boussier']
|
10
|
-
spec.email = ['jean.boussier@
|
10
|
+
spec.email = ['jean.boussier@shopify.com']
|
11
11
|
spec.summary = %q{ActiveRecord adapter for MySQL that report warnings.}
|
12
12
|
spec.description = %q{Gives a hook on MySQL warnings that allow you to either raise or log them.}
|
13
|
-
spec.homepage = ''
|
13
|
+
spec.homepage = 'https://github.com/Shopify/activerecord-pedantmysql2-adapter'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-pedantmysql2-adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jean Boussier
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
description: Gives a hook on MySQL warnings that allow you to either raise or log
|
70
70
|
them.
|
71
71
|
email:
|
72
|
-
- jean.boussier@
|
72
|
+
- jean.boussier@shopify.com
|
73
73
|
executables: []
|
74
74
|
extensions: []
|
75
75
|
extra_rdoc_files: []
|
@@ -88,7 +88,7 @@ files:
|
|
88
88
|
- spec/adapter_spec.rb
|
89
89
|
- spec/spec_helper.rb
|
90
90
|
- spec/support/database.rb
|
91
|
-
homepage:
|
91
|
+
homepage: https://github.com/Shopify/activerecord-pedantmysql2-adapter
|
92
92
|
licenses:
|
93
93
|
- MIT
|
94
94
|
metadata: {}
|