redshift-rails 0.2.2 → 0.2.3

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: 00552a2ead04ef87495bfdfe8a5cbd1962b72eec
4
- data.tar.gz: 8498545c92c1250b54c68419fc4dd96872a82e0e
3
+ metadata.gz: 2d9b63e2e559c26560468807f8b698013441329e
4
+ data.tar.gz: 01f0aa04f53a0cdd490fce5ac79cecf5d1783064
5
5
  SHA512:
6
- metadata.gz: 467f9a69d8e8e99d88a81efea2188a4708cd2dde1d7558d325fb733e97be5659e76c054438201cc8f25ed633bbf5404acabf840f6c91f25c8283918a98f28a45
7
- data.tar.gz: 759cb392f98a3a23d3eff13ae3020d17eda7a8a7f91edd74ae1293a815ae2189948b165199f39a20e59a6f32159d3a2496fae457fae8cf3b207656de9878e14e
6
+ metadata.gz: 7f0c23683fbcd2ce7f0a0f5e85a94e3426c25fd05d21f4e28d4d22e3d037b31d8ae3eed872854b1213976004ff17235cb729b9f2f012c9bf1d41f00befe82cb8
7
+ data.tar.gz: 71b65316bf9d21478e4b1e01e8c5d9f754102d33f52a1cf02ba9563d9a7e0b1a58040e7090c776ef180c350f47011734e7b25b855d0c40476f4b61f84999830a
@@ -1,4 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.2.2
4
- before_install: gem install bundler -v 1.10.5
4
+ cache: bundler
5
+ script: bundle exec rake spec
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Redshift::Rails [![Gem Version](https://badge.fury.io/rb/redshift-rails.svg)](https://badge.fury.io/rb/redshift-rails)
1
+ # Redshift::Rails [![Gem Version](https://badge.fury.io/rb/redshift-rails.svg)](https://badge.fury.io/rb/redshift-rails) [![Build Status](https://travis-ci.org/dakatsuka/redshift-rails.svg?branch=master)](https://travis-ci.org/dakatsuka/redshift-rails)
2
2
 
3
3
  The library provides the railtie that allows redshift-client into Rails >= 4.
4
4
 
@@ -59,10 +59,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
59
59
 
60
60
  Bug reports and pull requests are welcome on GitHub at https://github.com/dakatsuka/redshift-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
61
61
 
62
- ## TODO
63
-
64
- * Test
65
-
66
62
  ## License
67
63
 
68
64
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,4 +1,5 @@
1
1
  require 'active_support/configurable'
2
+ require 'singleton'
2
3
  require 'yaml'
3
4
  require 'erb'
4
5
  require 'uri'
@@ -1,5 +1,5 @@
1
1
  module Redshift
2
2
  module Rails
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redshift-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dai Akatsuka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-12 00:00:00.000000000 Z
11
+ date: 2015-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redshift-client