withclouds-api 0.0.1 → 0.0.2

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 +4 -4
  2. data/bin/withclouds-api +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e2cd8c641725efde0663500ef2cc1d8cad9b80d
4
- data.tar.gz: fe71faade103a5af4b20407356fbc7de409d2565
3
+ metadata.gz: 696894f8ca61e90430d4b045fbecd1b150ae730b
4
+ data.tar.gz: 2bab0bbcb87d3b405c37f0a49edb984315ea99da
5
5
  SHA512:
6
- metadata.gz: ee6f2a41d34b67935721fb9ea9434c1b58ad04f61fbb44ce9680cfb0184da20ebdbb7ad9ae7aa0f394c42e7651c51ec91a9d719f175b07b124465ac708a3ad29
7
- data.tar.gz: 6d24bde4174bd89b84f4d14d7486fa12e1aaafc047306de38e2114b711757ae2363f85de6e6733696f91b5cfcb9fd4e68f8309254b39a4afe3ee9e7c6248da43
6
+ metadata.gz: 1913943573e05cedb02deee84f6d46a78e39503b013dd5fb91832a9106ba2fe9c9a46b4fa9d5c73b3d6f6a174d2089642db054d9fe8ea7a303d30411e41070a6
7
+ data.tar.gz: 0e2eaa4540cdd9244cea7469aa82989345ca9f75776a15e75a82c1e6c27e20eadc2c2704a94d44f4f5ed201c722b0b2b091117266d84f73fc1b5b11331bc915d
@@ -0,0 +1,4 @@
1
+ #! /usr/bin/env ruby
2
+
3
+ require 'withclouds-api'
4
+ puts WithcloudsApi.hi(ARGV[0])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: withclouds-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Motenko
@@ -12,10 +12,12 @@ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Great product api
14
14
  email: o.motenko@mail.ru
15
- executables: []
15
+ executables:
16
+ - withclouds-api
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/withclouds-api
19
21
  - lib/withclouds-api.rb
20
22
  - lib/withclouds-api/translator.rb
21
23
  homepage: http://rubygems.org/gems/withclouds-api