samples 0.0.1.init

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/samples.rb +2 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: dfb1dec5971e3e5c59349abfd085aef79f89f6df
4
+ data.tar.gz: e322974d6107c60291a4a7b237fca6a07fdffbf9
5
+ SHA512:
6
+ metadata.gz: 9bbba29ca18ab32b3782fe98b1e60415fdbcbcecf02cd3d70ffda0d986f12f2067c5e8bbb3cf89f310cca9559581e0c0a7b8764f0d1739e767db598c7816f4d7
7
+ data.tar.gz: 4e2f1ff79221e89ccf37baa5f375f50258f17c469f600378b1779a3ca402aa89d836409ddb7c96692fe6dcd09ff436822af0a715b033c1896b672e4f31f427f7
data/lib/samples.rb ADDED
@@ -0,0 +1,2 @@
1
+ module Samples
2
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: samples
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.init
5
+ platform: ruby
6
+ authors:
7
+ - remi Taylor
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-03-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Manage and run Ruby code sample snippets [init]
14
+ email: remi@remitaylor.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/samples.rb
20
+ homepage:
21
+ licenses:
22
+ - Apache-2.0
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">"
36
+ - !ruby/object:Gem::Version
37
+ version: 1.3.1
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.5.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Manage and run Ruby code sample snippets [init]
44
+ test_files: []