caramelize 0.0.2 → 0.0.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/README.md +1 -1
- data/lib/caramelize/cli.rb +2 -1
- data/lib/caramelize/content_transferer.rb +0 -8
- data/lib/caramelize/version.rb +1 -1
- metadata +7 -7
data/README.md
CHANGED
|
@@ -31,7 +31,7 @@ to install the new gem right to the system.
|
|
|
31
31
|
|
|
32
32
|
### Use
|
|
33
33
|
|
|
34
|
-
$ caramelize create
|
|
34
|
+
$ caramelize create <directory>
|
|
35
35
|
|
|
36
36
|
Creates a template configuration file. This includes documentation on how to use the preset Wiki-connectors and how to write addition customized connectors.
|
|
37
37
|
|
data/lib/caramelize/cli.rb
CHANGED
|
@@ -2,12 +2,13 @@ require 'cmdparse'
|
|
|
2
2
|
require 'caramelize/version'
|
|
3
3
|
|
|
4
4
|
module Caramelize
|
|
5
|
+
autoload :ContentTransferer, 'caramelize/content_transferer'
|
|
5
6
|
module CLI
|
|
6
7
|
|
|
7
8
|
# Namespace for all classes that act as CLI commands.
|
|
8
9
|
autoload :RunCommand, 'caramelize/cli/run_command'
|
|
9
10
|
autoload :CreateCommand, 'caramelize/cli/create_command'
|
|
10
|
-
|
|
11
|
+
|
|
11
12
|
|
|
12
13
|
# This is the command parser class used for handling the webgen command line interface. After
|
|
13
14
|
# creating an instance, the inherited #parse method can be used for parsing the command line
|
data/lib/caramelize/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caramelize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2011-09-15 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mysql2
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2156326680 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2156326680
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: cmdparse
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2156326200 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2156326200
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: gollum
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &2156325620 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: 1.3.0
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *2156325620
|
|
47
47
|
description: By defining the access from the input to the output wiki you can migrate
|
|
48
48
|
any wiki.
|
|
49
49
|
email:
|