Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@suriyaa suriyaa released this 04 Jan 16:28
d9facf1

🎉 Download bunto-archivegenerator (v1.0.0): https://rubygems.org/gems/bunto-archivegenerator/versions/1.0.0!

Console Log

Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. Alle Rechte vorbehalten.

Das Laden von persönlichen und Systemprofilen dauerte 504 ms.
C:\Users\Suriyaa\Documents\GitHub\bunto-archivegenerator [master ≡]> gem build bunto-archivegenerator.gemspec
WARNING:  pessimistic dependency on bunto (~> 3.2.1) may be overly strict
  if bunto is semantically versioned, use:
    add_runtime_dependency 'bunto', '~> 3.2', '>= 3.2.1'
WARNING:  open-ended dependency on nokogiri (>= 0) is not recommended
  if nokogiri is semantically versioned, use:
    add_runtime_dependency 'nokogiri', '~> 0'
WARNING:  open-ended dependency on rake (>= 0, development) is not recommended
  if rake is semantically versioned, use:
    add_development_dependency 'rake', '~> 0'
WARNING:  open-ended dependency on rdoc (>= 0, development) is not recommended
  if rdoc is semantically versioned, use:
    add_development_dependency 'rdoc', '~> 0'
WARNING:  open-ended dependency on activesupport (>= 0, development) is not recommended
  if activesupport is semantically versioned, use:
    add_development_dependency 'activesupport', '~> 0'
WARNING:  open-ended dependency on travis (>= 0, development) is not recommended
  if travis is semantically versioned, use:
    add_development_dependency 'travis', '~> 0'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: bunto-archivegenerator
  Version: 1.0.0
  File: bunto-archivegenerator-1.0.0.gem
C:\Users\Suriyaa\Documents\GitHub\bunto-archivegenerator [master ≡]> gem install ./bunto-archivegenerator-1.0.0.gem
Successfully installed bunto-archivegenerator-1.0.0
Parsing documentation for bunto-archivegenerator-1.0.0
Installing ri documentation for bunto-archivegenerator-1.0.0
Done installing documentation for bunto-archivegenerator after 3 seconds
1 gem installed
C:\Users\Suriyaa\Documents\GitHub\bunto-archivegenerator [master ≡]> gem push bunto-archivegenerator-1.0.0.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: bunto-archivegenerator (1.0.0)
C:\Users\Suriyaa\Documents\GitHub\bunto-archivegenerator [master ≡]>