rails_admin_featured_content 1.2.2 → 1.2.3

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
  SHA1:
3
- metadata.gz: 5d9deddff0f27903abce04e80183c20307253013
4
- data.tar.gz: 8231597ae5b7be97c0076dd8e72aee4a83034233
3
+ metadata.gz: 8d40e56d81d53808f3179c277847781e6b71cce1
4
+ data.tar.gz: ea13b9e72977df2479636fa7eb93c18f99f83a6c
5
5
  SHA512:
6
- metadata.gz: 16348743b844ab0bda04a81e1e144b182ace0eaffd7cea79dbc47353cfdbc76cf364e6260df1b383ac6435422274a7cfacc42f3e5a1100e72dfc685c0c8243e4
7
- data.tar.gz: b81cde98b582a78b53675f0deb9ff62215f69e6004dbe2831304510b4a5912edad1725f17d8b3ec1a8273a44fb102c1c82c99d4e7e4903fa4ba8b29f827d4f5d
6
+ metadata.gz: 2d0c8f03bbc71667f3b74e7df132208b973fc0e810dd9026858a2ce3ba14ea0404211b1ed9014933e6d508536264d231b3563a3cfbd4afc998b73bef184b4d31
7
+ data.tar.gz: bf2b79d3ae85b4e276b6e2d0f1b910eab5a677c66493309aacfcece72b3169fdffeb31b49b6b485b707d198c66fbd23daa1fcb5fc1363c4dda286a2799c782ff
@@ -1,3 +1,3 @@
1
1
  module RailsAdminFeaturedContent
2
- VERSION = "1.2.2".freeze
2
+ VERSION = "1.2.3".freeze
3
3
  end
@@ -2,6 +2,6 @@ require 'spec_helper'
2
2
 
3
3
  describe RailsAdminFeaturedContent do
4
4
  it 'has a version number' do
5
- expect(RailsAdminFeaturedContent::VERSION).to eq('1.2.0')
5
+ expect(RailsAdminFeaturedContent::VERSION).to eq('1.2.3')
6
6
  end
7
7
  end
@@ -155,7 +155,7 @@
155
155
  .fc-title--highlight {
156
156
  margin: 0;
157
157
 
158
- padding: .6rem .6rem .6em;
158
+ padding: .6rem;
159
159
  background: #222;
160
160
  border-radius: 4px;
161
161
 
@@ -165,7 +165,7 @@
165
165
 
166
166
  .fc-text {
167
167
  margin: .5rem 0 0;
168
-
168
+
169
169
  line-height: 1.4;
170
170
  overflow: hidden;
171
171
 
@@ -300,7 +300,7 @@
300
300
 
301
301
  .fc-title--highlight {
302
302
  font-size: 1.1em;
303
- padding: .6rem .9rem .7em;
303
+ padding: .7rem;
304
304
  }
305
305
 
306
306
  .fc-figure--block {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_featured_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Picolo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-02-07 00:00:00.000000000 Z
12
+ date: 2017-02-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler