Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
weshatheleopard committed Mar 28, 2024
1 parent ddac0b8 commit 297a14d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions rubyXL.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: rubyXL 3.4.25 ruby lib
# stub: rubyXL 3.4.26 ruby lib

Gem::Specification.new do |s|
s.name = "rubyXL".freeze
s.version = "3.4.25"
s.version = "3.4.26"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Vivek Bhagwat".freeze, "Wesha".freeze]
s.date = "2022-05-19"
s.date = "2024-03-28"
s.description = "rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents".freeze
s.email = "bhagwat.vivek@gmail.com".freeze
s.extra_rdoc_files = [
Expand All @@ -21,6 +21,8 @@ Gem::Specification.new do |s|
s.files = [
".circleci/config.yml",
".codeclimate.yml",
".rubocop.yml",
"CHANGELOG.md",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
Expand Down Expand Up @@ -79,6 +81,7 @@ Gem::Specification.new do |s|
"rdoc/RubyXL/AdjustHandleList.html",
"rdoc/RubyXL/Alignment.html",
"rdoc/RubyXL/AlternateContent.html",
"rdoc/RubyXL/AlternateUrls.html",
"rdoc/RubyXL/Authors.html",
"rdoc/RubyXL/AutoFilter.html",
"rdoc/RubyXL/AutoFilterColumn.html",
Expand Down Expand Up @@ -351,6 +354,7 @@ Gem::Specification.new do |s|
"rdoc/RubyXL/Pane.html",
"rdoc/RubyXL/Parser.html",
"rdoc/RubyXL/PatternFill.html",
"rdoc/RubyXL/PersonMetadata.html",
"rdoc/RubyXL/PhoneticProperties.html",
"rdoc/RubyXL/PhoneticRun.html",
"rdoc/RubyXL/PivotArea.html",
Expand Down Expand Up @@ -514,9 +518,9 @@ Gem::Specification.new do |s|
"test/test_parse_write.rb",
"tmp/.gitignore"
]
s.homepage = "https://github.com/weshatheleopard/rubyXL".freeze
s.homepage = "http://github.com/gilt/rubyXL".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "3.3.12".freeze
s.rubygems_version = "3.1.6".freeze
s.summary = "rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents".freeze

if s.respond_to? :specification_version then
Expand All @@ -533,6 +537,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<simplecov>.freeze, [">= 0"])
s.add_development_dependency(%q<ruby-prof>.freeze, [">= 0"])
s.add_development_dependency(%q<rspec_junit_formatter>.freeze, [">= 0"])
s.add_development_dependency(%q<rubocop>.freeze, [">= 0"])
else
s.add_dependency(%q<nokogiri>.freeze, [">= 1.10.8"])
s.add_dependency(%q<rubyzip>.freeze, [">= 1.3.0"])
Expand All @@ -543,6 +548,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<simplecov>.freeze, [">= 0"])
s.add_dependency(%q<ruby-prof>.freeze, [">= 0"])
s.add_dependency(%q<rspec_junit_formatter>.freeze, [">= 0"])
s.add_dependency(%q<rubocop>.freeze, [">= 0"])
end
end

0 comments on commit 297a14d

Please sign in to comment.