Skip to content

Commit

Permalink
adjusted gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stasl committed Mar 22, 2012
1 parent 65a47a5 commit 27439bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions refinerycms-page-images.gemspec

This file was deleted.

16 changes: 16 additions & 0 deletions refinerycms-page-resources.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-page-resources}
s.version = %q{0.0.1}
s.description = %q{Page Resources Engine for Refinery CMS}
s.date = Date.today.strftime("%Y-%m-%d")
s.summary = %q{Page Resources Engine for Refinery CMS}
s.email = %q{stas.ladonenko@gmail.com}
s.homepage = %q{http://github.com/stasl/refinerycms-page-resources}
s.authors = ['Stas Ladonenko']
s.require_paths = %w(lib)

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

s.add_dependency 'refinerycms-pages', '~> 2.1.0.dev'
end

0 comments on commit 27439bc

Please sign in to comment.