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 +4 -4
- data/README.md +3 -1
- data/lib/random_gem/version.rb +1 -1
- data/random_gem.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48a1620be3912fc984f1c4d2c41e275b53282b2a18468d5a51c287be922a782f
|
|
4
|
+
data.tar.gz: a970db21af7b5f7cf7dddf1142f72889ca88f050e84e2b5a0ab4fc92b6156506
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2f71d0dab6b7760d45c9133f50bcd0e636f7d8e008fd5a1158dfac88c0706064e8306ef5cf19bc4cbe82e16f34f940be8874327daad0e9a2518cfe2778d09e2
|
|
7
|
+
data.tar.gz: 88fec1e6f137900b67e25e06e5307a869df1fd83bc8daa489c2d7c7d5a45232d491dcac6929ffa62cf29462b93c9d3f9ad8112486d34ffa5e705425c826934d8
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# RandomGem
|
|
2
|
+
[](LICENSE)
|
|
3
|
+
[](https://badge.fury.io/rb/random_gem)
|
|
2
4
|
|
|
3
|
-
RandomGem is a Ruby gem that
|
|
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
|
data/lib/random_gem/version.rb
CHANGED
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
|
|
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.
|
|
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
|
|
28
|
-
its
|
|
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:
|