simplify-admin-rails 0.2.3 → 0.2.4

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: e35703bf88cf1321ee5249ddfe9af8a8a6217d7f
4
- data.tar.gz: 168f8d9f6eb76d45ba86dce0ee1b1b92b794186c
3
+ metadata.gz: a383dcdee90767c39cc6bcd4aa68d911d634e275
4
+ data.tar.gz: 7ce4e55d33395a9734b669480ff31f24a29f5b9a
5
5
  SHA512:
6
- metadata.gz: 03ba5b0f1c41bfb32aeb3b3a80514a867bbb199785813e113275375ba6a7c3028485bc7fd9e456453d906306b812a82a20e21ba247a946710a2d11c85ef44312
7
- data.tar.gz: 32f17155a6f0f6f9993af5fcfab644667c151fc005d56f135564ccdd70c1fb5c157358b0013790b74a8087335c9663c0f60aa874a9a443a79de9da8dfe485893
6
+ metadata.gz: 6537b42f96f94e52e3479c9a25aa6f7c1479af292e15c3548c66de99992236ffbebfef1503042a0cff28eb3a9e3ec3c0013057f95d85555b7bd03d09ccdfdd50
7
+ data.tar.gz: a4dfd8180df80bb27c3c3403ff278f66521be11a549116f098a73f158fd2297490da719f75f1e54cce7236c4a88cfe9c28ed5133075782a7d9da04f8647e3b7d
data/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
  - Remove js part of simplify\_admin
3
3
 
4
4
  ## Installation
5
- - Boostrap, font-awesome, jQuery-rails are necessary. And require them above the simplify\_admin css
5
+ - bootstrap-sass, font-awesome-rails, jQuery-rails are necessary. And require them above the simplify\_admin css
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
10
  gem 'simplify-admin-rails'
11
11
  gem 'jquery-rails'
12
- gem 'font-awesome'
12
+ gem 'font-awesome-rails'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -20,12 +20,12 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
  ```ruby
23
- # Add it in admin.css
24
- /*
25
- *=require bootstrap
26
- *=require font-awesome
27
- *=require simplify_admin
28
- */
23
+ # Add it in admin.scss and admin.js
24
+ @import bootstrap
25
+ @import font-awesome
26
+ @import simplify_admin
27
+
28
+ //= require simplify_admin
29
29
  ```
30
30
 
31
31
  ## License
@@ -1,7 +1,7 @@
1
1
  module Simplify
2
2
  module Admin
3
3
  module Rails
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplify-admin-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naive CAI
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-29 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -71,8 +71,8 @@ files:
71
71
  - lib/simplify/admin/rails.rb
72
72
  - lib/simplify/admin/rails/version.rb
73
73
  - simplify-admin-rails.gemspec
74
- - vendor/assets/theme/simplify_admin.css
75
74
  - vendor/assets/theme/simplify_admin.js
75
+ - vendor/assets/theme/simplify_admin.scss
76
76
  - vendor/assets/theme/simplify_admin/css/animate.min.css
77
77
  - vendor/assets/theme/simplify_admin/css/bootstrap-slider.css
78
78
  - vendor/assets/theme/simplify_admin/css/datepicker.css