confluencer 0.2.2 → 0.2.3
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.
- data/VERSION +1 -1
- data/confluencer.gems +6 -2
- data/confluencer.gemspec +1 -1
- data/lib/confluence/client.rb +0 -1
- data/lib/confluencer.rb +0 -3
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.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
data/lib/confluence/client.rb
CHANGED
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
|
|