pacct 0.8.0-universal-linux → 0.8.1-universal-linux
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pacct/version.rb +1 -1
- data/pacct.gemspec +1 -1
- data/spec/log_spec.rb +1 -1
- metadata +3 -3
data/lib/pacct/version.rb
CHANGED
data/pacct.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["blm768@gmail.com"]
|
11
11
|
gem.description = %q{A C extension library for parsing accounting files in acct(5) format}
|
12
12
|
gem.summary = %q{A C extension library for parsing accounting files in acct(5) format}
|
13
|
-
gem.homepage = "https://github.com/blm768/
|
13
|
+
gem.homepage = "https://github.com/blm768/pacct"
|
14
14
|
gem.platform = Gem::Platform.new('universal-linux')
|
15
15
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
data/spec/log_spec.rb
CHANGED
@@ -108,7 +108,7 @@ describe Pacct::Log do
|
|
108
108
|
log.close
|
109
109
|
str = "The file '/dev/null' has already been closed."
|
110
110
|
expect { log.each_entry }.to raise_error(str)
|
111
|
-
expect { log.write_entry }.to raise_error(str)
|
111
|
+
expect { log.write_entry(nil) }.to raise_error(str)
|
112
112
|
expect { log.last_entry }.to raise_error(str)
|
113
113
|
end
|
114
114
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pacct
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
prerelease:
|
6
6
|
platform: universal-linux
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -52,7 +52,7 @@ files:
|
|
52
52
|
- spec/log_spec.rb
|
53
53
|
- spec/pacct_spec.rb
|
54
54
|
- spec/spec_helper.rb
|
55
|
-
homepage: https://github.com/blm768/
|
55
|
+
homepage: https://github.com/blm768/pacct
|
56
56
|
licenses: []
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|