bard_static 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ Forked from kiskolabs/carpentry to change paths
2
+
1
3
  BardStatic
2
4
  =========
3
5
 
@@ -5,7 +5,7 @@ module BardStatic
5
5
 
6
6
  def serve
7
7
  env["bard_static.prototype"] = true
8
- render "mockups/#{params[:file_path]}"
8
+ render "mockups/#{params[:file_path]}", :layout => false
9
9
  end
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module BardStatic
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard_static
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Micah Geisel
@@ -34,7 +34,7 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
 
36
36
  files:
37
- - app/controllers/bard_static/static_controler.rb
37
+ - app/controllers/bard_static/static_controller.rb
38
38
  - lib/bard_static.rb
39
39
  - lib/bard_static/version.rb
40
40
  - lib/bard_static/no_robots_middleware.rb