Preparing first release (0.1.0)
This commit is contained in:
		
							parent
							
								
									29bc2534b6
								
							
						
					
					
						commit
						5228159049
					
				@ -1,7 +1,8 @@
 | 
			
		||||
PATH
 | 
			
		||||
  remote: ./
 | 
			
		||||
  specs:
 | 
			
		||||
    refinerycms-wordpress-import (0.0.1)
 | 
			
		||||
    refinerycms-wordpress-import (0.1.0)
 | 
			
		||||
      bundler (~> 1.0)
 | 
			
		||||
      nokogiri (~> 1.4.4)
 | 
			
		||||
      refinerycms (~> 1.0.0)
 | 
			
		||||
      refinerycms-blog (~> 1.5.2)
 | 
			
		||||
 | 
			
		||||
@ -4,6 +4,8 @@ This litte project is an importer for WordPress XML dumps into refinerycms(-blog
 | 
			
		||||
 | 
			
		||||
So far, only blog-relevant data gets imported, I'm working on the cms pages part. 
 | 
			
		||||
 | 
			
		||||
You can find the source code on github: https://github.com/mremolt/refinerycms-wordpress-import
 | 
			
		||||
 | 
			
		||||
== Prerequisites
 | 
			
		||||
 | 
			
		||||
As refinerycms-wordpress-import is an addon for RefineryCMS, is shares the prerequisites with it.
 | 
			
		||||
 | 
			
		||||
@ -3,17 +3,21 @@
 | 
			
		||||
Gem::Specification.new do |s|
 | 
			
		||||
  s.name        = "refinerycms-wordpress-import"
 | 
			
		||||
  s.summary     = "Import WordPress XML dumps into refinerycms(-blog)."
 | 
			
		||||
  s.description = "This gem imports a WordPress Dump into refinerycms (Page, User) and refinerycms-blog (BlogPost, BlogCategory, Tag, BlogComment)"
 | 
			
		||||
  s.version     = "0.0.1"
 | 
			
		||||
  s.description = "This gem imports a WordPress XML dump into refinerycms (Page [soon], User) and refinerycms-blog (BlogPost, BlogCategory, Tag, BlogComment)"
 | 
			
		||||
  s.version     = "0.1.0"
 | 
			
		||||
  s.date        = "2011-06-03"
 | 
			
		||||
 | 
			
		||||
  s.authors     = ['Marc Remolt']
 | 
			
		||||
  s.date        = "2011-06-02"
 | 
			
		||||
  s.email       = 'marc.remolt@googlemail.com'
 | 
			
		||||
  s.homepage    = 'https://github.com/mremolt/refinerycms-wordpress-import'
 | 
			
		||||
  
 | 
			
		||||
  s.add_dependency 'bundler', '~> 1.0'
 | 
			
		||||
  s.add_dependency 'refinerycms', '~> 1.0.0'
 | 
			
		||||
  s.add_dependency 'refinerycms-blog', '~> 1.5.2'
 | 
			
		||||
  s.add_dependency 'nokogiri', '~> 1.4.4'
 | 
			
		||||
  #s.add_dependency 'acts-as-taggable-on'
 | 
			
		||||
 | 
			
		||||
  s.add_development_dependency 'rspec-rails'
 | 
			
		||||
  s.add_development_dependency 'database_cleaner'
 | 
			
		||||
 | 
			
		||||
  s.files       = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
 | 
			
		||||
  s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user