caramelize 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
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 --config=config.rb
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
 
@@ -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
- autoload :ContentTransferer, 'caramelize/content_transferer'
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
@@ -51,14 +51,6 @@ module Caramelize
51
51
  end
52
52
  end
53
53
  end
54
-
55
-
56
- #lemma = wiki.revisions_by_title "dahie"
57
- #for page in lemma
58
- # puts page.time
59
- #end
60
-
61
54
  end
62
55
  end
63
-
64
56
  end
@@ -1,3 +1,3 @@
1
1
  module Caramelize
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: &2156383180 !ruby/object:Gem::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: *2156383180
24
+ version_requirements: *2156326680
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: cmdparse
27
- requirement: &2156380360 !ruby/object:Gem::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: *2156380360
35
+ version_requirements: *2156326200
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: gollum
38
- requirement: &2156379560 !ruby/object:Gem::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: *2156379560
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: