usblamp 0.1.1 → 0.2.0
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.
- checksums.yaml +4 -4
- data/lib/usblamp/version.rb +1 -1
- data/usblamp.gemspec +2 -2
- 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: 4718ae677ae2363aeb7771b84580edb428ce183c
|
4
|
+
data.tar.gz: 33e30edd3836f10d91db98d293531e5e1b68828b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92372d2bd7c06138ea09530be32b137d2fb276446865257e213cb9d928e85c246debf5bd42d2d8c9d07ea2a61ab898a3dd5d07b930be96a1fbf3c8ef53f82f3e
|
7
|
+
data.tar.gz: 71c66461d4353a17a7591ba47f3e4266e98519798ba66f4608dfa4f42a915b1faf17d20a34726a1ad15838f0360fd68ed85e62eb5a27ec945ce7f36fdb8bb0d8
|
data/lib/usblamp/version.rb
CHANGED
data/usblamp.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.authors = ['Pierre Rambaud']
|
9
9
|
s.email = 'pierre.rambaud86@gmail.com'
|
10
10
|
s.license = 'GPL-3.0'
|
11
|
-
s.summary = 'WebMail Notifier ruby
|
11
|
+
s.summary = 'WebMail Notifier with ruby (Dream Cheeky).'
|
12
12
|
s.homepage = 'https://github.com/PierreRambaud/usblamp'
|
13
|
-
s.description = '
|
13
|
+
s.description = 'WebMail Notifier with ruby (Dream Cheeky).'
|
14
14
|
s.executables = ['usblamp']
|
15
15
|
|
16
16
|
s.files = File.read(File.expand_path('../MANIFEST', __FILE__)).split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: usblamp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pierre Rambaud
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
- - ~>
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0.25'
|
97
|
-
description:
|
97
|
+
description: WebMail Notifier with ruby (Dream Cheeky).
|
98
98
|
email: pierre.rambaud86@gmail.com
|
99
99
|
executables:
|
100
100
|
- usblamp
|
@@ -148,6 +148,6 @@ rubyforge_project:
|
|
148
148
|
rubygems_version: 2.0.14
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
|
-
summary: WebMail Notifier ruby
|
151
|
+
summary: WebMail Notifier with ruby (Dream Cheeky).
|
152
152
|
test_files: []
|
153
153
|
has_rdoc:
|