redshift-rails 0.2.2 → 0.2.3
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 +4 -4
- data/.travis.yml +2 -1
- data/README.md +1 -5
- data/lib/redshift/rails/configuration.rb +1 -0
- data/lib/redshift/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d9b63e2e559c26560468807f8b698013441329e
|
|
4
|
+
data.tar.gz: 01f0aa04f53a0cdd490fce5ac79cecf5d1783064
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f0c23683fbcd2ce7f0a0f5e85a94e3426c25fd05d21f4e28d4d22e3d037b31d8ae3eed872854b1213976004ff17235cb729b9f2f012c9bf1d41f00befe82cb8
|
|
7
|
+
data.tar.gz: 71b65316bf9d21478e4b1e01e8c5d9f754102d33f52a1cf02ba9563d9a7e0b1a58040e7090c776ef180c350f47011734e7b25b855d0c40476f4b61f84999830a
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Redshift::Rails [](https://badge.fury.io/rb/redshift-rails)
|
|
1
|
+
# Redshift::Rails [](https://badge.fury.io/rb/redshift-rails) [](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).
|
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.
|
|
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-
|
|
11
|
+
date: 2015-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: redshift-client
|