rgversion 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27afd4dde1a0364868d262226fb2bb4ccfc433293498e2fbd4c79a43dad06e02
4
- data.tar.gz: a1ac709c3d5403b6d55adbe21657b936b9a17056e3e7db9b24cda0c3ff55732c
3
+ metadata.gz: 24596e2ed6de1de63567dd2dedbb4b25d6a4ddc2d957c2264ec451ca5669971b
4
+ data.tar.gz: ceec264f5967d9a6b3dcb93528a0edb8d9d89a87d26ec36aec927354289c7a32
5
5
  SHA512:
6
- metadata.gz: f674f763f29f7b7022b09946d35eb30b252677a4df25db8dcd9134e67bf6c103aa210c5304d46f6957977fa1a1a5b533335bb151b228edaebeae4523d8d81400
7
- data.tar.gz: c52e9d246d074df6758000d27e4d13a561decac996936d2a84701025b8534dc0b1fc7370e4fca4391b35057a258cb00f5a94d93276d8173621a1e1fef0d9c976
6
+ metadata.gz: e7f0be5e8b4314dc880d6b3ef46b410b0be317eadfe79c04a6949db562315aa8d84f6fae7d18b96ee1259249170e2cee0a15be9d6825427b73df1cb6859cf00a
7
+ data.tar.gz: 986acb243417fcad16a9a109692acece5d6c1448e72d7b51ab55448f7662a8687d8b8ae62832bb628ddf37fdbd60e92b351f683068131f95ff42cea200073e26
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  [![Gem](https://img.shields.io/gem/v/rgversion.svg)](https://rubygems.org/gems/rgversion) [![Build Status](https://img.shields.io/travis/vavgustov/rgversion/master.svg)](https://travis-ci.org/vavgustov/rgversion) [![Maintainability](https://api.codeclimate.com/v1/badges/b5d59c13b4d649c321ea/maintainability)](https://codeclimate.com/github/vavgustov/rgversion/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/b5d59c13b4d649c321ea/test_coverage)](https://codeclimate.com/github/vavgustov/rgversion/test_coverage)
3
3
 
4
4
  This gem allow you to add to clipboard latest semantic versions of specified gems from terminal. Then you can past
5
- them in your `Gemfile` or whatever you want. [Giphy here](https://github.com/vavgustov/rgversion/wiki/Giphy).
5
+ them to `Gemfile` or whatever you want. [Giphy here](https://github.com/vavgustov/rgversion/wiki/Giphy).
6
6
 
7
7
  ![image](https://user-images.githubusercontent.com/312873/28492511-d2dbf140-6f0d-11e7-9912-beb8b94a1ca7.png)
8
8
 
@@ -8,7 +8,7 @@ module Rgversion
8
8
  def copy
9
9
  if command_exists?
10
10
  system("echo \"#{@content}\" | #{clarified_command}")
11
- puts "\nCopied to your clipboard!".green
11
+ puts "\nCopied to clipboard!".green
12
12
  else
13
13
  instruction = Instruction.new(@command)
14
14
  instruction.render
@@ -1,4 +1,4 @@
1
1
  module Rgversion
2
- VERSION = "1.1.8".freeze
3
- PREVIOUS_VERSION = "1.1.7".freeze
2
+ VERSION = "1.1.9".freeze
3
+ PREVIOUS_VERSION = "1.1.8".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vavgustov