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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 228c537392c38e112f934fcd5618bae54d1675e6
4
- data.tar.gz: ee2c73371a3b3317c908f9e295586683db882b3e
3
+ metadata.gz: 0b14fa88ea1e7548c22359054bb38d9a20b2fa9a
4
+ data.tar.gz: 92a334252383e7117346fc5d2760fad9fde87761
5
5
  SHA512:
6
- metadata.gz: c5de6ef46e26eb1f03f3bf6b988b24b7a39a266e9418695a2e34ab6c801c72d5523265e284a8bf0bfd47cb1aec604fe2b5ebb79adbc2e809c41c099705f97840
7
- data.tar.gz: 39fe1bd9ee44034bd16b42665c170db144e5b89271f8f6c8fcd45e9350b4f83f219a7e41dd3d022ca63a33f8eb7ab8d769e0e68e266e9434e861e31fd2a33766
6
+ metadata.gz: dea1c8e33ff24b907e888dc4843d852bed1559a7bec99f9f47911f53cb7a5f057b545307690f953de4e064c9d8eb664d292226307b74981ff2a618dbc3168b54
7
+ data.tar.gz: c690c52079c2b5630f13e02caad67e9996a745acb3a9f96e7bad421657874d221118205da506a6d4634b0e1818d147f7a53c78b80df7ce10d6c180229363ac10
@@ -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 Ubunut system. Tested with Ubunut 14.0.4}
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
 
@@ -1,3 +1,3 @@
1
1
  module AlarmCounter
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-27 00:00:00.000000000 Z
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 Ubunut system. Tested with Ubunut 14.0.4
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: []