modle_to_excel 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfcfa8a9d981038ab8213fe4c8aa1ce860887e16
4
- data.tar.gz: e51291943b227e5de6d6a62f93929142aed37d13
3
+ metadata.gz: 16594892e1d7d8b3f55753bffc6142d999b1c588
4
+ data.tar.gz: 0a70c1715aaefc6de9a67733e709a5dea18c2716
5
5
  SHA512:
6
- metadata.gz: d9e2c6d652abe98b3e02831f3c66f69dc17caf8432ab5731f2b50a34c179d89213d071bd65f9cdcd321e37650b7f96394dfe0260dd8b4c006be640d95de8b2eb
7
- data.tar.gz: cfc4b5e937fb7306b603f89a58dd903d809daa01668737d2234906088dbad64cadd1d83e07e8b1b783d1471886406b87fe5902839d150dde8d2adef90317cbd4
6
+ metadata.gz: 28be46c16e2b5c85f2ae1f78f393af31eeeae757625ae941dcf3c994094790cc057e32120c2273dd615d54cecbd6ecc60962526c4fda23d6610ea11165007f80
7
+ data.tar.gz: 55e220e7cb44a4255dfde7c0361d88e93386492e505447fa540b1918e0dad80d932c98fc1902db96c0d0a3a43aed866412984dbbae6dcd2c63508a188cba1688
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
- gem "spreadsheet"
2
+
3
3
  # Specify your gem's dependencies in modle_to_excel.gemspec
4
+ gem "spreadsheet"
4
5
  gemspec
@@ -1,3 +1,3 @@
1
1
  module ModleToExcel
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -35,5 +35,5 @@ module ModleToExcel
35
35
  end
36
36
  book.write "#{Rails.root}/public/#{file_name}.xls"
37
37
  end
38
-
38
+
39
39
  end
@@ -9,14 +9,14 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["lxyu1993"]
10
10
  spec.email = ["lxyu1993@yeah.net"]
11
11
 
12
- spec.summary = %q{export modle to excel in rails.}
13
- spec.description = %q{export all columns in every tables of modle in rails.}
14
- spec.homepage = "https://github.com/wetec/modle_to_excle"
15
- spec.license = "wetec"
12
+ spec.summary = %q{modle to excel.}
13
+ spec.description = %q{export columns of tables in rails to excle}
14
+ spec.homepage = "https://github.com/wetec/modle_to_excel."
15
+
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
18
18
  # if spec.respond_to?(:metadata)
19
- # spec.metadata['allowed_push_host'] = "http://rubygems.org"
19
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
20
20
  # else
21
21
  # raise "RubyGems 2.0 or newer is required to protect against " \
22
22
  # "public gem pushes."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modle_to_excel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - lxyu1993
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: export all columns in every tables of modle in rails.
41
+ description: export columns of tables in rails to excle
42
42
  email:
43
43
  - lxyu1993@yeah.net
44
44
  executables: []
@@ -54,9 +54,8 @@ files:
54
54
  - lib/modle_to_excel.rb
55
55
  - lib/modle_to_excel/version.rb
56
56
  - modle_to_excel.gemspec
57
- homepage: https://github.com/wetec/modle_to_excle
58
- licenses:
59
- - wetec
57
+ homepage: https://github.com/wetec/modle_to_excel.
58
+ licenses: []
60
59
  metadata: {}
61
60
  post_install_message:
62
61
  rdoc_options: []
@@ -77,5 +76,5 @@ rubyforge_project:
77
76
  rubygems_version: 2.4.6
78
77
  signing_key:
79
78
  specification_version: 4
80
- summary: export modle to excel in rails.
79
+ summary: modle to excel.
81
80
  test_files: []