Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@suriyaa suriyaa released this 17 Aug 12:49
  • Fix Travis CI error:
    • Correct RVM & Bunto versions
    • Correct exclude versions
    • Remove "" env matrix
  • Change version to 3.0.0
  • Update History.markdown for Release 3.0.0
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. Alle Rechte vorbehalten.

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