cms-lite 0.5.3 → 0.5.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/cms-lite.gemspec +4 -5
- metadata +6 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.4
|
data/cms-lite.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{cms-lite}
|
|
8
|
-
s.version = "0.5.
|
|
8
|
+
s.version = "0.5.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ball"]
|
|
12
|
-
s.date = %q{2009-
|
|
12
|
+
s.date = %q{2009-10-01}
|
|
13
13
|
s.description = %q{CMS gem that makes it simple to interact with your content developers by serving pages from '/content'.}
|
|
14
14
|
s.email = %q{justinball@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -298,12 +298,11 @@ Gem::Specification.new do |s|
|
|
|
298
298
|
"test/rails_root/vendor/plugins/validation_reflection/test/validation_reflection_test.rb",
|
|
299
299
|
"uninstall.rb"
|
|
300
300
|
]
|
|
301
|
-
s.has_rdoc = true
|
|
302
301
|
s.homepage = %q{http://github.com/jbasdf/cms_lite}
|
|
303
302
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
304
303
|
s.require_paths = ["lib"]
|
|
305
304
|
s.rubyforge_project = %q{cms-lite}
|
|
306
|
-
s.rubygems_version = %q{1.3.
|
|
305
|
+
s.rubygems_version = %q{1.3.5}
|
|
307
306
|
s.summary = %q{Simple CMS system}
|
|
308
307
|
s.test_files = [
|
|
309
308
|
"test/rails_root/app/controllers/application_controller.rb",
|
|
@@ -349,7 +348,7 @@ Gem::Specification.new do |s|
|
|
|
349
348
|
|
|
350
349
|
if s.respond_to? :specification_version then
|
|
351
350
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
352
|
-
s.specification_version =
|
|
351
|
+
s.specification_version = 3
|
|
353
352
|
|
|
354
353
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
355
354
|
s.add_runtime_dependency(%q<babelphish>, [">= 0"])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cms-lite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-10-01 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -309,6 +309,8 @@ files:
|
|
|
309
309
|
- uninstall.rb
|
|
310
310
|
has_rdoc: true
|
|
311
311
|
homepage: http://github.com/jbasdf/cms_lite
|
|
312
|
+
licenses: []
|
|
313
|
+
|
|
312
314
|
post_install_message:
|
|
313
315
|
rdoc_options:
|
|
314
316
|
- --charset=UTF-8
|
|
@@ -329,9 +331,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
329
331
|
requirements: []
|
|
330
332
|
|
|
331
333
|
rubyforge_project: cms-lite
|
|
332
|
-
rubygems_version: 1.3.
|
|
334
|
+
rubygems_version: 1.3.5
|
|
333
335
|
signing_key:
|
|
334
|
-
specification_version:
|
|
336
|
+
specification_version: 3
|
|
335
337
|
summary: Simple CMS system
|
|
336
338
|
test_files:
|
|
337
339
|
- test/rails_root/app/controllers/application_controller.rb
|