systemd-journal 1.0.2 → 1.1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: systemd-journal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Ledbetter
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-04 00:00:00.000000000 Z
12
+ date: 2014-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
@@ -73,11 +73,14 @@ files:
73
73
  - lib/systemd/ffi_size_t.rb
74
74
  - lib/systemd/id128.rb
75
75
  - lib/systemd/journal.rb
76
- - lib/systemd/journal/compat.rb
77
76
  - lib/systemd/journal/fields.rb
77
+ - lib/systemd/journal/filterable.rb
78
78
  - lib/systemd/journal/flags.rb
79
79
  - lib/systemd/journal/native.rb
80
+ - lib/systemd/journal/navigable.rb
80
81
  - lib/systemd/journal/version.rb
82
+ - lib/systemd/journal/waitable.rb
83
+ - lib/systemd/journal/writable.rb
81
84
  - lib/systemd/journal_entry.rb
82
85
  - lib/systemd/journal_error.rb
83
86
  - spec/no_ffi.rb
@@ -106,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
109
  version: '0'
107
110
  requirements: []
108
111
  rubyforge_project:
109
- rubygems_version: 2.0.7
112
+ rubygems_version: 2.0.3
110
113
  signing_key:
111
114
  specification_version: 4
112
115
  summary: Ruby bindings to libsystemd-journal