Initial commit
* Created project via Jose Valims brilliant enginex gem
This commit is contained in:
9
refinerycms_wordpress_import.gemspec
Normal file
9
refinerycms_wordpress_import.gemspec
Normal file
@@ -0,0 +1,9 @@
|
||||
# Provide a simple gemspec so you can easily use your enginex
|
||||
# project in your rails apps through git.
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "refinerycms_wordpress_import"
|
||||
s.summary = "Insert Refinerycms-wordpress-import summary."
|
||||
s.description = "Insert Refinerycms-wordpress-import description."
|
||||
s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
|
||||
s.version = "0.0.1"
|
||||
end
|
||||
Reference in New Issue
Block a user