Skip to content

Commit

Permalink
Fixed for use with bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueVidal committed Jul 31, 2010
1 parent 8100a6a commit 23b610b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions lib/sexy_bookmarks.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'sexy_bookmarks_macros_helper'

module SexyBookmarks
def self.included(base)
base.extend(ClassMethods)
Expand Down
24 changes: 12 additions & 12 deletions sexy_bookmarks.gemspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Gem::Specification.new do |gem|
gem.name = "sexy_bookmarks"
gem.version = "0.1"
gem.authors = [ "Enrique Vidal"]
gem.email = "enrique@cloverinteractive.com"
gem.homepage = "http://github.com/EnriqueVidal/sexy_bookmarks"
gem.summary = "An easy to use rails port of sexybookmarks"
gem.name = "sexy_bookmarks"
gem.version = "0.1.1"
gem.authors = [ "Enrique Vidal"]
gem.email = "enrique@cloverinteractive.com"
gem.homepage = "http://github.com/EnriqueVidal/sexy_bookmarks"
gem.summary = "An easy to use rails port of sexybookmarks"

gem.description = "SexyBookmarks is only a rails port of wordpress popular plugin sexy bookmarks."
gem.description = "SexyBookmarks is only a rails port of wordpress popular plugin sexy bookmarks."

gem.files = Dir[ "lib/**/*.rb", "[A-Z]*", "init.rb", "sexy_bookmarks.gemspec", "lib/fixtures/*.yml", "lib/sexybookmarks/*/*/*/*" ]
gem.test_files = Dir[ "test/**/*" ]
gem.require_path = "lib"
gem.files = Dir[ "lib/**/*.rb", "[A-Z]*", "init.rb", "sexy_bookmarks.gemspec", "lib/fixtures/*.yml", "lib/sexybookmarks/*/*/*/*" ]
gem.test_files = Dir[ "test/**/*" ]
gem.require_path = "lib"

gem.extra_rdoc_files = Dir[ "*.rdoc" ]
gem.rdoc_options = ["--charset=UTF-8", "--exclude=lib/sexy_bookmarks/assets"]
gem.extra_rdoc_files = Dir[ "*.rdoc" ]
gem.rdoc_options = ["--charset=UTF-8", "--exclude=lib/sexy_bookmarks/assets"]
end

0 comments on commit 23b610b

Please sign in to comment.