since_potter 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a3bd93dd6542849f0e9cf253ea29c0b8f1d5edce
4
+ data.tar.gz: 1f867cc75e5bab24fd3c3be88113360f82d7697e
5
+ SHA512:
6
+ metadata.gz: a9da8b03355a93f402e2ddaac878fcb538e00ac8a17c7e294aec5db5a3563b7cdf2481af9f7d75589e4460d65b73bc980d54da7e547940fc7ab4457c172cd975
7
+ data.tar.gz: deec68815d8a3c422f9675d5514d4057104e5d6bb5355b5c485ad2cb31164490ad37bf3c5da0137ed4e3961fa8a1755c91e3fc4649a7d74a13a07194e966c5c1
data/bin/since_potter ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ start = Time.now
4
+
5
+ loop do
6
+ surpassed = " #{(Time.now - start).to_i}"
7
+ print surpassed
8
+ print "\b" * surpassed.to_s.size
9
+ sleep 1
10
+ end
@@ -0,0 +1,3 @@
1
+ require 'since_potter/version'
2
+ class SincePotter
3
+ end
@@ -0,0 +1,4 @@
1
+ class SincePotter
2
+ VERSION = '0.0.0'
3
+ end
4
+
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: since_potter
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ruby in Hollywood
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A gem which can act as a countdown and stopwatch
14
+ email: rubyinhollywood@gmail.com
15
+ executables:
16
+ - since_potter
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/since_potter
21
+ - lib/since_potter.rb
22
+ - lib/since_potter/version.rb
23
+ homepage: https://github.com/RubyinHollywood/since_potter#readme
24
+ licenses:
25
+ - MIT
26
+ - WTFPL
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.2.2
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: A countdown and stopwatch
48
+ test_files: []
49
+ has_rdoc: