fastxl 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastxl.gemspec +1 -6
- data/lib/fastxl/version.rb +1 -1
- data/lib/fastxl.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c440f21fde985f2fc33e1a5da5f5506c872b57ac
|
4
|
+
data.tar.gz: e0bf50075affdbd4296494a1aeed3bd33965a238
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63fc7f811fb1aa45c11825ed57063fe0c60c112dcc0b7536d5eee0e63b357e2f40cd67b98bcee6693c648610b750bd0cdf659215e0325111814e9fdbc6ddbd24
|
7
|
+
data.tar.gz: a684ea9c052dff57f31f85d0c75b8a24e5981a2149daaf7c5149244a7cbeac87789a60b41fd46ca752927ec383c2874e392d32d7d24e71cc6162e94a3d395289
|
data/fastxl.gemspec
CHANGED
@@ -3,11 +3,6 @@ lib = File.expand_path('../lib', __FILE__)
|
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
4
|
|
5
5
|
require 'fastxl/version'
|
6
|
-
require 'fastxl/workbook'
|
7
|
-
|
8
|
-
require 'zip'
|
9
|
-
require 'nokogiri'
|
10
|
-
require 'pry'
|
11
6
|
|
12
7
|
Gem::Specification.new do |spec|
|
13
8
|
spec.name = "fastxl"
|
@@ -17,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
17
12
|
|
18
13
|
spec.summary = %q{Fast way to read and write in microsoft office xlsx}
|
19
14
|
spec.description = %q{Fast way to read and write in microsoft office xlsx}
|
20
|
-
spec.homepage = "https://github.com/fastxl
|
15
|
+
spec.homepage = "https://github.com/victorlcampos/fastxl"
|
21
16
|
|
22
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
23
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
data/lib/fastxl/version.rb
CHANGED
data/lib/fastxl.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastxl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Campos
|
@@ -114,7 +114,7 @@ files:
|
|
114
114
|
- lib/fastxl/version.rb
|
115
115
|
- lib/fastxl/workbook.rb
|
116
116
|
- lib/templates/one_sheet.xlsx
|
117
|
-
homepage: https://github.com/fastxl
|
117
|
+
homepage: https://github.com/victorlcampos/fastxl
|
118
118
|
licenses: []
|
119
119
|
metadata:
|
120
120
|
allowed_push_host: https://rubygems.org
|