Skip to content

Commit

Permalink
Changing gem name to amikula-sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
amikula committed Mar 15, 2010
1 parent 6e1f57c commit 9935c81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 67 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ spec/output
pkg
rspec_autotest.rb
/coverage/
/*.gemspec
10 changes: 5 additions & 5 deletions Rakefile
Expand Up @@ -22,14 +22,14 @@ end


Jeweler::Tasks.new do |gemspec|
gemspec.name = "sprite"
gemspec.name = "amikula-sprite"
gemspec.summary = "generate your css sprites automagically"
gemspec.description = "sprite is a rails/merb plugin that generates sprites for css, sass"
gemspec.email = "merbjedi@gmail.com"
gemspec.homepage = "http://github.com/merbjedi/sprite"
gemspec.authors = ["Jacques Crocker"]
gemspec.email = "amikula@gmail.com"
gemspec.homepage = "http://github.com/amikula/sprite"
gemspec.authors = ["Jacques Crocker", "Alf Mikula"]
gemspec.files.exclude '.gitignore'

# removing test files and specs from the gem to save space
gemspec.files -= Dir.glob("spec/**/*")
gemspec.test_files = []
Expand Down
62 changes: 0 additions & 62 deletions sprite.gemspec

This file was deleted.

0 comments on commit 9935c81

Please sign in to comment.