redmine_wiki_exporter 0.0.2 → 0.0.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.0.2
1
+ 0.0.3
@@ -9,210 +9,7 @@ module RedmineWikiExporterModule
9
9
  <head>
10
10
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
11
11
  <title>Filament - Spec 050-130 World Zone - Aiming Redmine</title>
12
- <meta name="description" content="Redmine" />
13
- <meta name="keywords" content="issue,bug,tracker" />
14
- <meta name="csrf-param" content="authenticity_token"/>
15
- <meta name="csrf-token" content="F1GP2+Lh7OEwJ6fmrwldGI+nHQNgVhnSoQv29oMCLk4="/>
16
- <link rel='shortcut icon' href='/favicon.ico?1308721718' />
17
- <link href="/stylesheets/application.css?1306774282" media="all" rel="stylesheet" type="text/css" />
18
-
19
- <script src="/javascripts/prototype.js?1306774282" type="text/javascript"></script>
20
- <script src="/javascripts/effects.js?1306774282" type="text/javascript"></script>
21
- <script src="/javascripts/dragdrop.js?1306774282" type="text/javascript"></script>
22
- <script src="/javascripts/controls.js?1306774282" type="text/javascript"></script>
23
- <script src="/javascripts/application.js?1306774282" type="text/javascript"></script>
24
- <script type="text/javascript">
25
- //<![CDATA[
26
- Event.observe(window, 'load', function(){ new WarnLeavingUnsaved('このページから移動すると、保存されていないデータが失われます。'); });
27
- //]]>
28
- </script>
29
-
30
- <!--[if IE 6]>
31
- <style type="text/css">
32
- * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
33
- body {behavior: url(/stylesheets/csshover.htc?1306774282);}
34
- </style>
35
- <![endif]-->
36
-
37
-
38
- <style type="text/css">
39
- h1. Stylesheet
40
-
41
- @import url(/themes/fil/stylesheets/application.css);
42
-
43
- /* 見出し1 */
44
- .wiki h1 {
45
- padding: 4px 0px 2px 10px; /* 余白の幅 */
46
- border-width: 0px 0px 3px 20px; /* 枠の幅 */
47
- border-style: solid; /* 枠の種類 */
48
- line-height: 100%; /*行の高さ */
49
- }
50
-
51
- /* 見出し1 */
52
- .wiki h1 {
53
- padding: 4px 0px 2px 10px; /* 余白の幅 */
54
- border-width: 0px 0px 3px 20px; /* 枠の幅 */
55
- border-style: solid; /* 枠の種類 */
56
- line-height: 100%; /*行の高さ */
57
- }
58
-
59
- /* 見出し2 */
60
- .wiki h2 {
61
- padding: 4px 0px 0px 8px; /* 余白の幅 */
62
- border-width: 0px 0px 2px 15px; /* 枠の幅 */
63
- border-style: solid; /* 枠の種類 */
64
- margin:0.5em 0em 0.5em 0em; /* 上下の間隔 */
65
- border-color: #000000; /* 枠の色 */
66
- }
67
-
68
- /* 見出し3 */
69
- .wiki h3 {
70
- padding: 3px 0px 0px 6px; /* 余白の幅 */
71
- border-style: solid; /* 枠の種類 */
72
- border-width: 0px 0px 1px 10px; /* 枠の幅 */
73
- margin:0.5em 0em 0.5em 0.5em; /* 上下の間隔 */
74
- border-color: #333333; /* 枠の色 */
75
- }
76
-
77
- /* 見出し4 */
78
- .wiki h4 {
79
- padding: 3px 0px 0px 6px; /* 余白の幅 */
80
- border-style: solid; /* 枠の種類 */
81
- border-width: 0px 0px 1px 7px; /* 枠の幅 */
82
- margin:0.5em 50% 0.5em 1em; /* 上下の間隔 */
83
- }
84
-
85
- /* 見出し5 */
86
- .wiki h5 {
87
- padding: 3px 0px 0px 6px; /* 余白の幅 */
88
- border-style: solid; /* 枠の種類 */
89
- border-width: 0px 0px 0px 5px; /* 枠の幅 */
90
- margin:0.5em 1.3em; /* 上下の間隔 */
91
- }
92
-
93
- /* 見出し6 draft・memo用 */
94
- .wiki h6 {
95
- line-height: 130%; /* 行の高さ */
96
- margin:0.3em 0em; /* 上下の間隔 */
97
- }
98
-
99
- /* p */
100
- p {
101
- padding: 0px 0px 0px 2em; /* 余白の幅 */
102
- }
103
-
104
- /* pre */
105
- .wiki pre {
106
- padding: 3px 3px 3px 3px; /* 余白の幅 */
107
- border-width: 2px 2px 2px 2px; /* 枠の幅 */
108
- }
109
-
110
- .fc-r {
111
- color: #ff0000;
112
- }
113
-
114
- .fc-b {
115
- color: #0000ff;
116
- }
117
-
118
- .fc-g {
119
- color: #00ff00;
120
- }
121
-
122
- .fc-w {
123
- color: #ffffff;
124
- }
125
-
126
- .draft {
127
- font-size: 2em; /* 文字のサイズ */
128
- color: #ffffff; /* 文字の色 */
129
- background-color: #ff5555; /* 背景色 */
130
- line-height: 130%; /* 行の高さ */
131
- margin:0.3em 0em; /* 上下の間隔 */
132
- padding: 0.2em; /* 余白の幅 */
133
- }
134
-
135
- .p-a {
136
- font-size: 1em; /* 文字のサイズ */
137
- color: #ff0000; /* 文字の色 */
138
- padding: 0.1em; /* 余白の幅 */
139
- }
140
-
141
- .p-b {
142
- font-size: 1em; /* 文字のサイズ */
143
- color: #ff5500; /* 文字の色 */*/
144
- padding: 0.1em; /* 余白の幅 */
145
-
146
- }
147
-
148
- .p-c {
149
- font-size: 1em; /* 文字のサイズ */
150
- color: #ffaa00; /* 文字の色 */*/
151
- padding: 0.1em; /* 余白の幅 */
152
-
153
- }
154
-
155
- table {
156
- margin:0.2em 2em; /* 上下の間隔 */
157
- }
158
-
159
-
160
- li {
161
- margin:0.3em 0.5em; /* 上下の間隔 */
162
- }
163
-
164
-
165
- .dev {
166
- font-weight:bold; /* 太字 */
167
- }
168
-
169
- .art {
170
- font-weight:bold; /* 太字 */
171
- }
172
-
173
- .pln {
174
- font-weight:bold; /* 太字 */
175
- }
176
-
177
- .snd {
178
- font-weight:bold; /* 太字 */
179
- }
180
-
181
- .logic {
182
- font-weight:bold; /* 太字 */
183
- font-size: 1.3em; /* 文字のサイズ */
184
- background-color: #eaeaea; /* 背景色 */
185
- padding: 0.5em; /* 余白の幅 */
186
- line-height: 300%; /* 行の高さ */
187
- border-width: 1px 1px 1px 1px; /* 枠の幅 */
188
- border-style: solid; /* 枠の種類 */
189
- }
190
-
191
- .kari {
192
- font-weight:bold; /* 太字 */
193
- color: #ffffff; /* 文字の色 */
194
- background-color: #ff7777; /* 背景色 */
195
- border-width: 1px 1px 1px 1px; /* 枠の幅 */
196
- border-style: solid; /* 枠の種類 */
197
- }
198
- </style>
199
-
200
-
201
- <link href="/plugin_assets/redmine_wiki_extensions/stylesheets/wiki_extensions.css?1306928215" media="screen" rel="stylesheet" type="text/css" />
202
- <script src="/plugin_assets/redmine_wiki_extensions/javascripts/wiki_extensions.js?1306928215" type="text/javascript"></script>
203
-
204
- <script src="/plugin_assets/redmine_wiki_extensions/javascripts/tablesort.js?1306928215" type="text/javascript"></script>
205
- <script type="text/javascript">
206
- //TableSort.arrowNone = " ";
207
- TableSort.arrowUp = ' <img alt="Sort_asc" src="/images/sort_asc.png?1306774281" />';
208
- TableSort.arrowDown = ' <img alt="Sort_desc" src="/images/sort_desc.png?1306774281" />';
209
- </script>
210
-
211
-
212
-
213
- <!-- page specific tags -->
214
-
215
- <link href="/stylesheets/scm.css?1306774282" media="screen" rel="stylesheet" type="text/css" />
12
+ <link href="style.css" media="all" rel="stylesheet" type="text/css" />
216
13
  </head>
