static_pages 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/static_pages.rb CHANGED
@@ -3,6 +3,6 @@ require "rails"
3
3
  module StaticPages
4
4
  PATH = 'pages'
5
5
  class Engine < Rails::Engine
6
- engine_name :pages
6
+ engine_name :static_pages
7
7
  end
8
8
  end
data/static_pages.gemspec CHANGED
@@ -9,7 +9,7 @@ PKG_FILES = FileList[
9
9
 
10
10
  spec = Gem::Specification.new do |s|
11
11
  s.name = "static_pages"
12
- s.version = "0.0.2"
12
+ s.version = "0.0.3"
13
13
  s.author = "Christian Weis"
14
14
  s.email = "christian.weis@gmail.com"
15
15
  s.homepage = "http://christian-weis.de/"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static_pages
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christian Weis