bhf 1.0.0.beta9 → 1.0.0.beta10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/assets/stylesheets/bhf/application.sass +7 -0
- data/bhf.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c723c0d39c84fd06755d84e9d6820cd58a8c021f10606c939c1705a1b1543ab
|
|
4
|
+
data.tar.gz: 8752870f510eb2acff3d201e7a4ef1f4de76cd39f1af5a0a19056b9c688a74d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60bd3657e544b3d2ac90e252ef1a006af055ccf277a4c67c6ca6f44bbbcb2129d498f7a6103f42c781304bfb4c4e3957e5c214856c3097c19e89391e0dfa2ead
|
|
7
|
+
data.tar.gz: 579765144de32369f6e30d414fa4045f8eab0abe677b723c719237f9ff4770dc9c9fb917f6d9c3c3003c72b624f9cfe1d56878fa2b28e32582ed4a10380264cd
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.0.
|
|
1
|
+
1.0.0.beta10
|
|
@@ -1289,6 +1289,13 @@ trix-editor.default_input
|
|
|
1289
1289
|
a
|
|
1290
1290
|
color: $b1
|
|
1291
1291
|
text-decoration: underline
|
|
1292
|
+
.attachment
|
|
1293
|
+
text-align: center
|
|
1294
|
+
img
|
|
1295
|
+
max-width: 600px
|
|
1296
|
+
max-height: 600px
|
|
1297
|
+
.attachment
|
|
1298
|
+
margin-bottom: 0
|
|
1292
1299
|
|
|
1293
1300
|
form .input .attachment--content figcaption
|
|
1294
1301
|
text-align: center
|
data/bhf.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: bhf 1.0.0.
|
|
5
|
+
# stub: bhf 1.0.0.beta10 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "bhf".freeze
|
|
9
|
-
s.version = "1.0.0.
|
|
9
|
+
s.version = "1.0.0.beta10"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Anton Pawlik".freeze]
|
|
14
|
-
s.date = "2019-12-
|
|
14
|
+
s.date = "2019-12-28"
|
|
15
15
|
s.description = "A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid.".freeze
|
|
16
16
|
s.email = "anton.pawlik@gmail.com".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bhf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.beta10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton Pawlik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|