sequel-tablefunc 0.1.0 → 0.1.1

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: 77edaf93fe9fffe750170b59076b2f98de4b3fd4
4
- data.tar.gz: 2395359646d67056d70ae57c6c473253cfeb6ac5
3
+ metadata.gz: c1c08845986f64b3905384b8fbb84aefe4d04a2d
4
+ data.tar.gz: c51d7d7bb10c7582b6ef61d1ed9f985ceaddad20
5
5
  SHA512:
6
- metadata.gz: 956fa6a4ee7009ea9ad4465b79b268368fc093fc1beec287c27086032b84c58b4d4381dc8278225aa9b11b3add48f88376c103ae7bdee35a39065ca7c90a86a9
7
- data.tar.gz: 277b1b860001dcefd7a33dd177ebe042c0a295178cc7823f9c9f2057fd5b6fdf05ab107bc60dcea867b4e614980f484d3db450cd5c795946054d7ced0f1c4ff1
6
+ metadata.gz: 03d2086bf4cb799f82e2df63c62b8730e20f09b1446af5241d5197477d54f5c112c1249e949f1781e41adaf13564485743501cef3e11746536a36cc33b030361
7
+ data.tar.gz: 6bdce0aac146805f19e9d7a6c54d7512f36dd3beff0b63b0976f0c31e01594be62de90863e35ace02a49635127f95e43fe6c07cd068123d5803d90114cd9e492
@@ -3,3 +3,7 @@ language: ruby
3
3
  rvm:
4
4
  - 2.3.1
5
5
  before_install: gem install bundler -v 1.14.6
6
+ addons:
7
+ postgresql: "9.6"
8
+ services:
9
+ - postgresql
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sequel::Tablefunc
1
+ # Sequel::Tablefunc [![Build Status](https://travis-ci.org/fiscal-cliff/sequel-tablefunc.svg?branch=master)](https://travis-ci.org/fiscal-cliff/sequel-tablefunc)
2
2
 
3
3
  This is sequel extension that makes using crosstab function more convenient
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Sequel
2
2
  module Tablefunc
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequel-tablefunc
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
  - Fox
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2018-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel