manage 1.4 → 1.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7de1301e3514afaee2f8878e5a565f4dd7e9a741
|
|
4
|
+
data.tar.gz: ef45d3f06a09653f76990e1ace21dcf66645c6d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ab594572a74063e4aa7b8ba231ef6bc980f8f73d99c8b7ac96d50f988b544c55dfdc2b0b5c8d8ff910b544b1c70d26952795d8749e1a8d952ccb076c714cb7f
|
|
7
|
+
data.tar.gz: 0b6bcc925941e4fe218b8b5d91cf504984e4c7a1972ef89955bcc800a88f794074fc0a78b3925bd94a8e9dd09ff33b09de5b3f8a949f45a3724c60312a3608ed
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/manage/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: manage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Empower United
|
|
@@ -269,9 +269,9 @@ files:
|
|
|
269
269
|
- app/assets/javascripts/manage/handlers.js.coffee
|
|
270
270
|
- app/assets/javascripts/manage/init.js.coffee
|
|
271
271
|
- app/assets/javascripts/manage/table_checkboxes.js.coffee
|
|
272
|
-
- app/assets/stylesheets/manage/application.
|
|
273
|
-
- app/assets/stylesheets/manage/custom.
|
|
274
|
-
- app/assets/stylesheets/manage/layout.
|
|
272
|
+
- app/assets/stylesheets/manage/application.scss
|
|
273
|
+
- app/assets/stylesheets/manage/custom.scss
|
|
274
|
+
- app/assets/stylesheets/manage/layout.scss
|
|
275
275
|
- app/controllers/manage/admin_users_controller.rb
|
|
276
276
|
- app/controllers/manage/application_controller.rb
|
|
277
277
|
- app/controllers/manage/dashboards_controller.rb
|