ruby-bugzilla 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/bugzilla.rb +1 -1
  3. metadata +5 -5
data/Rakefile CHANGED
@@ -13,8 +13,8 @@ begin
13
13
  gem.authors = ["Akira TAGOH"]
14
14
  #gem.rubyforge_project = "ruby-bugzilla"
15
15
  gem.add_development_dependency "rspec", ">= 1.2.9"
16
- gem.add_development_dependency "gruff"
17
- gem.add_development_dependency "highline"
16
+ gem.add_runtime_dependency "gruff"
17
+ gem.add_runtime_dependency "highline"
18
18
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
19
19
  gem.version = Bugzilla::VERSION
20
20
  gem.files = FileList['bin/*', 'lib/**/*.rb', '[A-Z]*', 'test/**/*'].to_a.reject{|x| x =~ /~\Z|#\Z|swp\Z/}
data/lib/bugzilla.rb CHANGED
@@ -30,7 +30,7 @@ require 'xmlrpc/client'
30
30
 
31
31
  module Bugzilla
32
32
 
33
- VERSION = "0.3.0"
33
+ VERSION = "0.3.1"
34
34
 
35
35
  =begin rdoc
36
36
 
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Akira TAGOH
@@ -46,7 +46,7 @@ dependencies:
46
46
  segments:
47
47
  - 0
48
48
  version: "0"
49
- type: :development
49
+ type: :runtime
50
50
  version_requirements: *id002
51
51
  - !ruby/object:Gem::Dependency
52
52
  name: highline
@@ -60,7 +60,7 @@ dependencies:
60
60
  segments:
61
61
  - 0
62
62
  version: "0"
63
- type: :development
63
+ type: :runtime
64
64
  version_requirements: *id003
65
65
  description: This aims to provide similar features to access to Bugzilla through WebService APIs in Ruby.
66
66
  email: akira@tagoh.org