slightcms 0.1.2 → 0.1.3

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.2
1
+ 0.1.3
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.2"
8
+ s.version = "0.1.3"
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"]
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  "VERSION",
29
29
  "app/controllers/slightcms/pages_controller.rb",
30
30
  "lib/generators/slightcms/install/install_generator.rb",
31
- "lib/generators/templates/README",
31
+ "lib/generators/slightcms/templates/README",
32
32
  "lib/slightcms.rb",
33
33
  "slightcms.gemspec",
34
34
  "spec/slightcms_spec.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: slightcms
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthias Nitsch
@@ -89,7 +89,7 @@ files:
89
89
  - VERSION
90
90
  - app/controllers/slightcms/pages_controller.rb
91
91
  - lib/generators/slightcms/install/install_generator.rb
92
- - lib/generators/templates/README
92
+ - lib/generators/slightcms/templates/README
93
93
  - lib/slightcms.rb
94
94
  - slightcms.gemspec
95
95
  - spec/slightcms_spec.rb
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- hash: 2114531438640312985
111
+ hash: 2108691658575249136
112
112
  segments:
113
113
  - 0
114
114
  version: "0"