Get the
bunto-last-modified-at
gem (version 2) on RubyGems: https://rubygems.org/gems/bunto-last-modified-at/versions/2.0.0!
Gem publishing locally:
C:\Users\Suriyaa\Downloads>git clone https://github.com/bunto/bunto-last-modified-at.git
Cloning into 'bunto-last-modified-at'...
remote: Counting objects: 177, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 177 (delta 1), reused 0 (delta 0), pack-reused 169
Receiving objects: 100% (177/177), 20.96 KiB | 0 bytes/s, done.
Resolving deltas: 100% (79/79), done.
Checking connectivity... done.
C:\Users\Suriyaa\Downloads>cd bunto-*
C:\Users\Suriyaa\Downloads\bunto-last-modified-at>gem build bunto-last-modified-at.gemspec
WARNING: no email specified
WARNING: open-ended dependency on bunto (>= 0) is not recommended
if bunto is semantically versioned, use:
add_runtime_dependency 'bunto', '~> 0'
WARNING: pessimistic dependency on rspec (~> 2.13.0, development) may be overly strict
if rspec is semantically versioned, use:
add_development_dependency 'rspec', '~> 2.13', '>= 2.13.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 spork (>= 0, development) is not recommended
if spork is semantically versioned, use:
add_development_dependency 'spork', '~> 0'
WARNING: See http://guides.rubygems.org/specification-reference/ for help
Successfully built RubyGem
Name: bunto-last-modified-at
Version: 2.0.0
File: bunto-last-modified-at-2.0.0.gem
C:\Users\Suriyaa\Downloads\bunto-last-modified-at>gem install ./bunto-last-modified-at-2.0.0.gem
Successfully installed bunto-last-modified-at-2.0.0
Parsing documentation for bunto-last-modified-at-2.0.0
Installing ri documentation for bunto-last-modified-at-2.0.0
Done installing documentation for bunto-last-modified-at after 4 seconds
1 gem installed
C:\Users\Suriyaa\Downloads\bunto-last-modified-at>gem push bunto-last-modified-at-2.0.0.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: bunto-last-modified-at (2.0.0)
C:\Users\Suriyaa\Downloads\bunto-last-modified-at>