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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56a27248d60f5802e6a8ea597b3ee14c0b2003fa
4
- data.tar.gz: bb4c374a5b90d4b263277eaf0404de99779ed74e
3
+ metadata.gz: c440f21fde985f2fc33e1a5da5f5506c872b57ac
4
+ data.tar.gz: e0bf50075affdbd4296494a1aeed3bd33965a238
5
5
  SHA512:
6
- metadata.gz: 2d01384402ad7be7c7d0e2a4d356f80d95f1623a2a21a928becf04412678748d7be3e99bf13c6c942a0e3b684d0dcd39ad163f313f5b0a6eca4d9b75b175a30e
7
- data.tar.gz: f0ed7b2598289a114c626038b598132743b4ac623e88d08357c206c17cf700458b4c970e5db7e6a84c672115bd1e0c04eb38af6cab57ca82be9bf36fdf6cdcaa
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.
@@ -1,3 +1,3 @@
1
1
  module Fastxl
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
data/lib/fastxl.rb CHANGED
@@ -1,4 +1,7 @@
1
1
  require "fastxl/version"
2
+ require 'fastxl/workbook'
3
+ require 'zip'
4
+ require 'nokogiri'
2
5
 
3
6
  module Fastxl
4
7
  def self.create
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.1.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