to_xls-rails 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/to_xls-rails.gemspec +14 -13
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e3872cd4da07e76c95e6f9619262db4a388719e
4
- data.tar.gz: 3f58f79a31b88b2eac730f9bb7f8ec76aa401925
3
+ metadata.gz: 8ba1b200c866f319a584ad8f3032158de948cec0
4
+ data.tar.gz: 3a0e4b1bb36b0da889ea388fc94d87f7101d018d
5
5
  SHA512:
6
- metadata.gz: a7b9f585130e7838272d8ec883278f395ddb6ed29278c6adb8b4045c481a8434ddd3c18bfb4a1601c7e12762161f3fa27ebcd64149a3e6b65dcb02dd46b2a744
7
- data.tar.gz: 8f34f161c72dc3cfd31238b9ba1be419cf544b73335120690770039f9f4a1af644cd135d47770909988f7633a882aaa354118c5e6221e2df1bc675b9a2230ee0
6
+ metadata.gz: ee49ac54a35ded1d7994d89a89e55f84e933004842d32c975f9d39999ec62e5ea857bb8e0588a8ffa4a0b05d1f637ca176e76c9ea6950cfbae535721c4bd0b00
7
+ data.tar.gz: 5a51296bc1f13dccaac9e938e7a08bdab4c6efac81bfdc69fabc5d6143fa56f22d9e2f80505291d1c77612396a12ec579e9c4c49c7345c106a7d59a9b8235d94
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.3
1
+ 1.2.4
@@ -2,20 +2,21 @@
2
2
 
3
3
  version = File.read(File.expand_path("../VERSION", __FILE__)).strip
4
4
 
5
- Gem::Specification.new do |s|
6
- s.name = 'to_xls-rails'
7
- s.version = version
8
- s.author = "Mike Liang"
9
- s.email = "liangwenke.com@gmail.com"
10
- s.homepage = "http://github.com/liangwenke/to_xls-rails"
11
- s.summary = "Export Rails ActiveRecord data to excel file"
12
- s.description = "This simple plugin gives you the ability to call to_xls to a collection of activerecords for Rails."
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'to_xls-rails'
7
+ spec.version = version
8
+ spec.author = "Mike Liang"
9
+ spec.email = "liangwenke.com@gmail.com"
10
+ spec.homepage = "http://github.com/liangwenke/to_xls-rails"
11
+ spec.summary = "Export Rails ActiveRecord data to excel file"
12
+ spec.description = "This simple plugin gives you the ability to call to_xls to a collection of activerecords for Rails."
13
13
 
14
- s.files = Dir["{lib,test}/**/*", "[a-zA-Z]*", "init.rb"] - ["Gemfile.lock"]
15
- s.require_path = "lib"
14
+ spec.files = Dir["{lib,test}/**/*", "[a-zA-Z]*", "init.rb"] - ["Gemfile.lock"]
15
+ spec.require_path = "lib"
16
+ spec.license = 'MIT'
16
17
 
17
- s.add_dependency('spreadsheet', '>= 0.8.5')
18
+ spec.add_dependency('spreadsheet', '>= 0.8.5')
18
19
 
19
- s.platform = Gem::Platform::RUBY
20
- s.required_rubygems_version = ">= 1.3.4"
20
+ spec.platform = Gem::Platform::RUBY
21
+ spec.required_rubygems_version = ">= 1.3.4"
21
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_xls-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Liang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-27 00:00:00.000000000 Z
11
+ date: 2013-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spreadsheet
@@ -40,7 +40,8 @@ files:
40
40
  - to_xls-rails.gemspec
41
41
  - VERSION
42
42
  homepage: http://github.com/liangwenke/to_xls-rails
43
- licenses: []
43
+ licenses:
44
+ - MIT
44
45
  metadata: {}
45
46
  post_install_message:
46
47
  rdoc_options: []