217
14
  <body>
218
15
  EOS
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{redmine_wiki_exporter}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Toshiyuki Hirooka}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_wiki_exporter
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-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hpricot
16
- requirement: &70322800451940 !ruby/object:Gem::Requirement
16
+ requirement: &70221391230780 !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: *70322800451940
24
+ version_requirements: *70221391230780
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mechanize
27
- requirement: &70322800451460 !ruby/object:Gem::Requirement
27
+ requirement: &70221391246660 !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: *70322800451460
35
+ version_requirements: *70221391246660
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rspec
38
- requirement: &70322800467340 !ruby/object:Gem::Requirement
38
+ requirement: &70221391246180 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 2.3.0
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70322800467340
46
+ version_requirements: *70221391246180
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: bundler
49
- requirement: &70322800466860 !ruby/object:Gem::Requirement
49
+ requirement: &70221391245700 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 1.0.0
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70322800466860
57
+ version_requirements: *70221391245700
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: jeweler
60
- requirement: &70322800466380 !ruby/object:Gem::Requirement
60
+ requirement: &70221391245220 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 1.6.4
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70322800466380
68
+ version_requirements: *70221391245220
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rcov
71
- requirement: &70322800465900 !ruby/object:Gem::Requirement
71
+ requirement: &70221391244740 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ! '>='
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '0'
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *70322800465900
79
+ version_requirements: *70221391244740
80
80
  description: redmine wiki exporter
81
81
  email: toshi.hirooka@gmail.com
82
82
  executables: []
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  segments:
115
115
  - 0
116
- hash: 73602615181501786
116
+ hash: 2377088924732986261
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  none: false
119
119
  requirements: