to_xls-rails 0.1.1 → 0.1.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.
Files changed (5) hide show
  1. data/CHANGELOG +4 -1
  2. data/README.rdoc +2 -2
  3. data/VERSION +1 -1
  4. data/to_xls-rails.gemspec +2 -2
  5. metadata +5 -7
data/CHANGELOG CHANGED
@@ -2,4 +2,7 @@
2
2
  first commit
3
3
 
4
4
  0.1.1
5
- add gem dependency on gemspec file
5
+ add gem dependency on gemspec file
6
+
7
+ 0.1.2
8
+ update document
data/README.rdoc CHANGED
@@ -52,9 +52,9 @@ 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/wenke/to_xls-rails.git
55
+ git clone http://github.com/liangwenke8/to_xls-rails.git
56
56
 
57
57
 
58
58
  == Note
59
59
 
60
- Copyright (c) 2010 liangwenke8@gmail.com, released under the MIT license
60
+ Copyright (c) 2010 liangwenke.com@gmail.com, released under the MIT license
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/to_xls-rails.gemspec CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = 'to_xls-rails'
7
7
  s.version = version
8
8
  s.author = "LiangWenKe"
9
- s.email = "liangwenke8@gmail.com"
10
- s.homepage = "http://github.com/wenke/to_xls-rails"
9
+ s.email = "liangwenke.com@gmail.com"
10
+ s.homepage = "http://github.com/liangwenke8/to_xls-rails"
11
11
  s.summary = "Export data to xls on Rails"
12
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."
13
13
 
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.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - LiangWenKe
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-20 00:00:00 +08:00
14
- default_executable:
13
+ date: 2011-06-01 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: spreadsheet
@@ -25,7 +24,7 @@ dependencies:
25
24
  type: :development
26
25
  version_requirements: *id001
27
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.
28
- email: liangwenke8@gmail.com
27
+ email: liangwenke.com@gmail.com
29
28
  executables: []
30
29
 
31
30
  extensions: []
@@ -41,8 +40,7 @@ files:
41
40
  - README.rdoc
42
41
  - to_xls-rails.gemspec
43
42
  - VERSION
44
- has_rdoc: true
45
- homepage: http://github.com/wenke/to_xls-rails
43
+ homepage: http://github.com/liangwenke8/to_xls-rails
46
44
  licenses: []
47
45
 
48
46
  post_install_message:
@@ -65,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
63
  requirements: []
66
64
 
67
65
  rubyforge_project:
68
- rubygems_version: 1.6.2
66
+ rubygems_version: 1.8.5
69
67
  signing_key:
70
68
  specification_version: 3
71
69
  summary: Export data to xls on Rails