Giter Site home page Giter Site logo

Invalid Gemspec about active_reload HOT 4 CLOSED

paneq avatar paneq commented on June 20, 2024
Invalid Gemspec

from active_reload.

Comments (4)

paneq avatar paneq commented on June 20, 2024

I check my local version of this file /home/rupert/.rvm/gems/ruby-1.9.2-p290-fastrequire/specifications/active_reload-0.2.0.gemspec and the date line looks normal:

Gem::Specification.new do |s|
  s.name = %q{active_reload}
  s.version = "0.2.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Robert Pankowecki"]
  s.date = %q{2011-07-20}
  s.description = %q{Reload Rails code in development mode only when change is deteced}
  s.email = ["[email protected]"]
  s.has_rdoc = nil
  s.homepage = %q{https://github.com/paneq/active_reload}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{active_reload}
  s.rubygems_version = %q{1.6.2}
  s.summary = %q{Reload Rails code in development mode only when change is deteced}

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rake>, [">= 0"])
      s.add_development_dependency(%q<bbq>, [">= 0"])
    else
      s.add_dependency(%q<rake>, [">= 0"])
      s.add_dependency(%q<bbq>, [">= 0"])
    end
  else
    s.add_dependency(%q<rake>, [">= 0"])
    s.add_dependency(%q<bbq>, [">= 0"])
  end
end

Try removing and installing the gem again. Maybe that will help. So far I am not able to reproduce.

from active_reload.

paneq avatar paneq commented on June 20, 2024

@tanelsuurhans - Any news on this issue? Did you try to reinstall?

from active_reload.

paneq avatar paneq commented on June 20, 2024

I'm closing because I was not able to reproduce the bug and you did not provide further information required to any kind of investigation. I assume that it works for you fine now. Nobody else reported such problem so I think that it was some kind of single issue.

from active_reload.

tanelsuurhans avatar tanelsuurhans commented on June 20, 2024

Sorry for the slow response. This seems to be caused by rubygems somehow, as updating it and then reinstalling the gem seemed to fix the issue.

from active_reload.

Related Issues (13)

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.