vlada 0.0.28

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/vlada +7 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c6512a413302a5c8c6b669f1ca7f914651c0d7bb
4
+ data.tar.gz: b4e792571a7d9aa9bb5f937735c9eea247c76445
5
+ SHA512:
6
+ metadata.gz: 33fc819d2af4c3d8822db858a9acd21ededac3d90e87e533079f0421b7244cdef31da8b380a2d0c82b15b6e3755dc28ca6fc4db09cca2ce0cdd99986ddac12ce
7
+ data.tar.gz: f9d72f48768b7c6083eaed488857ee904595aa0d65698d8beb4bd9929a5bd7fb5e94147e8cc91d2e9d72b71726f1f6a354b5b795a7aa24564d7747e2871e0c70
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+ require "base64"
3
+ n = File.read(File.expand_path('~/.vlada')).to_i rescue 10
4
+ puts Base64.decode64("VGhlcmUgaXMgbW9yZSB0byBsaWZlIHRoYW4gYmVpbmcgc3RyZXNzZWQuIEp1\nc3QgZG8gbm90aGluZyBmb3IgJXMgc2Vjb25kcw==\n") % n
5
+ n.times.to_a.reverse.each { |i| print "\r #{i} \r"; sleep 1 }
6
+ File.write(File.expand_path('~/.vlada'), (n + 1).to_s)
7
+ puts "Well done! Carry on... "
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vlada
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.28
5
+ platform: ruby
6
+ authors:
7
+ - Alex Kotliarskyi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Just wait.
14
+ email:
15
+ - alex.frantic@gmail.com
16
+ executables:
17
+ - vlada
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/vlada
22
+ homepage: ''
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.2.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Nothing fancy
46
+ test_files: []