slightcms 0.1.3 → 0.1.4
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 +1 -1
- data/slightcms.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.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.
|
|
8
|
+
s.version = "0.1.4"
|
|
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"]
|
|
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
|
|
|
37
37
|
s.homepage = %q{http://github.com/mnitsch/slightcms}
|
|
38
38
|
s.licenses = ["MIT"]
|
|
39
39
|
s.require_paths = ["lib"]
|
|
40
|
-
s.rubygems_version = %q{1.6.
|
|
40
|
+
s.rubygems_version = %q{1.6.1}
|
|
41
41
|
s.summary = %q{A small cms to drop into existing rails applications.}
|
|
42
42
|
s.test_files = [
|
|
43
43
|
"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.
|
|
5
|
+
version: 0.1.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Matthias Nitsch
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
requirements:
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
hash:
|
|
111
|
+
hash: 3257832365928556051
|
|
112
112
|
segments:
|
|
113
113
|
- 0
|
|
114
114
|
version: "0"
|
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
requirements: []
|
|
122
122
|
|
|
123
123
|
rubyforge_project:
|
|
124
|
-
rubygems_version: 1.6.
|
|
124
|
+
rubygems_version: 1.6.1
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 3
|
|
127
127
|
summary: A small cms to drop into existing rails applications.
|