gem_check 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/gem_check.rb +6 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 10560d00a2df58f1fa6fc5a952fcd9ad48f2740a
4
+ data.tar.gz: 2f9d6a6fa74bf2c6b8447dbc57e2409f5dc340e6
5
+ SHA512:
6
+ metadata.gz: e6b130895c23250f543bd0719b470158baaed9cb5eb1435b9aa8b86c07927080ff7537ef8e432d3e042ad7ce5b56bd2a40e74c01b2a0eec37484a77f5e6cb38b
7
+ data.tar.gz: ed1f39347f390896dac5c6ccb5f4a9e4df9ac6213c75bf5d7e1903846871098dd29b692395277b28ad9d0c09b14f010ddbf67e4cc2e06d1c627071b8856b8f23
data/lib/gem_check.rb ADDED
@@ -0,0 +1,6 @@
1
+ class WhoIs
2
+ def self.awesome?
3
+ puts "YOU ARE AWESOME!!"
4
+ puts "This is for just Gem testing."
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gem_check
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Mukesh Reddy G
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 1991-08-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is for testing my first gem.This will not do anything special.
14
+ email:
15
+ - mukeshreddyg@outlook.com.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/gem_check.rb
21
+ homepage: http://rubylearning.org/
22
+ licenses:
23
+ - GMR
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.2.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Gem_check
45
+ test_files: []