ajax-datatables-rails-alt-api 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: 60ea4c776910c30aa006d1999efc5e75c9c0ef166a91c11e4c3e6710bd8b943e
4
- data.tar.gz: e263427704c12d6f9edfdaf815296250a02f35b84fbdd27c055e15a3abc0a790
3
+ metadata.gz: 154bbd58602a344387d9e7de34ce638b46865c5d4e5e550e89417d7855603e33
4
+ data.tar.gz: 012c220609372ec71263cbc2a9fd763a898b7c8d6a182e4f45c647358f936998
5
5
  SHA512:
6
- metadata.gz: 86f40e4929a4a2e61d475bcf857d9c6edf63fffd64104386f8a8d03fed1b9d38012d7a3ad616bd41fff6bab74f663d487627f72763a8a216d1f1c0660233f593
7
- data.tar.gz: d352f4dffae86ec49e23c4729e6c1b1a8ad102245110de6876bd4559be74173422f8ba3934398e1d751cf112cbd54182393403f981e655b2089134fbc263907e
6
+ metadata.gz: ff8be9077d2067632fdd9df678ef51a8eec38633eaf930dba428a00ecf48cb62dc6ccd256a0513fe2e2b97c572ac07fd7750d5eeb45bb852c92d37f59569ac6e
7
+ data.tar.gz: 2d38557118e663a45cf09e49992b6fad54d194f8cbef1d3e838c50336db83d8d946b73c1e9424733aaef15a8819eb14ec631ab1f08f04f2cbae3ca4d4f5eb645
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Fleet
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module AjaxDatatablesRails
2
2
  module AltApi
3
- VERSION = '0.2.1'.freeze
3
+ VERSION = '0.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ajax-datatables-rails-alt-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean McCleary
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ajax-datatables-rails
@@ -110,6 +110,7 @@ files:
110
110
  - CHANGELOG.md
111
111
  - Gemfile
112
112
  - Gemfile.lock
113
+ - LICENSE
113
114
  - README.md
114
115
  - Rakefile
115
116
  - ajax-datatables-rails-alt-api.gemspec
@@ -142,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  - !ruby/object:Gem::Version
143
144
  version: '0'
144
145
  requirements: []
145
- rubyforge_project:
146
- rubygems_version: 2.7.6.2
146
+ rubygems_version: 3.0.3
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: This is an alternate API to ajax-datatables-rails.