GithubHelp home page GithubHelp logo

Comments (7)

cxn03651 avatar cxn03651 commented on July 24, 2024

Thank you for the notification.
nkf has already added as runtime dependency gem.

from writeexcel.

priceline-rosenfeld avatar priceline-rosenfeld commented on July 24, 2024

Thanks. I can't find it on the master branch though. Am I missing something? I get this warning with the latest release version (1.0.7).

from writeexcel.

cxn03651 avatar cxn03651 commented on July 24, 2024

The warning message says that nkf will not be bundled in Ruby 3.4.0, so add nkf as dependant gem.
Sorry, but I don't know how to prevent this message from appearing.

nkf is written in writeexcel.gemsplec.

from writeexcel.

priceline-rosenfeld avatar priceline-rosenfeld commented on July 24, 2024

Any chances you have forgotten to commit and push the changes?

This is what I see in master today (last change was 2 weeks ago):

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'writeexcel/version'

Gem::Specification.new do |gem|
  gem.name          = "writeexcel"
  gem.version       = Writeexcel::VERSION
  gem.authors       = ["Hideo NAKAMURA"]
  gem.email         = ["[email protected]"]
  gem.description   = "Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks and images can be written to the cells."
  gem.summary       = "Write to a cross-platform Excel binary file."
  gem.homepage      = "http://github.com/cxn03651/writeexcel#readme"
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
  gem.required_ruby_version = '>= 2.4.0'
  gem.add_development_dependency 'minitest'
  gem.add_runtime_dependency 'racc' if RUBY_VERSION >= '3.3'
  gem.add_development_dependency 'rake'
  gem.extra_rdoc_files = [
    "LICENSE.txt",
    "README.rdoc"
  ]
  gem.add_development_dependency 'simplecov'
end

from writeexcel.

priceline-rosenfeld avatar priceline-rosenfeld commented on July 24, 2024

The only runtime dependency I can find is racc, not nkf.

from writeexcel.

cxn03651 avatar cxn03651 commented on July 24, 2024

Sorry, I'd mistaken it for another gem.

v1.0.8 just released.

from writeexcel.

priceline-rosenfeld avatar priceline-rosenfeld commented on July 24, 2024

Awesome, thank you!

from writeexcel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.