random_gem 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ea23e4a9b59d65128f8a1487088fe525a9195278a9dbdb4b8a8ee82aeca70f1
4
- data.tar.gz: fbf8357006710a7348ad53e72de80df23dea7837c577f5a2fc96bad53b1abc64
3
+ metadata.gz: 48a1620be3912fc984f1c4d2c41e275b53282b2a18468d5a51c287be922a782f
4
+ data.tar.gz: a970db21af7b5f7cf7dddf1142f72889ca88f050e84e2b5a0ab4fc92b6156506
5
5
  SHA512:
6
- metadata.gz: 354131a5a96af92f50f40cfa2a0b86981cadfaedad317c2ba77e45ae8fed3d3ada1b9bc34fc1447be3429b1ddf7d4d1c3e5d13a3813ec1cc56ca06b967e4f046
7
- data.tar.gz: ee9094414f0cd3ff7589c6875a8626f12bfb8a9bec2df9aed1be58e2ad662725dff7bdd62ef24a303f7bfe3a9b75b3e49127d52c871ff190a6e40493e31a96ea
6
+ metadata.gz: b2f71d0dab6b7760d45c9133f50bcd0e636f7d8e008fd5a1158dfac88c0706064e8306ef5cf19bc4cbe82e16f34f940be8874327daad0e9a2518cfe2778d09e2
7
+ data.tar.gz: 88fec1e6f137900b67e25e06e5307a869df1fd83bc8daa489c2d7c7d5a45232d491dcac6929ffa62cf29462b93c9d3f9ad8112486d34ffa5e705425c826934d8
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # RandomGem
2
+ [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
3
+ [![Gem Version](https://badge.fury.io/rb/random_gem.svg)](https://badge.fury.io/rb/random_gem)
2
4
 
3
- RandomGem is a Ruby gem that selects a random gem from RubyGems and returns its name.
5
+ RandomGem is a Ruby gem that picks a random gem from RubyGems and returns its info.
4
6
  Also, it provides a command to add a random gem to your Gemfile.
5
7
 
6
8
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module RandomGem
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/random_gem.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["sh07e1916@gmail.com"]
8
8
 
9
9
  spec.summary = "pick up a random gem from rubygems"
10
- spec.description = "RandomGem is a Ruby gem that selects a random gem from RubyGems and returns its name. Also, it provides a command to add a random gem to your Gemfile."
10
+ spec.description = "RandomGem is a Ruby gem that picks a random gem from RubyGems and returns its info. Also, it provides a command to add a random gem to your Gemfile."
11
11
  spec.homepage = "https://github.com/a5-stable/random_gem"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: random_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - a5-stable
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: RandomGem is a Ruby gem that selects a random gem from RubyGems and returns
28
- its name. Also, it provides a command to add a random gem to your Gemfile.
27
+ description: RandomGem is a Ruby gem that picks a random gem from RubyGems and returns
28
+ its info. Also, it provides a command to add a random gem to your Gemfile.
29
29
  email:
30
30
  - sh07e1916@gmail.com
31
31
  executables: