ruby-slippers 0.1.11 → 0.1.40
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/test/integration/article_test.rb +1 -1
- data/test/integration/atom_test.rb +1 -1
- data/test/integration/ruby_slippers_test.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.40
|
@@ -6,8 +6,8 @@ module RubySlippers::Engine
|
|
6
6
|
@config = RubySlippers::Engine::Config.new(:markdown => true, :author => AUTHOR, :url => URL)
|
7
7
|
@ruby_slippers = Rack::MockRequest.new(RubySlippers::Engine::App.new(@config))
|
8
8
|
|
9
|
-
RubySlippers::Engine::Paths[:articles] = "test/fixtures/articles"
|
10
9
|
if File.expand_path("../../", __FILE__) =~ /engine/
|
10
|
+
RubySlippers::Engine::Paths[:articles] = "test/fixtures/articles"
|
11
11
|
RubySlippers::Engine::Paths[:templates] = "test/fixtures/templates"
|
12
12
|
RubySlippers::Engine::Paths[:pages] = "test/fixtures/pages"
|
13
13
|
end
|
@@ -6,8 +6,8 @@ module RubySlippers::Engine
|
|
6
6
|
@config = RubySlippers::Engine::Config.new(:markdown => true, :author => AUTHOR, :url => URL)
|
7
7
|
@ruby_slippers = Rack::MockRequest.new(RubySlippers::Engine::App.new(@config))
|
8
8
|
|
9
|
-
RubySlippers::Engine::Paths[:articles] = "test/fixtures/articles"
|
10
9
|
if File.expand_path("../../", __FILE__) =~ /engine/
|
10
|
+
RubySlippers::Engine::Paths[:articles] = "test/fixtures/articles"
|
11
11
|
RubySlippers::Engine::Paths[:templates] = "test/fixtures/templates"
|
12
12
|
RubySlippers::Engine::Paths[:pages] = "test/fixtures/pages"
|
13
13
|
end
|
@@ -7,8 +7,8 @@ module RubySlippers
|
|
7
7
|
@config = RubySlippers::Engine::Config.new(:markdown => true, :author => AUTHOR, :url => URL)
|
8
8
|
@ruby_slippers = Rack::MockRequest.new(RubySlippers::Engine::App.new(@config))
|
9
9
|
|
10
|
-
RubySlippers::Engine::Paths[:articles] = "test/fixtures/articles"
|
11
10
|
if File.expand_path("../../", __FILE__) =~ /engine/
|
11
|
+
RubySlippers::Engine::Paths[:articles] = "test/fixtures/articles"
|
12
12
|
RubySlippers::Engine::Paths[:templates] = "test/fixtures/templates"
|
13
13
|
RubySlippers::Engine::Paths[:pages] = "test/fixtures/pages"
|
14
14
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: ruby-slippers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.40
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- dreamr
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2011-06-
|
14
|
+
date: 2011-06-23 00:00:00 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rake
|