modle_to_excel 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5a1266f68d5802c6cca2bf4cfad5b386f64df07
4
- data.tar.gz: 8cca9af5829cced3418f14351d59c93a4c07f8b0
3
+ metadata.gz: cfcfa8a9d981038ab8213fe4c8aa1ce860887e16
4
+ data.tar.gz: e51291943b227e5de6d6a62f93929142aed37d13
5
5
  SHA512:
6
- metadata.gz: b220625caa4dea2554bc637ed27e43d710daf0cf943220a28d3918d8fa150993ea1f7bbdc6d13a593a745077dda1e06565274c26a1d02b46308dd72aa241d19b
7
- data.tar.gz: 46c3a503045f5f9283da6b743fb79e2c5339043e8f22d08f3c47d0be5da6a78a8961ad86b355d16f6f3a58d80721b07b2da36c028c95c2a7bf27c37127ddd0f3
6
+ metadata.gz: d9e2c6d652abe98b3e02831f3c66f69dc17caf8432ab5731f2b50a34c179d89213d071bd65f9cdcd321e37650b7f96394dfe0260dd8b4c006be640d95de8b2eb
7
+ data.tar.gz: cfc4b5e937fb7306b603f89a58dd903d809daa01668737d2234906088dbad64cadd1d83e07e8b1b783d1471886406b87fe5902839d150dde8d2adef90317cbd4
@@ -1,3 +1,3 @@
1
1
  module ModleToExcel
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{export modle to excel in rails.}
13
13
  spec.description = %q{export all columns in every tables of modle in rails.}
14
- spec.homepage = "http://rubygems.org/gems/modle_to_excel"
14
+ spec.homepage = "https://github.com/wetec/modle_to_excle"
15
15
  spec.license = "wetec"
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.
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lxyu1993
@@ -54,7 +54,7 @@ files:
54
54
  - lib/modle_to_excel.rb
55
55
  - lib/modle_to_excel/version.rb
56
56
  - modle_to_excel.gemspec
57
- homepage: http://rubygems.org/gems/modle_to_excel
57
+ homepage: https://github.com/wetec/modle_to_excle
58
58
  licenses:
59
59
  - wetec
60
60
  metadata: {}