labstack 0.0.0

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/hello.rb +5 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1d2864ae1d8a294feb6824c1aac04533d178bf6d514ff7e5e18925f5e8fb6bd8
4
+ data.tar.gz: 50566f4aeb300b50983d712822942022e9a0f5e65f833cc26cea5302aa9da3e2
5
+ SHA512:
6
+ metadata.gz: 1f0eee455022ec64e94a7e7c6f7edaf6d54dacf9b589b533604777ccc6b518268dce3ead933234cbaabd2e186c7211da07414b11fd86419f41e55189bec1e0fd
7
+ data.tar.gz: 5c995ff14981d6272e1dce9b5e2cc6424926d3024bc77b9c9036621c0b5fdbdff338cae8a17a3ccb9081c9ff96cfa088e53fabcc6ec19f09625ef66f16b84a33
@@ -0,0 +1,5 @@
1
+ class Hola
2
+ def self.hi
3
+ puts "Hello, world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: labstack
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Vishal Rana
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2010-04-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Official Ruby client library for the LabStack platform
14
+ email: vr@labstack.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hello.rb
20
+ homepage: https://labstack.com/docs
21
+ licenses:
22
+ - MIT
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: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.7.4
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: LabStack Ruby client
44
+ test_files: []