easy_reports 0.0.16 → 0.0.17
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 +4 -4
- data/app/assets/javascripts/easy_reports/application.js +3 -0
- data/app/assets/stylesheets/application.css +1 -0
- data/app/assets/stylesheets/easy_reports/application.css +1 -0
- data/app/assets/stylesheets/{bootstrap_and_overrides.css.less → easy_reports/bootstrap_and_overrides.css.less} +0 -0
- data/lib/easy_reports/version.rb +1 -1
- data/test/dummy/Gemfile.lock +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4655976a0c3fc371b3443552ae917d65394c694e
|
|
4
|
+
data.tar.gz: fc0abe552b68c03dc394a25c8373f9bdc428157d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3e4da88e8575c01c3386e6541b52cb80d61895d11c4b56279d873339208ebfd6d7894a7df65fd4c325b91ef61f2fce4fc3b3b180d7dc7d0335b807223cd6f53
|
|
7
|
+
data.tar.gz: 044d3bbae75e927830cd85650cbbee45572eb8021d7407e8758a4b2833d039ceae7e3a18978917ac0fcb72bd69ba87c53f53824f8e3db5eb9101bea8d1757a27
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
4
4
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
5
5
|
*= require_self
|
|
6
|
+
*= require bootstrap_and_overrides
|
|
6
7
|
*= require_tree .
|
|
7
8
|
*/
|
|
File without changes
|
data/lib/easy_reports/version.rb
CHANGED
data/test/dummy/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: easy_reports
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Davydenkov Mihail
|
|
@@ -128,8 +128,8 @@ files:
|
|
|
128
128
|
- app/assets/javascripts/easy_reports/database_configs.js
|
|
129
129
|
- app/assets/javascripts/easy_reports/reports.js
|
|
130
130
|
- app/assets/stylesheets/application.css
|
|
131
|
-
- app/assets/stylesheets/bootstrap_and_overrides.css.less
|
|
132
131
|
- app/assets/stylesheets/easy_reports/application.css
|
|
132
|
+
- app/assets/stylesheets/easy_reports/bootstrap_and_overrides.css.less
|
|
133
133
|
- app/assets/stylesheets/easy_reports/database_configs.css
|
|
134
134
|
- app/assets/stylesheets/easy_reports/reports.css
|
|
135
135
|
- app/assets/stylesheets/scaffold.css
|