shaorma 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 (6) hide show
  1. checksums.yaml +7 -0
  2. data/bin/shaorma +4 -0
  3. data/changelog.md +4 -0
  4. data/license.txt +24 -0
  5. data/readme.md +21 -0
  6. metadata +49 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 75fa3333528fa0db749d976cd5e72df2325656c3
4
+ data.tar.gz: 9bd98b69272c6081258a8d655c42d7734af54f6f
5
+ SHA512:
6
+ metadata.gz: 8206903fc3d19b33bb8277f5b91f46659955b2f9cd8a4e1d308dee15ee6f0c2f8538cfec5aa388c28d471c63c469fe8f1b9646e7a77e2131c8f7d3059a1fae9f
7
+ data.tar.gz: 19012dec3242ec4abc0d25e078ad9e54a1f927c31910bfa64db64d7426178035aa6b813487602afa8f9949884101de0a44a1b31947d611fa1fdcda6b3e20064f
data/bin/shaorma ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ sleep 1.5
4
+ puts "Comanda ta a fost preluată! Va ajunge în #{rand(60)} minute!"
data/changelog.md ADDED
@@ -0,0 +1,4 @@
1
+ ### 0.0.1
2
+ (released 27/11/2013)
3
+
4
+ - first version, publish to github and rubygems
data/license.txt ADDED
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <http://unlicense.org/>
data/readme.md ADDED
@@ -0,0 +1,21 @@
1
+ # Shaorma
2
+
3
+ ## Description
4
+
5
+ Order food from your terminal. Joke gem.
6
+
7
+ ## Roadmap
8
+
9
+ - actually be able to order food
10
+
11
+ ## Installation
12
+
13
+ `gem install shaorma`
14
+
15
+ ## Usage
16
+
17
+ Run `shaorma` in a terminal. For extra fun, try `shaorma | say -v simona` on OSX or `say | espeak` on GNU/Linux.
18
+
19
+ ## License
20
+
21
+ Public domain.
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shaorma
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Theodor Văraru
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-11-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Order food from your terminal. Joke gem.
14
+ email:
15
+ - theo@tvararu.ro
16
+ executables:
17
+ - shaorma
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - license.txt
22
+ - readme.md
23
+ - changelog.md
24
+ - bin/shaorma
25
+ homepage: http://github.com/tvararu/shaorma.rb
26
+ licenses:
27
+ - license.txt
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.0.3
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Order food from your terminal. Joke gem.
49
+ test_files: []