notiffany 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a9f84446bd9ebce63151a8cfbeaec5751b87527
4
- data.tar.gz: 11c8979a427acc450db364509b4e625bfb089c10
3
+ metadata.gz: dde85c012c86e68d72dab57c46eb5f5b61b61ce1
4
+ data.tar.gz: 797d7fa37d0b5bef2e1844fda1518c6a8831ed1b
5
5
  SHA512:
6
- metadata.gz: 7d8feb9d7b1acaa3efe6f87d978cb569d5c800dfa13e573e879c23ecd968721c273c5b8e4db5f68371a9a59e8a1c50a5efd2826e3cc35a72567c7bb4b2fbfb60
7
- data.tar.gz: 96e24159c9c8b767d74d2db3529b32d8e6e0a48e4b02df45bdb025cacf6e75ca3e02aac87c66dbef1b735a8ea7c3a893b2713285300157ee38ecb08e68fbd226
6
+ metadata.gz: 467bbb08c013d796509cab952917d0965aa69ad5e1c536f0bcfd1ab02c13b7eb2fc7e058fe37313bbce1c8151fe7369b6f9fbbc56df937cd00f7986ed4bd4a1a
7
+ data.tar.gz: d734a8e7e9013acf449ec3b3978b8295c7012533cf2001485afc802d34a2782642b3e52606ebb7c4dc9ac7cf7592c7e98014c448f3d94f8c324435075f20398e
@@ -6,6 +6,7 @@ module Notiffany
6
6
  HOSTS = {
7
7
  darwin: "Mac OS X",
8
8
  linux: "Linux",
9
+ 'linux-gnu' => "Linux",
9
10
  freebsd: "FreeBSD",
10
11
  openbsd: "OpenBSD",
11
12
  sunos: "SunOS",
@@ -28,7 +28,7 @@ module Notiffany
28
28
  }
29
29
 
30
30
  def _supported_hosts
31
- %w(darwin linux freebsd openbsd sunos solaris mswin mingw cygwin)
31
+ %w(darwin linux linux-gnu freebsd openbsd sunos solaris mswin mingw cygwin)
32
32
  end
33
33
 
34
34
  def _gem_name
@@ -19,7 +19,7 @@ module Notiffany
19
19
  private
20
20
 
21
21
  def _supported_hosts
22
- %w(linux freebsd openbsd sunos solaris)
22
+ %w(linux linux-gnu freebsd openbsd sunos solaris)
23
23
  end
24
24
 
25
25
  def _check_available(_opts = {})
@@ -23,7 +23,7 @@ module Notiffany
23
23
  private
24
24
 
25
25
  def _supported_hosts
26
- %w(linux freebsd openbsd sunos solaris)
26
+ %w(linux linux-gnu freebsd openbsd sunos solaris)
27
27
  end
28
28
 
29
29
  def _check_available(_opts = {})
@@ -1,3 +1,3 @@
1
1
  module Notiffany
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notiffany
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cezary Baginski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-09 00:00:00.000000000 Z
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nenv
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.4.3
110
+ rubygems_version: 2.4.5
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Notifier library (extracted from Guard project)