ruby-bugzilla 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. data/lib/bugzilla.rb +2 -1
  2. metadata +4 -4
data/lib/bugzilla.rb CHANGED
@@ -30,7 +30,7 @@ require 'xmlrpc/client'
30
30
 
31
31
  module Bugzilla
32
32
 
33
- VERSION = "0.3.1"
33
+ VERSION = "0.3.2"
34
34
 
35
35
  =begin rdoc
36
36
 
@@ -764,6 +764,7 @@ Keeps the bugzilla session during doing something in the block.
764
764
  yield
765
765
  conf[host] = @iface.cookie
766
766
  File.open(fname, 'w') {|f| f.chmod(0600); f.write(conf.to_yaml)}
767
+ return
767
768
  end
768
769
  end
769
770
  if user.nil? || password.nil? then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-bugzilla
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Akira TAGOH
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-08 00:00:00 +09:00
18
+ date: 2010-09-16 00:00:00 +09:00
19
19
  default_executable: bzconsole
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency