to_xls-rails 0.1.2 → 1.0.0
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.
- data/CHANGELOG +4 -1
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/to_xls-rails.gemspec +2 -2
- metadata +3 -3
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
1.0.0
|
data/to_xls-rails.gemspec
CHANGED
|
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = version
|
|
8
8
|
s.author = "LiangWenKe"
|
|
9
9
|
s.email = "liangwenke.com@gmail.com"
|
|
10
|
-
s.homepage = "http://github.com/
|
|
10
|
+
s.homepage = "http://github.com/liangwenke/to_xls-rails"
|
|
11
11
|
s.summary = "Export data to xls on Rails"
|
|
12
|
-
s.description = "This simple plugin gives you the ability to call
|
|
12
|
+
s.description = "This simple plugin gives you the ability to call to_xls to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include."
|
|
13
13
|
|
|
14
14
|
s.files = Dir["{lib,test}/**/*", "[a-zA-Z]*", "init.rb"] - ["Gemfile.lock"]
|
|
15
15
|
s.require_path = "lib"
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: to_xls-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 1.0.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- LiangWenKe
|
|
@@ -23,7 +23,7 @@ dependencies:
|
|
|
23
23
|
version: 0.6.5
|
|
24
24
|
type: :development
|
|
25
25
|
version_requirements: *id001
|
|
26
|
-
description: This simple plugin gives you the ability to call
|
|
26
|
+
description: This simple plugin gives you the ability to call to_xls to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include.
|
|
27
27
|
email: liangwenke.com@gmail.com
|
|
28
28
|
executables: []
|
|
29
29
|
|
|
@@ -40,7 +40,7 @@ files:
|
|
|
40
40
|
- README.rdoc
|
|
41
41
|
- to_xls-rails.gemspec
|
|
42
42
|
- VERSION
|
|
43
|
-
homepage: http://github.com/
|
|
43
|
+
homepage: http://github.com/liangwenke/to_xls-rails
|
|
44
44
|
licenses: []
|
|
45
45
|
|
|
46
46
|
post_install_message:
|