sinatra-pages 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +5 -5
  2. data/Rakefile +1 -1
  3. metadata +2 -2
data/README.markdown CHANGED
@@ -15,11 +15,11 @@ You should take into account that this library have the following dependencies:
15
15
  Before plug in this extension, you should create the following file structure inside your application.
16
16
 
17
17
  app/
18
- |- config.ru
19
- |- views/
20
- |- home.haml
21
- |- layout.haml
22
- |- not_found.haml
18
+ |- config.ru
19
+ |- views/
20
+ |- home.haml
21
+ |- layout.haml
22
+ |- not_found.haml
23
23
 
24
24
  Then, you just need to plug it in inside your *config.ru* file.
25
25
 
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ Rake::GemPackageTask.new GEM do |package|
16
16
  end
17
17
 
18
18
  desc "Install the generated Gem into your system."
19
- task :install => [:clean, :rdoc, :package] do
19
+ task :install => [:clean, :package] do
20
20
  sh 'gem19 install pkg/*.gem'
21
21
  end
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Javier Cicchelli
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-16 00:00:00 +01:00
12
+ date: 2010-01-17 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency