simpleJira 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/client.rb +2 -2
  2. data/lib/simpleJira.rb +1 -0
  3. metadata +2 -1
data/lib/client.rb CHANGED
@@ -1,5 +1,5 @@
1
- require './comments.rb'
2
- require './transitions.rb'
1
+ require_relative 'comments.rb'
2
+ require_relative 'transitions.rb'
3
3
 
4
4
  module SimpleJira
5
5
  class Client
data/lib/simpleJira.rb ADDED
@@ -0,0 +1 @@
1
+ require_relative 'client.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simpleJira
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,6 +51,7 @@ extra_rdoc_files: []
51
51
  files:
52
52
  - lib/client.rb
53
53
  - lib/comments.rb
54
+ - lib/simpleJira.rb
54
55
  - lib/transitions.rb
55
56
  homepage: https://github.com/vaneyckt/SimpleJira
56
57
  licenses: []