slightcms 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -1,4 +1,4 @@
1
- module Slightcms
1
+ module Slightcms
2
2
 
3
3
  module Generators
4
4
 
data/slightcms.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{slightcms}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matthias Nitsch"]
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "app/controllers/slightcms/pages_controller.rb",
30
- "lib/generators/slightcms/install.rb",
30
+ "lib/generators/slightcms/install/install_generator.rb",
31
31
  "lib/generators/templates/README",
32
32
  "lib/slightcms.rb",
33
33
  "slightcms.gemspec",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: slightcms
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthias Nitsch
@@ -88,7 +88,7 @@ files:
88
88
  - Rakefile
89
89
  - VERSION
90
90
  - app/controllers/slightcms/pages_controller.rb
91
- - lib/generators/slightcms/install.rb
91
+ - lib/generators/slightcms/install/install_generator.rb
92
92
  - lib/generators/templates/README
93
93
  - lib/slightcms.rb
94
94
  - slightcms.gemspec
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- hash: 259862384511765167
111
+ hash: 2114531438640312985
112
112
  segments:
113
113
  - 0
114
114
  version: "0"