cucumber-blendle-steps 0.8.7 → 0.8.8

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: 7a5df188ec54b3fb2b1966c8930f27da5c2a7008
4
- data.tar.gz: deaed83e27250f07bb1507c9d2e0bf30039bfa0a
3
+ metadata.gz: 07086baeca5e80c227695eddb44f4c39f271d136
4
+ data.tar.gz: 25a69eb34f299bfcf0a89fb8b27fe161d2db4ab1
5
5
  SHA512:
6
- metadata.gz: b1eb97cdd923953e268a1e2ba0fa96486f72b8ed126b9e7db5a5f9d301e8d20049d8d533d1db8d5dfcbc8abc5f612bb89a4dbb444c5e5ab5a0661906f77d4bda
7
- data.tar.gz: 2d6707144af74df897874ed842f08ff735da13e60a31445f584a5056f967ab553a50f5fd08f20060172ba34dbccafa092323a6072469614879b689b36e60c364
6
+ metadata.gz: a2727ea895aba990a55e0a00c70fdbd1ecd456c986c43ead8f9ee52b01111cb30d6681c4855c0871b8fdb0038870692d6b3cde56cc114eb067f5e5a1cbb09871
7
+ data.tar.gz: e9e5e3ed4f41ff46c144b2da48ec9fa680bdacbdd853eb8c5213d2c4919cdb991ca0ad6dea1a1ec20cbd490aeac73c2d9a838dccb830e670c0ec46bfc6161fd4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [v0.8.7](https://github.com/blendle/cucumber-blendle-steps/tree/v0.8.7) (2016-06-02)
4
+ [Full Changelog](https://github.com/blendle/cucumber-blendle-steps/compare/v0.8.6...v0.8.7)
5
+
6
+ ## [v0.8.6](https://github.com/blendle/cucumber-blendle-steps/tree/v0.8.6) (2016-05-21)
7
+ [Full Changelog](https://github.com/blendle/cucumber-blendle-steps/compare/v0.8.5...v0.8.6)
8
+
9
+ ## [v0.8.5](https://github.com/blendle/cucumber-blendle-steps/tree/v0.8.5) (2016-05-13)
10
+ [Full Changelog](https://github.com/blendle/cucumber-blendle-steps/compare/v0.8.4...v0.8.5)
11
+
3
12
  ## [v0.8.4](https://github.com/blendle/cucumber-blendle-steps/tree/v0.8.4) (2016-05-05)
4
13
  [Full Changelog](https://github.com/blendle/cucumber-blendle-steps/compare/v0.8.3...v0.8.4)
5
14
 
@@ -136,7 +136,7 @@ end
136
136
  def row_finder(klass, hash)
137
137
  ext = 'where'
138
138
  query = hash.each_with_object({}) do |(key, value), q|
139
- if defined?(Sequel::Postgres) && value.is_a?(Sequel::Postgres::JSONBHash)
139
+ if defined?(Sequel::Postgres::JSONBHash) && value.is_a?(Sequel::Postgres::JSONBHash)
140
140
  ext = "where { Sequel.pg_jsonb(:#{key}).contains(#{value}) }"
141
141
  else
142
142
  q[key] = value
@@ -6,6 +6,6 @@ module Cucumber
6
6
  # This module defines default steps used by all of Blendle Ruby projects.
7
7
  #
8
8
  module BlendleSteps
9
- VERSION = '0.8.7'.freeze
9
+ VERSION = '0.8.8'.freeze
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-blendle-steps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean Mertz