confluencer 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
data/confluencer.gems CHANGED
@@ -1,3 +1,7 @@
1
- # confluencer generated gem export file. Note that any env variable settings will be missing. Append these after using a ';' field separator
1
+ # confluencer.gems generated gem export file. Note that any env variable settings will be missing. Append these after using a ';' field separator
2
+ gemcutter -v0.5.0
3
+ git -v1.2.5
4
+ jeweler -v1.4.0
5
+ json_pure -v1.4.2
2
6
  rspec -v1.3.0
3
-
7
+ rubyforge -v2.0.4
data/confluencer.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{confluencer}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gabor Ratky"]
@@ -1,5 +1,4 @@
1
1
  require 'xmlrpc/client'
2
- require 'ruby-debug'
3
2
 
4
3
  # Originally confluence4r, available at: http://confluence.atlassian.com/display/DISC/Confluence4r
5
4
 
data/lib/confluencer.rb CHANGED
@@ -1,9 +1,6 @@
1
1
  # ensure that lib is in the load path
2
2
  $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
- require 'rubygems'
5
- require 'thor'
6
-
7
4
  require 'confluence/client'
8
5
  require 'confluence/session'
9
6
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabor Ratky