rails-exporter 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41c61f002ac8a7a320d997dbd776883f559fb663
4
- data.tar.gz: 4d218e2bcb266c62e6d5bb65c0da8fa19c475eb0
3
+ metadata.gz: f58810e84b7b00e9eb0ee6a4803631c7d8bd1d35
4
+ data.tar.gz: e6f8a27fdf15d46ea544fd47dd632d27a276619c
5
5
  SHA512:
6
- metadata.gz: 2633fe4f71f8080bead1dbdd3aecf34657202d47fa1e44d8e844d45fd75ba85da5b6272e7d6e9fe78bbfefaea7980ea22be92eca014133974b2c34b42eb0da4c
7
- data.tar.gz: db69716d162786d25c50da66714e4b701ed315a5129f80192cf686a0904e7883e2fcd2f97cf2fc30d4fd5b9cac6022c8c321f7bac9405ece8747be70c4a800a1
6
+ metadata.gz: 78eec5e57a5ceef4aaa6b255592b8b45e731a8542bfac28643670062d2f169bba873b1a71bbac2d4ae8b42d6604684d8b984eca7c007012a1f37935f87351c83
7
+ data.tar.gz: 62dd92732d036c2635531b1440b3d899681ea6334a9c58b34f3368beafc0bca4badd851db0b58e715f631e735af2f8e9fb5e9fb46dd4330d12de146975b72541
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rails Exporter
2
2
 
3
- Rails Exporter
3
+ Rails Exporter (XML, XLS, CSV)
4
4
 
5
5
  ## How to install
6
6
 
@@ -76,7 +76,7 @@ class UsersController < ApplicationController
76
76
  end
77
77
  ```
78
78
 
79
- For `format.xls` maybe you need to declare XLS mimetype in `config/initializers/mime_types` :
79
+ Declare XLS as a new mimetype in `config/initializers/mime_types`:
80
80
  ```erb
81
81
  Mime::Type.register "application/xls", :xls
82
82
  ```
@@ -1,6 +1,5 @@
1
1
  class Railtie < ::Rails::Railtie
2
2
  initializer 'activeservice.autoload', :before => :set_autoload_paths do |app|
3
- raise app.inspect
4
3
  app.config.autoload_paths += %( #{Rails.application.config.root}/app/exporters )
5
4
  end
6
5
  end
@@ -1,3 +1,3 @@
1
1
  module RailsExporter
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-exporter
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
  - Bruno Porto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-29 00:00:00.000000000 Z
11
+ date: 2017-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spreadsheet