simplify-admin-rails 0.2.0 → 0.2.1

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: 87525e6b8d160624a38ae43845be18f1530b8790
4
- data.tar.gz: ac71baec3706c4b2ad180f0748f4373598b2bd54
3
+ metadata.gz: dae8720c0d4dadf82fae40c8a129d08ed8e6397c
4
+ data.tar.gz: 2a254ece5b528598683879c7f0f4b037ac9b778a
5
5
  SHA512:
6
- metadata.gz: b1dd16dae8a37422225e49845d5c52dc09fa5e184591666d686a8348846506a64620a67795996b4d4c6c5ecf4b1dbf958f0bdde6af97399fa1c3ed8f0c508fb0
7
- data.tar.gz: 2baa2a51b97bd4410671aa2173eedb0a94709e397eb124b04f336772b69a3e1633609c51246b775760ea13a6b62f59eb5aaf86031948ec19f9bd7a4a26e82e7f
6
+ metadata.gz: 53eea383f27d5d1a4a1414623156b96492b72f1118d960448a34f6408261469efc5b0fbdcac4d42e8b21ae72ad88cb7a621af6adb4ffabf1949e0c3a6bc9d8cf
7
+ data.tar.gz: fa36b36d7f89bdacf1f039a2f4d564a6246ed9b9b465ba8111198e4ae1fda92c30407fea0d061bd20c353b02a012b1251d4dd29340dba786baeaaf59d52b3389
data/README.md CHANGED
@@ -25,13 +25,13 @@ Or install it yourself as:
25
25
  //= require jquery2
26
26
  //= require jquery_ujs
27
27
  //= require bootstrap
28
- //= require simplify_admin/simplify_admin
28
+ //= require simplify_admin
29
29
 
30
30
  # Add it in admin.css
31
31
  /*
32
32
  *=require bootstrap
33
33
  *=require font-awesome
34
- *=require simplify_admin/simplify_admin
34
+ *=require simplify_admin
35
35
  */
36
36
  ```
37
37
 
@@ -1,7 +1,7 @@
1
1
  module Simplify
2
2
  module Admin
3
3
  module Rails
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplify-admin-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naive CAI