Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 0 additions & 122 deletions .drone.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
ruby-version: [ '3.1', '3.2', '3.4' ]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/tmp/
/.idea/
.idea
.drone.yml
*/.idea

# rspec failure tracking
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

The Kaping! gem - an idiomatic way to create DSL openSearch definitions

The Ka-Ping Ruby gem enables the user to build complex ElasticSearch DSL Queries for searching and filtering large data sets
without having to worry about formatting the JSON payloads.

Using Ruby dot notation with intuitive search terms and operations, it's easier to construct human-readable search definitions
without needing a deep understanding of the Query DSL syntax


## OpenSearch Query DSL
https://opensearch.org/docs/latest/query-dsl/

Expand Down
2 changes: 1 addition & 1 deletion lib/dvla/kaping/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module DVLA
module Kaping
VERSION = '1.0.1'
VERSION = '1.0.2'
end
end
Loading