redshift-rails 0.1.0 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ec283fcf642d331f1a3ef14bafefd8d5f244333
4
- data.tar.gz: db282f5ed7b81b773089f6d3a5c81c92dee84e3a
3
+ metadata.gz: 426219faba780ae7ff3ff5966dff5dc9260787c8
4
+ data.tar.gz: 97339cc78b8c2dc94ae2319ad9399f1fc998b736
5
5
  SHA512:
6
- metadata.gz: d3e3836fe033fe8e4220b22086f41a3117e6c9181c25105e72f6241f8585021df67dfa7c206ff3fe9f33c9eb4b082a4e7189c69cc0197a0e128bc777d860747c
7
- data.tar.gz: a98c178e7dae21df184b4041815e5517190601b734e35b6a8a3f70aea8571328ffcebfb7edb6e0280f3a076212ce45bdb54f2917ba45ae05016b5e2b2ab8f43d
6
+ metadata.gz: cf4fd7dacd0eb0214ac79b326b8cdd79b6b474b824f1dd74ef3eee221654bdf33e6ebf887fcedbd2374cb1536783b98ecb36e23d2e75d956bdc97d5a285698fa
7
+ data.tar.gz: a003209fe8dc345467335df74d8476e08d352b63b9e0ee53bbb64f08dcfc7b3e31ae75a5c55ef1010a1864d6a0ef8758d6e02dd6fa4a575a1fe92040bb7737a3
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Redshift::Rails
1
+ # Redshift::Rails [![Gem Version](https://badge.fury.io/rb/redshift-rails.svg)](https://badge.fury.io/rb/redshift-rails)
2
2
 
3
3
  The library provides the railtie that allows redshift-client into Rails.
4
4
 
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/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.
33
+ 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.
34
34
 
35
35
 
36
36
  ## License
@@ -1,5 +1,5 @@
1
1
  module Redshift
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_runtime_dependency "redshift-client", ">= 0.1.2"
21
+ spec.add_runtime_dependency "redshift-client", "~> 0.2"
22
22
  spec.add_runtime_dependency "railties", ">= 4"
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.10"
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redshift-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
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-08 00:00:00.000000000 Z
11
+ date: 2015-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redshift-client
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.2
19
+ version: '0.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.1.2
26
+ version: '0.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: railties
29
29
  requirement: !ruby/object:Gem::Requirement