gros_calin 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b84400b70034e273680e1f01aaaa4db3ff19ffc9
4
- data.tar.gz: 8fe9102cc4394b78aa0dd3f61c97db7600effc83
3
+ metadata.gz: 5e9911878ada221b8a707fa6626c4cf2083f7b40
4
+ data.tar.gz: 1be92956f8bde24a2287ccca3c98546c961cebf4
5
5
  SHA512:
6
- metadata.gz: ba4e596de0a7d661e85866d2bf81bef0af8da0d9f2eee1e7404b15213477254ab0c83c28c9ec1c467e5de0945b8ce08d35cc39bf14ac3a047a5cd4742d0df29a
7
- data.tar.gz: 228a27a22e4113257426183c6aa8182a04255dd2ec887b5477f2b508d28f97bc7bcf925c1f3c0f98c1f2f46a27d9eac76612ca937446aa9bc15c2f1d123b35d0
6
+ metadata.gz: 36334f95dea98b136880b993a5ee6efb6278fd26649a7c718556ee619a564aa77fbdef7d63a02b1a453cf4377da9bb4e12befb832d5da3061bffcad4f70dc7f2
7
+ data.tar.gz: 8da0eaeb57a448fcda3e270696c13e73c0aaf23da966a6a50fae8652971cf77fc306a5994003b80e077794c183000b684ccb585083fbf442d2ef1e8b8991f437
data/.travis.yml CHANGED
@@ -1,6 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
3
  - 2.0.0
5
4
  - 2.1.1
6
5
  - 2.1.5
@@ -41,7 +41,7 @@ module GrosCalin
41
41
 
42
42
  end
43
43
 
44
- rescue
44
+ rescue LoadError
45
45
  puts "Unable to find the moped gem, driver for MongoDB won't load."
46
46
  end
47
47
 
@@ -13,7 +13,7 @@ module GrosCalin
13
13
  end
14
14
  end
15
15
 
16
- rescue
16
+ rescue LoadError
17
17
  puts "Unable to find the mysql2 gem, driver for MySQL won't load."
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module GrosCalin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gros_calin
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
  - Jef Mathiot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-20 00:00:00.000000000 Z
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -381,3 +381,4 @@ test_files:
381
381
  - spec/gros_calin/mysql_spec.rb
382
382
  - spec/gros_calin_spec.rb
383
383
  - spec/spec_helper.rb
384
+ has_rdoc: