manuscript 0.2.2 → 0.2.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.2.2
1
+ 0.2.3
@@ -15,8 +15,6 @@ module Manuscript
15
15
 
16
16
  def self.find_by_path(path)
17
17
  page_names = path.split("/")
18
- LOGGER.info("manuscript --> path: " + path.to_s)
19
- LOGGER.info("manuscript --> page_names: " + page_names.inspect)
20
18
  @page = self.main_pages.find_by_name(page_names.delete_at(0))
21
19
  raise ActiveRecord::RecordNotFound unless @page
22
20
  unless page_names.blank?
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{manuscript}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["hotink"]
@@ -1,6 +1,6 @@
1
1
  %html
2
2
  %head
3
- %meta{ "http-equiv"=>"content-type" "content" => "text/html;charset=UTF-8"}
3
+ %meta{ "http-equiv"=>"content-type", "content" => "text/html;charset=UTF-8"}
4
4
  %title Manuscript, simple content management
5
5
  %link{ :rel=>'stylesheet', :href=>'/css/base.css', :type=>'text/css', :media=>'screen' }
6
6
  %body
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manuscript
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hotink