express_admin 1.7.2 → 1.7.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4fc0be40229c2c01b8a3ebfc6cf0db0701274ea4
|
|
4
|
+
data.tar.gz: 5a0e0b79c8b026bb2bfa8234707f2662324d3fbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2edd7fc27971775a4b15e62c24228a3f6a7278c8a4b1afd759b39912a588d784aa7e84ebbf368672edb20f796d7bc52d68665fb6be01aed683f46e2487e0e737
|
|
7
|
+
data.tar.gz: e29d34b4c1cd08b6a621b655ee795e6260b5f286220058feb855b92e83ede63bddf5ee0f884ecb549cd0b67843a87e313465cc255766222312bb6f7dbcef7b3c
|
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
@@ -20,11 +20,11 @@ class ExpressAdmin::Generators::InstallGeneratorTest < Rails::Generators::TestCa
|
|
|
20
20
|
assert_directory 'lib/generators/tmp/install/templates'
|
|
21
21
|
assert_file 'test/lib/generators/tmp/install/install_generator_test.rb'
|
|
22
22
|
|
|
23
|
-
assert_file 'app/assets/javascripts/tmp/admin
|
|
23
|
+
assert_file 'app/assets/javascripts/tmp/admin.js' do |content|
|
|
24
24
|
assert_match /\/\/= require_tree \./, content
|
|
25
25
|
end
|
|
26
26
|
|
|
27
|
-
assert_file 'app/assets/stylesheets/tmp/admin
|
|
27
|
+
assert_file 'app/assets/stylesheets/tmp/admin.css' do |content|
|
|
28
28
|
assert_match /\*= require express_admin/, content
|
|
29
29
|
end
|
|
30
30
|
|
|
@@ -59,11 +59,11 @@ class ExpressAdmin::Generators::InstallGeneratorTest < Rails::Generators::TestCa
|
|
|
59
59
|
assert_no_directory 'lib/generators/tmp/install/templates'
|
|
60
60
|
assert_no_file 'test/lib/generators/tmp/install/install_generator_test.rb'
|
|
61
61
|
|
|
62
|
-
assert_no_file 'app/assets/javascripts/tmp/admin
|
|
62
|
+
assert_no_file 'app/assets/javascripts/tmp/admin.js'
|
|
63
63
|
|
|
64
|
-
assert_no_file 'app/assets/stylesheets/tmp/admin
|
|
64
|
+
assert_no_file 'app/assets/stylesheets/tmp/admin.css'
|
|
65
65
|
|
|
66
66
|
assert_no_file 'config/menu.yml'
|
|
67
67
|
end
|
|
68
68
|
end
|
|
69
|
-
end
|
|
69
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: express_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Talcott Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bourbon
|