first_gem_hello_world 0.0.0

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 17e8e96c68d4a478fc83a7b18de07f857cfa10fc
4
+ data.tar.gz: 92bc03084abe0283cc36cd2795867be7d6b7940f
5
+ SHA512:
6
+ metadata.gz: 8f060e1244ed3fa4b9665ae3e853dece7caba28375f5042c05f9414538ad1704866483600ea87ef0878007bf2f3595d86abaaee6086cb2e2a780416e9fb7fc8c
7
+ data.tar.gz: eda8a32760884068f0adec75bfcc0cb5e4b797f0caf2b54e74de919ed17dd0125ab1bf5da756efbc87e6b00aec7cbe074004f208e1387c81ae7f272a77ec02f9
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: first_gem_hello_world
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Vladislav Petrov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: electronicchest@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: http://rubygems.org/gems/first_gem_hello_world
20
+ licenses:
21
+ - MIT
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: 2.1.2
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 2.3.0
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.3.0
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: First gem hello world
43
+ test_files: []