custom_report 0.0.1 → 0.0.2

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MWJjMGQwNmExZjAwNGNmZTExNTNhYzdiZDU4ZTI3OWY1MjcyODFkNg==
5
- data.tar.gz: !binary |-
6
- MWFlMWRiMzM2N2Q3YzJkMTMwNTg3OGUyM2ExOTRkZWQ3NDk0MzcwMg==
2
+ SHA1:
3
+ metadata.gz: 3eb569653e5c51094de83d313206e5d558981914
4
+ data.tar.gz: d95830c288acedea320f03762ac45ddc04323154
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NTZkYWFhYmI3MWE0YTA2ZjU4MjUwODRkZTU1OTU0YzA3YWJjM2YzNjYwMDQ2
10
- ZDU4ZGMxODcxNTY0MTk3Yzg0NmYwNDYzMTcwYjhlMjJhM2RlY2M0Mzk2MmM2
11
- ODIyZDg5NWQxMWUzMDUwNDljOTU1ZDM0MTBiMmFjNWQ4OWEzMzk=
12
- data.tar.gz: !binary |-
13
- MmUxMmZlN2M2MzE4OTlhYTljMTNmMjM4YTA2NjA2NTQ1MTgzODdjZDFkMzk3
14
- Y2RlNWM0NTMxZjkxMzM5OWQwMDk4N2ZkMDYyYTgyZjY0OGUxMGMwNzhjMTRk
15
- N2RjMzFhZDRiMGYxMDJhMDhiZDEyODAwMDFjOGZhZjBlY2YwNjA=
6
+ metadata.gz: f53642477924594a8a136a6dfe938a774120fd90183e3c12892606bf0a391fb4ef66a237f628fe625848387646e8ee43258cbadc82c8d41e6b17669c98344964
7
+ data.tar.gz: 5c1f731eb8ad6b2a0b1473b41ab723674311f425b97bc64d1fba7b3365b42518e9de1dce308e1488a48922337d766bbae3994fee206c0594ef7aeba62512ebf0
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.2.0
data/Gemfile CHANGED
@@ -1,10 +1,3 @@
1
- source "http://rubygems.org"
1
+ source 'http://rubygems.org'
2
2
 
3
- gem "rails", ">= 3.2.8"
4
- gem "capybara", ">= 0.4.0"
5
- gem "sqlite3"
6
- gem "slim-rails"
7
- gem "protected_attributes"
8
- # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
9
- # gem 'ruby-debug'
10
- # gem 'ruby-debug19'
3
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,98 +1,122 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ custom_report (0.0.1)
5
+ activesupport (>= 3.2.8)
6
+ rails (>= 3.2.8)
7
+
1
8
  GEM
2
9
  remote: http://rubygems.org/
3
10
  specs:
4
- actionmailer (4.0.1)
5
- actionpack (= 4.0.1)
6
- mail (~> 2.5.4)
7
- actionpack (4.0.1)
8
- activesupport (= 4.0.1)
9
- builder (~> 3.1.0)
10
- erubis (~> 2.7.0)
11
- rack (~> 1.5.2)
11
+ actionmailer (4.2.1)
12
+ actionpack (= 4.2.1)
13
+ actionview (= 4.2.1)
14
+ activejob (= 4.2.1)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.1)
18
+ actionview (= 4.2.1)
19
+ activesupport (= 4.2.1)
20
+ rack (~> 1.6)
12
21
  rack-test (~> 0.6.2)
