zadok 0.1.9 → 0.1.10

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: 0f9d7f0782860f86c503eb98cc63bca1b98b6680ab6f18702d7837e967dc2c1f
4
- data.tar.gz: 60316c7ea9794733bc15d60f87e81ff7e93bc5879f50f8d344e10098e12b4124
3
+ metadata.gz: 75c75a2c4d2537b104b213cf238daeb15f49745a612c997ca376958161172ae8
4
+ data.tar.gz: 0c493add6dd0d513f3a56164c27d8dd53dbb5b3715ca825d0ce5803310702548
5
5
  SHA512:
6
- metadata.gz: f9dd018852135da10c1316c4c93e380944f5ddfe57aaee3635d10f42c16131392369b62c7e73820d7bd428d854c6385bd01328c931461b6424bfe19e11f5ef7f
7
- data.tar.gz: 307badaea54e0ef668010687d0de35d31b264c1008c6c0a408e87219208d58d81dd8bcb0c1337a4d34b678e80485054e0dfc864fb98764ce6a9e1f74ac7adcd2
6
+ metadata.gz: 1f18518c21c068ffe1859db09fad2d893c660a13cc470e6b8a44767f913fe1ff2a53362cc270fe2054302e398902f7d03da2e832a252683603f9d6b748e3bd28
7
+ data.tar.gz: dbc53f08ed0f1de804b9efee96e1c81ff13f7a68f1329fcd40696172c9e6e1de28a31704410a7397572991613fdda57375edfd142c97815d73aee8a959f1ddc4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.1.8)
4
+ zadok (0.1.9)
5
5
  bootstrap (~> 4.0.0.beta2.1)
6
6
  cancancan (~> 2.0)
7
7
  font-awesome-rails (~> 4.7)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Zadok
2
2
  **Why Zadok?**
3
3
 
4
- Zadok was apoointed by kin David to manage his treasuries while he was on the run. This gem is made to manage your application resources. Also the name sounds catchy.
4
+ Zadok was apoointed by king David to manage his treasuries while he was on the run. This gem is made to manage your application resources. Also the name sounds catchy.
5
5
 
6
6
  Some background information:
7
7
 
@@ -0,0 +1,2 @@
1
+ .turbolinks-progress-bar
2
+ background-color: theme-color(primary)
@@ -2,3 +2,4 @@
2
2
  @import "font-awesome"
3
3
 
4
4
  @import "zadok/data_links"
5
+ @import "zadok/turbolinks"
data/lib/zadok/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zadok
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.10"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zadok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
@@ -194,6 +194,7 @@ files:
194
194
  - app/assets/javascripts/zadok/data_links.js
195
195
  - app/assets/stylesheets/zadok.sass
196
196
  - app/assets/stylesheets/zadok/data_links.sass
197
+ - app/assets/stylesheets/zadok/turbolinks.sass
197
198
  - app/controllers/zadok_controller.rb
198
199
  - app/helpers/zadok_helper.rb
199
200
  - app/views/zadok/edit.html.slim