easy_reports 0.0.6 → 0.0.7

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: 9182bdaf49476bdfcce12e7b80320672c468e212
4
- data.tar.gz: d7cd380961d5608a8a7076487ca3f074a42e69ac
3
+ metadata.gz: dec6a0984438e9bb14765c10b4fb3a31dce90f07
4
+ data.tar.gz: b00d44defb6bdc783f78f709880897d09f749f50
5
5
  SHA512:
6
- metadata.gz: 7194d0a7494c2880a626a9ea07e90b03c7f3cf58722ae6e6519b0942dabc617b1dd1f58b7b135d54a89b54fe3feb34da184f57619f789dbcbc7e30292c1b190a
7
- data.tar.gz: bb8a1ab7c87f64ee1ad0a640e613fc5b5602679ef17ad842db8ffa4f2f48fffb9200bf4f05db76ee08b842f42c426238830d5a6677f503f13a12acafbfbff8c3
6
+ metadata.gz: 3d4d51482ac3e77570c07bf14c930848844e8155903e1fc78613eb30125a476237545f211eaa418ce68d2e6076dd4fd169580d2b520bf0988197ccf0f1dcef34
7
+ data.tar.gz: 396dfe7dbbabd05f44c941baade86f6416eaef86f7506e2dd30d164dd548ed105a1efdb3a483b215007bcd6494127d686e6354a92e04c9e9ae399c0d915578ab
data/easy_reports.gemspec CHANGED
@@ -25,4 +25,6 @@ Gem::Specification.new do |spec|
25
25
 
26
26
  spec.add_development_dependency "bundler", "~> 1.7"
27
27
  spec.add_development_dependency "rake", "~> 10.0"
28
+ spec.add_development_dependency "slim"
29
+ spec.add_development_dependency "slim-rails"
28
30
  end
@@ -1,3 +1,3 @@
1
1
  module EasyReports
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -29,7 +29,7 @@ GEM
29
29
  tzinfo (~> 1.1)
30
30
  arel (5.0.1.20140414130214)
31
31
  builder (3.2.2)
32
- easy_reports (0.0.4)
32
+ easy_reports (0.0.6)
33
33
  rails (~> 4.1.8)
34
34
  erubis (2.7.0)
35
35
  hike (1.2.3)
@@ -0,0 +1,16 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(version: 0) do
15
+
16
+ end
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davydenkov Mihail
@@ -52,6 +52,34 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: slim
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: slim-rails
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
55
83
  description: Rails engine for interactive charts for rails apps.
56
84
  email:
57
85
  - davydenkov_m@mail.ru
@@ -126,6 +154,7 @@ files:
126
154
  - test/dummy/config/locales/en.yml
127
155
  - test/dummy/config/routes.rb
128
156
  - test/dummy/config/secrets.yml
157
+ - test/dummy/db/schema.rb
129
158
  - test/dummy/lib/assets/.keep
130
159
  - test/dummy/log/.keep
131
160
  - test/dummy/public/404.html
@@ -196,6 +225,7 @@ test_files:
196
225
  - test/dummy/config/locales/en.yml
197
226
  - test/dummy/config/routes.rb
198
227
  - test/dummy/config/secrets.yml
228
+ - test/dummy/db/schema.rb
199
229
  - test/dummy/lib/assets/.keep
200
230
  - test/dummy/log/.keep
201
231
  - test/dummy/public/404.html