cms-lite 0.5.2 → 0.5.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.
Files changed (4) hide show
  1. data/Rakefile +3 -27
  2. data/VERSION +1 -1
  3. data/cms-lite.gemspec +5 -3
  4. metadata +2 -3
data/Rakefile CHANGED
@@ -51,33 +51,9 @@ begin
51
51
  gemspec.rubyforge_project = 'cms-lite'
52
52
  gemspec.add_dependency "babelphish"
53
53
  end
54
- rescue LoadError
55
- puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
56
- end
57
-
58
- # rubyforge tasks
59
- begin
60
- require 'rake/contrib/sshpublisher'
61
- namespace :rubyforge do
62
-
63
- desc "Release gem and RDoc documentation to RubyForge"
64
- task :release => ["rubyforge:release:gem", "rubyforge:release:docs"]
65
-
66
- namespace :release do
67
- desc "Publish RDoc to RubyForge."
68
- task :docs => [:rdoc] do
69
- config = YAML.load(
70
- File.read(File.expand_path('~/.rubyforge/user-config.yml'))
71
- )
72
-
73
- host = "#{config['username']}@rubyforge.org"
74
- remote_dir = "/var/www/gforge-projects/cms-lite/"
75
- local_dir = 'rdoc'
76
-
77
- Rake::SshDirPublisher.new(host, remote_dir, local_dir).upload
78
- end
79
- end
54
+ Jeweler::RubyforgeTasks.new do |rubyforge|
55
+ rubyforge.doc_task = "rdoc"
80
56
  end
81
57
  rescue LoadError
82
- puts "Rake SshDirPublisher is unavailable or your rubyforge environment is not configured."
58
+ puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
83
59
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.2
1
+ 0.5.3
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{cms-lite}
5
- s.version = "0.5.2"
8
+ s.version = "0.5.3"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Justin Ball"]
9
- s.date = %q{2009-08-08}
12
+ s.date = %q{2009-08-12}
10
13
  s.description = %q{CMS gem that makes it simple to interact with your content developers by serving pages from '/content'.}
11
14
  s.email = %q{justinball@gmail.com}
12
15
  s.extra_rdoc_files = [
@@ -324,7 +327,6 @@ Gem::Specification.new do |s|
324
327
  "test/rails_root/db/migrate/20090530170040_create_themes.rb",
325
328
  "test/rails_root/db/migrate/20090602041838_create_users.rb",
326
329
  "test/rails_root/db/migrate/20090606153236_create_domain_themes.rb",
327
- "test/rails_root/db/schema.rb",
328
330
  "test/rails_root/features/step_definitions/cms_steps.rb",
329
331
  "test/rails_root/features/step_definitions/common_steps.rb",
330
332
  "test/rails_root/features/step_definitions/webrat_steps.rb",
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.2
4
+ version: 0.5.3
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-08-08 00:00:00 -06:00
12
+ date: 2009-08-12 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -355,7 +355,6 @@ test_files:
355
355
  - test/rails_root/db/migrate/20090530170040_create_themes.rb
356
356
  - test/rails_root/db/migrate/20090602041838_create_users.rb
357
357
  - test/rails_root/db/migrate/20090606153236_create_domain_themes.rb
358
- - test/rails_root/db/schema.rb
359
358
  - test/rails_root/features/step_definitions/cms_steps.rb
360
359
  - test/rails_root/features/step_definitions/common_steps.rb
361
360
  - test/rails_root/features/step_definitions/webrat_steps.rb