zadok 0.9.3 → 0.9.4

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: 778d0e126c1095eb7fc500f4db7bbd75bc09cf0beabbb55d38c0814f821fa79b
4
- data.tar.gz: 3c9b8e46de1de8175e5e7940110ac087a8f4af6f069813c85aa980a5b23c7580
3
+ metadata.gz: 4c9c0d738c42e996fb952ae1dd00ff4e8ba5a0da427fec221eba775cefd64eef
4
+ data.tar.gz: 49e9f577a7012e682033bc1e3050c6fe429499d02436aef8178227575cb66a68
5
5
  SHA512:
6
- metadata.gz: 4cdc752c1a1737d0825ff9472f08e159a6b67311fd649a53f8ae071780cb39ec94012dc3277bed0afceb92c8119319cd1dd23121e0bcac8506b9fc7c4c9aab08
7
- data.tar.gz: 177c00792cd829532624f72a1ad768adc315eaf955af2e2a3e3ba58a9c81b17e860ebbdf8a1363e35ebd6b6dd725992e634e51b8a9f92492cd9e8fc8830d49f0
6
+ metadata.gz: f9b3f8109bafa35e2edb5cc20235f9822a8744a47c11cfa3787f9ee374672c60ef26540731baec6d8d0396895a9daaf9f1b80e2fc55cb713e0dd09dd9d98ab73
7
+ data.tar.gz: 3273f54ff62b92b68581fb533b90f7de7243fa2a695751d061a77fa29f44b3f946f5f0f4b8f4b0dbf37dd62c373187dbdae01f390f7df3347345d5c0ee54aa2f
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2018 Leon Hooijer
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -6,6 +6,7 @@
6
6
  = link_to(t("zadok.new.action", model: resource_name),
7
7
  resource_url_for(:new),
8
8
  class: "btn btn-primary text-white float-right")
9
+
9
10
  .card-body
10
11
  = render "zadok/filters/edit"
11
12
 
data/lib/zadok/version.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Zadok
4
4
  VERSION_MAJOR = 0
5
5
  VERSION_MINOR = 9
6
- VERSION_TINY = 3
6
+ VERSION_TINY = 4
7
7
  VERSION_PRE = nil
8
8
 
9
9
  VERSION = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zadok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-10 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap
@@ -384,6 +384,7 @@ files:
384
384
  - ".gitignore"
385
385
  - ".rubocop.yml"
386
386
  - Gemfile
387
+ - LICENSE
387
388
  - README.md
388
389
  - app/assets/javascripts/zadok.js
389
390
  - app/assets/javascripts/zadok/data_links.js