13
- activemodel (4.0.1)
14
- activesupport (= 4.0.1)
15
- builder (~> 3.1.0)
16
- activerecord (4.0.1)
17
- activemodel (= 4.0.1)
18
- activerecord-deprecated_finders (~> 1.0.2)
19
- activesupport (= 4.0.1)
20
- arel (~> 4.0.0)
21
- activerecord-deprecated_finders (1.0.3)
22
- activesupport (4.0.1)
23
- i18n (~> 0.6, >= 0.6.4)
24
- minitest (~> 4.2)
25
- multi_json (~> 1.3)
26
- thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.37)
28
- arel (4.0.1)
29
- atomic (1.1.14)
30
- builder (3.1.4)
31
- capybara (2.1.0)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
+ actionview (4.2.1)
25
+ activesupport (= 4.2.1)
26
+ builder (~> 3.1)
27
+ erubis (~> 2.7.0)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
+ activejob (4.2.1)
31
+ activesupport (= 4.2.1)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.1)
34
+ activesupport (= 4.2.1)
35
+ builder (~> 3.1)
36
+ activerecord (4.2.1)
37
+ activemodel (= 4.2.1)
38
+ activesupport (= 4.2.1)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.1)
41
+ i18n (~> 0.7)
42
+ json (~> 1.7, >= 1.7.7)
43
+ minitest (~> 5.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
45
+ tzinfo (~> 1.1)
46
+ arel (6.0.0)
47
+ builder (3.2.2)
48
+ capybara (2.4.4)
32
49
  mime-types (>= 1.16)
33
50
  nokogiri (>= 1.3.3)
34
51
  rack (>= 1.0.0)
35
52
  rack-test (>= 0.5.4)
36
53
  xpath (~> 2.0)
37
54
  erubis (2.7.0)
38
- hike (1.2.3)
39
- i18n (0.6.5)
40
- mail (2.5.4)
41
- mime-types (~> 1.16)
42
- treetop (~> 1.4.8)
43
- mime-types (1.25)
44
- mini_portile (0.5.2)
45
- minitest (4.7.5)
46
- multi_json (1.8.2)
47
- nokogiri (1.6.0)
48
- mini_portile (~> 0.5.0)
49
- polyglot (0.3.3)
50
- protected_attributes (1.0.3)
51
- activemodel (>= 4.0.0, < 5.0)
52
- rack (1.5.2)
53
- rack-test (0.6.2)
55
+ globalid (0.3.5)
56
+ activesupport (>= 4.1.0)
57
+ i18n (0.7.0)
58
+ json (1.8.2)
59
+ loofah (2.0.2)
60
+ nokogiri (>= 1.5.9)
61
+ mail (2.6.3)
62
+ mime-types (>= 1.16, < 3)
63
+ mime-types (2.5)
64
+ mini_portile (0.6.2)
65
+ minitest (5.6.1)
66
+ nokogiri (1.6.6.2)
67
+ mini_portile (~> 0.6.0)
68
+ protected_attributes (1.0.9)
69
+ activemodel (>= 4.0.1, < 5.0)
70
+ rack (1.6.1)
71
+ rack-test (0.6.3)
54
72
  rack (>= 1.0)
55
- rails (4.0.1)
56
- actionmailer (= 4.0.1)
57
- actionpack (= 4.0.1)
58
- activerecord (= 4.0.1)
59
- activesupport (= 4.0.1)
73
+ rails (4.2.1)
74
+ actionmailer (= 4.2.1)
75
+ actionpack (= 4.2.1)
76
+ actionview (= 4.2.1)
77
+ activejob (= 4.2.1)
78
+ activemodel (= 4.2.1)
79
+ activerecord (= 4.2.1)
80
+ activesupport (= 4.2.1)
60
81
  bundler (>= 1.3.0, < 2.0)
61
- railties (= 4.0.1)
62
- sprockets-rails (~> 2.0.0)
63
- railties (4.0.1)
64
- actionpack (= 4.0.1)
65
- activesupport (= 4.0.1)
82
+ railties (= 4.2.1)
83
+ sprockets-rails
84
+ rails-deprecated_sanitizer (1.0.3)
85
+ activesupport (>= 4.2.0.alpha)
86
+ rails-dom-testing (1.0.6)
87
+ activesupport (>= 4.2.0.beta, < 5.0)
88
+ nokogiri (~> 1.6.0)
89
+ rails-deprecated_sanitizer (>= 1.0.1)
90
+ rails-html-sanitizer (1.0.2)
91
+ loofah (~> 2.0)
92
+ railties (4.2.1)
93
+ actionpack (= 4.2.1)
94
+ activesupport (= 4.2.1)
66
95
  rake (>= 0.8.7)
67
96
  thor (>= 0.18.1, < 2.0)
68
- rake (10.1.0)
69
- slim (2.0.1)
70
- temple (~> 0.6.6)
97
+ rake (10.4.2)
98
+ slim (3.0.3)
99
+ temple (~> 0.7.3)
71
100
  tilt (>= 1.3.3, < 2.1)
72
- slim-rails (2.0.3)
73
- actionpack (>= 3.0, < 4.1)
74
- activesupport (>= 3.0, < 4.1)
75
- railties (>= 3.0, < 4.1)
76
- slim (~> 2.0)
77
- sprockets (2.10.0)
78
- hike (~> 1.2)
79
- multi_json (~> 1.0)
101
+ slim-rails (3.0.1)
102
+ actionmailer (>= 3.1, < 5.0)
103
+ actionpack (>= 3.1, < 5.0)
104
+ activesupport (>= 3.1, < 5.0)
105
+ railties (>= 3.1, < 5.0)
106
+ slim (~> 3.0)
107
+ sprockets (3.1.0)
80
108
  rack (~> 1.0)
81
- tilt (~> 1.1, != 1.3.0)
82
- sprockets-rails (2.0.1)
109
+ sprockets-rails (2.3.0)
83
110
  actionpack (>= 3.0)
84
111
  activesupport (>= 3.0)
85
- sprockets (~> 2.8)
86
- sqlite3 (1.3.8)
87
- temple (0.6.7)
88
- thor (0.18.1)
89
- thread_safe (0.1.3)
90
- atomic
91
- tilt (1.4.1)
92
- treetop (1.4.15)
93
- polyglot
94
- polyglot (>= 0.3.1)
95
- tzinfo (0.3.38)
112
+ sprockets (>= 2.8, < 4.0)
113
+ sqlite3 (1.3.10)
114
+ temple (0.7.5)
115
+ thor (0.19.1)
116
+ thread_safe (0.3.5)
117
+ tilt (2.0.1)
118
+ tzinfo (1.2.2)
119
+ thread_safe (~> 0.1)
96
120
  xpath (2.0.0)
97
121
  nokogiri (~> 1.3)
98
122
 
@@ -101,7 +125,7 @@ PLATFORMS
101
125
 
102
126
  DEPENDENCIES
103
127
  capybara (>= 0.4.0)
128
+ custom_report!
104
129
  protected_attributes
105
- rails (>= 3.2.8)
106
130
  slim-rails
107
131
  sqlite3
data/README.md CHANGED
@@ -16,6 +16,11 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install custom_report
18
18
 
19
+ ## Database migration
20
+
21
+ $ rails generate custom_report
22
+ $ rake db:migrate
23
+
19
24
  ## Usage
20
25
 
21
26
  In config/initializers/custom_report.rb
@@ -33,6 +38,8 @@ This creates the path
33
38
 
34
39
  /custom_report/reports
35
40
 
41
+
42
+
36
43
  ## Contributing
37
44
 
38
45
  1. Fork it
data/Rakefile CHANGED
@@ -7,8 +7,6 @@ rescue LoadError
7
7
  end
8
8
 
9
9
  require 'rake'
10
- require 'rake/rdoctask'
11
-
12
10
  require 'rake/testtask'
13
11
 
14
12
  Rake::TestTask.new(:test) do |t|
@@ -19,11 +17,3 @@ Rake::TestTask.new(:test) do |t|
19
17
  end
20
18
 
21
19
  task :default => :test
22
-
23
- Rake::RDocTask.new(:rdoc) do |rdoc|
24
- rdoc.rdoc_dir = 'rdoc'
25
- rdoc.title = 'CustomReport'
26
- rdoc.options << '--line-numbers' << '--inline-source'
27
- rdoc.rdoc_files.include('README.rdoc')
28
- rdoc.rdoc_files.include('lib/**/*.rb')
29
- end
@@ -1,11 +1,10 @@
1
1
  module CustomReport
2
2
  class ReportCheckItem < ActiveRecord::Base
3
- attr_accessible :custom_report_id, :item_id
3
+ attr_accessor :custom_report_id, :item_id
4
4
 
5
5
  belongs_to :report
6
6
 
7
7
  validates_presence_of :report_id
8
8
  validates_presence_of :item_id
9
-
10
9
  end
11
10
  end
@@ -1,37 +1,29 @@
1
- css:
2
- textarea.columns {
3
- border: 1px solid #999999;
4
- font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
5
- }
6
- textarea {
7
- width: 600px;
8
- }
9
-
10
- = form_for @report, :role => "form" do |f|
1
+ = form_for @report, role: "form" do |f|
11
2
  = hidden_field_tag "return_path", @return_path
12
- div.form-group
3
+ .form-group
13
4
  = f.label :name
14
- = f.text_field :name, :class => "form-control"
5
+ = f.text_field :name, class: "form-control"
15
6
  - if administrator_class
16
- div.form-group
7
+ .form-group
17
8
  = f.label :administrator_id, "Administrator"
18
- = f.select :administrator_id, options_for_select([["Everybody", nil]] + administrator_class.all.map { |x| [x.name, x.id] }, f.object.new_record? ? nil : f.object.administrator_id), :class => "form-control"
19
- div.form-group
9
+ = f.select :administrator_id, options_for_select([["Everybody", nil]] + administrator_class.all.map { |x| [x.name, x.id] }, f.object.new_record? ? nil : f.object.administrator_id), class: "form-control"
10
+ .form-group
20
11
  = f.label :category
21
- = f.text_field :category
22
- div.form-group
12
+ = f.text_field :category, class: "form-control"
13
+ .form-group
23
14
  = f.label :description
24
- = f.text_area :description, :rows => 5
25
- div.form-group
15
+ = f.text_area :description, rows: 5, class: 'form-control'
16
+ .form-group
26
17
  = f.label :scope
27
- = f.text_area :scope, :size => 110
28
- div.form-group
18
+ = f.text_area :scope, rows: 10, class: 'form-control', style: 'font-family: monospace;'
19
+ .form-group
29
20
  = f.label :columns_yaml, "Columns"
30
- = f.text_area :columns_yaml, :class => "columns", :cols => 80
31
- = f.submit "Save report", :class => "btn btn-default"
32
- h3 Advanced
33
- div.form-group
34
- = f.label :has_checklist
35
- = f.check_box(:has_checklist,{}, true, false)
21
+ = f.text_area :columns_yaml, class: "columns", rows: 20, class: 'form-control', style: 'font-family: monospace;'
36
22
 
37
- = f.submit "Save report", :class => "btn btn-default"
23
+ = f.submit "Save report", class: "btn btn-success"
24
+
25
+ h3 Advanced
26
+ .checkbox
27
+ = f.label :has_checklist do
28
+ = f.check_box :has_checklist, {}, true, false
29
+ | Has checklist
@@ -1,16 +1,13 @@
1
1
  h1 All reports
2
- span
3
- = link_to "New report", new_report_path, :class => "btn btn-small"
2
+ p = link_to "New report", new_report_path, class: "btn btn-sm btn-success"
4
3
 
5
- table.table
4
+ table.table.table-bordered.table-striped
6
5
  tr
7
6
  th Name
8
7
  th For
9
8
  th Updated at
10
9
  th Last opened
11
10
  th
12
- th
13
- th
14
11
 
15
12
  - @custom_reports.each do |category, reports|
16
13
  tr
@@ -19,7 +16,7 @@ table.table
19
16
  - reports.each do |report|
20
17
  tr
21
18
  td
22
- = link_to report.name, [report], :style => "color: blue;"
19
+ = link_to report.name, [report], style: "color: blue;"
23
20
  = " (deleted)" if report.deleted_at.present?
24
21
  td
25
22
  = report.administrator.try(:name) || report.administrator.try(:personal_name)
@@ -27,13 +24,11 @@ table.table
27
24
  = l report.updated_at
28
25
  td
29
26
  = report.last_opened.present? ? l(report.last_opened) : ""
30
- td
31
- = link_to "CSV", report_path(report, :format => :csv), :class => "btn btn-small"
32
- td
33
- = link_to "Edit", edit_report_path(report), :class => "btn btn-small"
34
- td
27
+ td.text-right
28
+ => link_to "CSV", report_path(report, format: :csv), class: "btn btn-sm btn-info"
29
+ => link_to "Edit", edit_report_path(report), class: "btn btn-sm btn-info"
35
30
  - if report.deleted_at.nil?
36
- = link_to "Archive", report_path(report, :return_path => request.path), :method => :delete, :confirm => "Really?", :class => "btn btn-small btn-warning"
31
+ = link_to "Archive", report_path(report, return_path: request.path), method: :delete, confirm: "Really?", class: "btn btn-sm btn-warning"
37
32
 
38
33
 
39
- = link_to "Show archived", reports_path(:show_archived => true), :class => "btn btn-default"
34
+ = link_to "Show archived", reports_path(show_archived: true), class: "btn btn-sm btn-default"
@@ -1,20 +1,14 @@
1
- css:
2
- form {
3
- margin: 0;
4
- }
5
-
6
1
  h1
7
2
  = @report.name
8
3
  p
9
- = link_to "Edit this report", edit_report_path(@report, :return_path => request.fullpath), :class => "btn btn-primary"
10
- = " "
4
+ => link_to "Edit this report", edit_report_path(@report, :return_path => request.fullpath), :class => "btn btn-primary"
11
5
  = link_to "List Reports", reports_path, :class => "btn btn-default"
12
6
  p
13
7
  = (@report.description || "").gsub("\n", "<br>").html_safe
14
8
 
15
9
  = will_paginate @iterator if @iterator.respond_to?(:total_pages)
16
10
 
17
- table.table.table-striped.table-condensed
11
+ table.table.table-bordered.table-striped.table-condensed
18
12
  thead
19
13
  tr
20
14
  - @columns.each do |column|
@@ -4,23 +4,26 @@ $:.push File.expand_path("../lib", __FILE__)
4
4
  require 'custom_report/version'
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = "custom_report"
8
- s.files = `git ls-files`.split("\n")
9
- s.version = "0.0.1"
10
- s.name = "custom_report"
11
- s.version = CustomReport::VERSION
12
- s.platform = Gem::Platform::RUBY
13
- s.authors = [ "Your Name" ]
14
- s.email = [ "your@email.com" ]
15
- s.homepage = "http://yourwebsite.com"
16
- s.summary = "Create CustomReports to make quick customized reports."
17
- s.description = "Use CustomReports to get a good quick glipse into your application data."
18
- s.license = "MIT"
7
+ s.name = "custom_report"
8
+ s.version = CustomReport::VERSION
9
+ s.platform = Gem::Platform::RUBY
10
+ s.authors = ['Martin Neiiendamm', 'Mads Ohm Larsen']
11
+ s.email = ['mn@lokalebasen.dk', 'ml@lokalebasen.dk']
12
+ s.homepage = 'http://www.lokalebasen.dk'
13
+ s.summary = "Create CustomReports to make quick customized reports."
14
+ s.description = "Use CustomReports to get a good quick glipse into your application data."
15
+ s.license = "MIT"
19
16
 
20
17
  s.required_rubygems_version = "> 1.3.6"
21
18
 
22
19
  s.add_dependency "activesupport" , ">= 3.2.8"
23
20
  s.add_dependency "rails" , ">= 3.2.8"
21
+ s.add_dependency "will_paginate"
22
+
23
+ s.add_development_dependency "capybara", ">= 0.4.0"
24
+ s.add_development_dependency "sqlite3"
25
+ s.add_development_dependency "slim-rails"
26
+ s.add_development_dependency "protected_attributes"
24
27
 
25
28
  s.files = `git ls-files`.split("\n")
26
29
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
data/lib/custom_report.rb CHANGED
@@ -2,7 +2,6 @@ require 'active_support/dependencies'
2
2
  require 'custom_report/settings'
3
3
 
4
4
  module CustomReport
5
-
6
5
  mattr_accessor :app_root
7
6
  mattr_accessor :layout
8
7
  mattr_accessor :includes
@@ -1,3 +1,3 @@
1
1
  module CustomReport
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -32,4 +32,6 @@ Dummy::Application.configure do
32
32
 
33
33
  # Print deprecation notices to the stderr
34
34
  config.active_support.deprecation = :stderr
35
+
36
+ config.active_support.test_order = :random
35
37
  end
@@ -1,5 +1,5 @@
1
1
  # Define a bare test case to use with Capybara
2
2
  class ActiveSupport::IntegrationCase < ActiveSupport::TestCase
3
- include Capybara
3
+ include Capybara::DSL
4
4
  include Rails.application.routes.url_helpers
5
- end
5
+ end
metadata CHANGED
@@ -1,51 +1,124 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
7
+ - Martin Neiiendamm
8
+ - Mads Ohm Larsen
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-11-26 00:00:00.000000000 Z
12
+ date: 2015-05-12 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: activesupport
15
16
  requirement: !ruby/object:Gem::Requirement
16
17
  requirements:
17
- - - ! '>='
18
+ - - ">="
18
19
  - !ruby/object:Gem::Version
19
20
  version: 3.2.8
20
21
  type: :runtime
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
- - - ! '>='
25
+ - - ">="
25
26
  - !ruby/object:Gem::Version
26
27
  version: 3.2.8
27
28
  - !ruby/object:Gem::Dependency
28
29
  name: rails
29
30
  requirement: !ruby/object:Gem::Requirement
30
31
  requirements:
31
- - - ! '>='
32
+ - - ">="
32
33
  - !ruby/object:Gem::Version
33
34
  version: 3.2.8
34
35
  type: :runtime
35
36
  prerelease: false
36
37
  version_requirements: !ruby/object:Gem::Requirement
37
38
  requirements:
38
- - - ! '>='
39
+ - - ">="
39
40
  - !ruby/object:Gem::Version
40
41
  version: 3.2.8
42
+ - !ruby/object:Gem::Dependency
43
+ name: will_paginate
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ - !ruby/object:Gem::Dependency
57
+ name: capybara
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 0.4.0
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 0.4.0
70
+ - !ruby/object:Gem::Dependency
71
+ name: sqlite3
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ - !ruby/object:Gem::Dependency
85
+ name: slim-rails
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ - !ruby/object:Gem::Dependency
99
+ name: protected_attributes
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ type: :development
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: '0'
41
112
  description: Use CustomReports to get a good quick glipse into your application data.
42
113
  email:
43
- - your@email.com
114
+ - mn@lokalebasen.dk
115
+ - ml@lokalebasen.dk
44
116
  executables: []
45
117
  extensions: []
46
118
  extra_rdoc_files: []
47
119
  files:
48
- - .gitignore
120
+ - ".gitignore"
121
+ - ".ruby-version"
49
122
  - Gemfile
50
123
  - Gemfile.lock
51
124
  - MIT-LICENSE
@@ -104,7 +177,7 @@ files:
104
177
  - test/integration/navigation_test.rb
105
178
  - test/support/integration_case.rb
106
179
  - test/test_helper.rb
107
- homepage: http://yourwebsite.com
180
+ homepage: http://www.lokalebasen.dk
108
181
  licenses:
109
182
  - MIT
110
183
  metadata: {}
@@ -114,17 +187,17 @@ require_paths:
114
187
  - lib
115
188
  required_ruby_version: !ruby/object:Gem::Requirement
116
189
  requirements:
117
- - - ! '>='
190
+ - - ">="
118
191
  - !ruby/object:Gem::Version
119
192
  version: '0'
120
193
  required_rubygems_version: !ruby/object:Gem::Requirement
121
194
  requirements:
122
- - - ! '>'
195
+ - - ">"
123
196
  - !ruby/object:Gem::Version
124
197
  version: 1.3.6
125
198
  requirements: []
126
199
  rubyforge_project:
127
- rubygems_version: 2.1.11
200
+ rubygems_version: 2.4.5
128
201
  signing_key:
129
202
  specification_version: 4
130
203
  summary: Create CustomReports to make quick customized reports.