smallcage 0.1.1 → 0.1.2

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/.project CHANGED
@@ -1,11 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <projectDescription>
3
- <name>smallcage</name>
4
- <comment></comment>
5
- <projects>
6
- </projects>
7
- <buildSpec>
8
- </buildSpec>
9
- <natures>
10
- </natures>
11
- </projectDescription>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>smallcage</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ <buildCommand>
9
+ <name>org.rubypeople.rdt.core.rubybuilder</name>
10
+ <arguments>
11
+ </arguments>
12
+ </buildCommand>
13
+ </buildSpec>
14
+ <natures>
15
+ <nature>org.rubypeople.rdt.core.rubynature</nature>
16
+ </natures>
17
+ </projectDescription>
@@ -1,4 +1,8 @@
1
- == 0.1.1
1
+ == 0.1.2 2009-01-16
2
+
3
+ * stop using /dev/null for WEBrick access log.
4
+
5
+ == 0.1.1 2008-09-22
2
6
 
3
7
  * fix permissions.
4
8
  * remove render_markdown method from red_cloth_helper.rb. RedCloth can't format markdown.
data/bin/smc CHANGED
File without changes
@@ -8,7 +8,7 @@ module SmallCage
8
8
  @server = WEBrick::HTTPServer.new({
9
9
  :DocumentRoot => document_root,
10
10
  :Port => port,
11
- :AccessLog => [[File.open("/dev/null", "w+"), ""]]
11
+ :AccessLog => []
12
12
  })
13
13
 
14
14
  WEBrick::HTTPServlet::FileHandler.remove_handler("cgi")
@@ -2,7 +2,7 @@ module SmallCage #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smallcage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAITO Toshihiro
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2008-09-22 00:00:00 +09:00
14
+ date: 2009-01-16 00:00:00 +09:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  requirements:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
- version: 1.7.0
25
+ version: 1.8.0
26
26
  version:
27
27
  description: Lightweigt CMS Package.
28
28
  email:
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements: []
154
154
 
155
155
  rubyforge_project: smallcage
156
- rubygems_version: 1.2.0
156
+ rubygems_version: 1.3.1
157
157
  signing_key:
158
158
  specification_version: 2
159
159
  summary: Lightweigt CMS Package.