alarm_counter 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/alarm_counter.gemspec +1 -1
- data/lib/alarm_counter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b14fa88ea1e7548c22359054bb38d9a20b2fa9a
|
4
|
+
data.tar.gz: 92a334252383e7117346fc5d2760fad9fde87761
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dea1c8e33ff24b907e888dc4843d852bed1559a7bec99f9f47911f53cb7a5f057b545307690f953de4e064c9d8eb664d292226307b74981ff2a618dbc3168b54
|
7
|
+
data.tar.gz: c690c52079c2b5630f13e02caad67e9996a745acb3a9f96e7bad421657874d221118205da506a6d4634b0e1818d147f7a53c78b80df7ce10d6c180229363ac10
|
data/alarm_counter.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["shantanu020623@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{A basic alarm or counter program}
|
13
|
-
spec.description = %q{This alarm or counter program can be run if the system has ruby installed. It is to be run through the terminal of an
|
13
|
+
spec.description = %q{This alarm or counter program can be run if the system has ruby installed. It is to be run through the terminal of an Ubuntu system. Tested with Ubuntu 14.0.4}
|
14
14
|
spec.homepage = ""
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alarm_counter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shantanu Chaturvedi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
41
|
description: This alarm or counter program can be run if the system has ruby installed.
|
42
|
-
It is to be run through the terminal of an
|
42
|
+
It is to be run through the terminal of an Ubuntu system. Tested with Ubuntu 14.0.4
|
43
43
|
email:
|
44
44
|
- shantanu020623@gmail.com
|
45
45
|
executables: []
|