arctic_admin 1.5.2 → 2.0.0

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: 742c9bb1049e01982731fc5c736c59a580678207
4
- data.tar.gz: fafd0c1d9e334edd1b46b80455e0338a140d5cb4
3
+ metadata.gz: 03543ae6330342c5bd9ccfcef857e6edf30d994c
4
+ data.tar.gz: 5e9a3bd7cf4270c49451f84fbbf0d7c4bcdcea1a
5
5
  SHA512:
6
- metadata.gz: '069defe6ac8eb830ea0f0db1a5589f164d30edf185aeb6f6f4d5a50f1d80dd1e3ef426b306c99d302d3ef2d5eb8354885cb971dc8e34a4c4a0b46bf01d5d3cc3'
7
- data.tar.gz: 83e25ccf231397ec78e75c4408430fb99fbdd244ad26d960bd991a5226c88eb66d44e8ba7a1aaee4d1c91e6425874f820d82b9843afefe1021c4b9da82550049
6
+ metadata.gz: aded6d766e49ea1e556b4fe0e90ebadfede762afe4ecfa29a2f181ea69cbac820ea20ff93487a4158a249c5d92605fc54fbdcd8af8921d2096ab7f1b045e5f56
7
+ data.tar.gz: be5fc04abbce7d3bd81981f649e9c5dff664ac42a77cbaf1fcd3a909861448367d4e6d713a2b117d99df03a0676bf785ef77f53d597f0211c2579bd67ea5bdb7
data/Readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # ArcticAdmin
2
2
  [![Gem Version](https://img.shields.io/gem/v/arctic_admin.svg)](https://rubygems.org/gems/arctic_admin)
3
3
  [![Gem Downloads](https://img.shields.io/gem/dt/arctic_admin.svg)](https://rubygems.org/gems/arctic_admin)
4
- [![Dependency Status](https://gemnasium.com/badges/github.com/cle61/arctic_admin.svg)](https://gemnasium.com/github.com/cle61/arctic_admin)
4
+ [![Dependency Status](https://gemnasium.com/badges/github.com/cprodhomme/arctic_admin.svg)](https://gemnasium.com/github.com/cprodhomme/arctic_admin)
5
5
 
6
6
  Simple theme for ActiveAdmin
7
7
 
@@ -103,7 +103,7 @@ Then restart your webserver if it was previously running.
103
103
 
104
104
  ## Contributing
105
105
 
106
- 1. Fork it ( https://github.com/cle61/arctic_admin/fork )
106
+ 1. Fork it ( https://github.com/cprodhomme/arctic_admin/fork )
107
107
  2. Create your feature branch (`git checkout -b my-new-feature`)
108
108
  3. Commit your changes (`git commit -am 'Add some feature'`)
109
109
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,4 @@
1
+ @import "font-awesome-sprockets";
1
2
  @import "font-awesome";
2
3
 
3
4
  @import "reset";
@@ -60,6 +60,10 @@ body.logged_in {
60
60
  height: 30px;
61
61
  }
62
62
 
63
+ select[multiple] {
64
+ height: 100px;
65
+ }
66
+
63
67
  .fragment {
64
68
  margin-right: 10px;
65
69
 
@@ -1,5 +1,5 @@
1
1
  require "arctic_admin/version"
2
- require 'font-awesome-rails'
2
+ require 'font-awesome-sass'
3
3
 
4
4
  module ArcticAdmin
5
5
  module Rails
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "1.5.2"
2
+ VERSION = "2.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arctic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clément Prod'homme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-31 00:00:00.000000000 Z
11
+ date: 2019-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -73,19 +73,19 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  - !ruby/object:Gem::Dependency
76
- name: font-awesome-rails
76
+ name: font-awesome-sass
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ">="
79
+ - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '0'
81
+ version: 5.6.1
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ">="
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '0'
88
+ version: 5.6.1
89
89
  description: A responsive theme for Active Admin
90
90
  email:
91
91
  executables: []
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  version: '0'
170
170
  requirements: []
171
171
  rubyforge_project:
172
- rubygems_version: 2.6.14
172
+ rubygems_version: 2.6.8
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Arctic Admin theme for ActiveAdmin