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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0c6482a443cd30641dc6f620105f31ce4f74737befd21b8696ee6b908a39214
4
- data.tar.gz: c56011f4147fb0bc855d56f073587198cc137c4a4bef57bc102113e6b486cc77
3
+ metadata.gz: 7c723c0d39c84fd06755d84e9d6820cd58a8c021f10606c939c1705a1b1543ab
4
+ data.tar.gz: 8752870f510eb2acff3d201e7a4ef1f4de76cd39f1af5a0a19056b9c688a74d4
5
5
  SHA512:
6
- metadata.gz: 1f843346fc2d46abed972c35382ac3d8ba044596bb2b4041df68d40dfaa9dfd81289996c172d8dfcefc4227f1363b88709379d0b8a57546528e25a9af27d78ea
7
- data.tar.gz: 0c1e165880bd58b8f629c2898b291904efc653fdb85da710fe852358a9aa3875d3081832d1bcc63eb1fc84fa6d03f6011e62c0ee20d101cd9c83b4fc015f3fa5
6
+ metadata.gz: 60bd3657e544b3d2ac90e252ef1a006af055ccf277a4c67c6ca6f44bbbcb2129d498f7a6103f42c781304bfb4c4e3957e5c214856c3097c19e89391e0dfa2ead
7
+ data.tar.gz: 579765144de32369f6e30d414fa4045f8eab0abe677b723c719237f9ff4770dc9c9fb917f6d9c3c3003c72b624f9cfe1d56878fa2b28e32582ed4a10380264cd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.beta9
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
@@ -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.beta9 ruby lib
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.beta9"
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-27"
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.beta9
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-27 00:00:00.000000000 Z
11
+ date: 2019-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails