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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f755aa0ef6a519a6e57a2b05c34d77c89c2021b
4
- data.tar.gz: 4c340c5a88b9e9e88ce4e18281089f4ef63680d6
3
+ metadata.gz: 4655976a0c3fc371b3443552ae917d65394c694e
4
+ data.tar.gz: fc0abe552b68c03dc394a25c8373f9bdc428157d
5
5
  SHA512:
6
- metadata.gz: 26aa8c12a751b9c6ced441f95b6dec19d7caba3b4992e386344df34b44c83281eac3da3f2fc9fbbae9160d6285ea91689114333dc5279181ae931958947d8cb3
7
- data.tar.gz: c3e02f6da92bd832df671d4e5afe6151cdd2724102ec0935c8eb39a878f60cfd6ff738d1143bf0dde9c01957d24b3a79500118356c627a8120877b1c58fe6629
6
+ metadata.gz: f3e4da88e8575c01c3386e6541b52cb80d61895d11c4b56279d873339208ebfd6d7894a7df65fd4c325b91ef61f2fce4fc3b3b180d7dc7d0335b807223cd6f53
7
+ data.tar.gz: 044d3bbae75e927830cd85650cbbee45572eb8021d7407e8758a4b2833d039ceae7e3a18978917ac0fcb72bd69ba87c53f53824f8e3db5eb9101bea8d1757a27
@@ -10,4 +10,7 @@
10
10
  // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
+ //= require jquery
14
+ //= require jquery_ujs
15
+ //= require twitter/bootstrap
13
16
  //= require_tree .
@@ -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
  */
@@ -11,5 +11,6 @@
11
11
  * file per style scope.
12
12
  *
13
13
  *= require_tree .
14
+ *= require bootstrap_and_overrides
14
15
  *= require_self
15
16
  */
@@ -1,3 +1,3 @@
1
1
  module EasyReports
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- easy_reports (0.0.15)
4
+ easy_reports (0.0.16)
5
5
  pg
6
6
  rails (~> 4.1.8)
7
7
  sequel
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.16
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