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.
Files changed (5) hide show
  1. data/CHANGELOG +4 -1
  2. data/README.rdoc +1 -1
  3. data/VERSION +1 -1
  4. data/to_xls-rails.gemspec +2 -2
  5. metadata +3 -3
data/CHANGELOG CHANGED
@@ -5,4 +5,7 @@
5
5
  add gem dependency on gemspec file
6
6
 
7
7
  0.1.2
8
- update document
8
+ update documentation
9
+
10
+ 1.0.0
11
+ fix typo
@@ -52,7 +52,7 @@ This simple plugin gives you the ability to call to_xls to a collection of activ
52
52
  bundle install
53
53
 
54
54
  with git
55
- git clone http://github.com/liangwenke8/to_xls-rails.git
55
+ git clone http://github.com/liangwenke/to_xls-rails.git
56
56
 
57
57
 
58
58
  == Note
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 1.0.0
@@ -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/liangwenke8/to_xls-rails"
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 to_csv to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include."
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.1.2
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 to_csv to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include.
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/liangwenke8/to_xls-rails
43
+ homepage: http://github.com/liangwenke/to_xls-rails
44
44
  licenses: []
45
45
 
46
46
  post_install_message: