Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jun 25, 2011
1 parent 6472757 commit 972b176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -14,9 +14,9 @@ end
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = 'bitfields'
gem.summary = "Save migrations and columns by storing multiple booleans in a single integer."
gem.email = "grosser.michael@gmail.com"
gem.name = 'virtual_asset_path'
gem.summary = "Instantly expired, cacheable assets, without query params"
gem.email = "michael@grosser.it"
gem.homepage = "http://github.com/grosser/#{gem.name}"
gem.authors = ["Michael Grosser"]
end
Expand Down
9 changes: 5 additions & 4 deletions bitfields.gemspec → virtual_asset_path.gemspec
Expand Up @@ -4,30 +4,31 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{bitfields}
s.name = %q{virtual_asset_path}
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
s.date = %q{2011-06-25}
s.email = %q{grosser.michael@gmail.com}
s.email = %q{michael@grosser.it}
s.files = [
"Gemfile",
"Gemfile.lock",
"Rakefile",
"Readme.md",
"VERSION",
"bitfields.gemspec",
"init.rb",
"lib/virtual_asset_path.rb",
"test/public/bar/foo.jpg",
"test/test_helper.rb",
"test/views/virtual_asset_path_test/index.erb",
"test/virtual_asset_path_test.rb"
]
s.homepage = %q{http://github.com/grosser/bitfields}
s.homepage = %q{http://github.com/grosser/virtual_asset_path}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{Save migrations and columns by storing multiple booleans in a single integer.}
s.summary = %q{Instantly expired, cacheable assets, without query params}

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 972b176

Please sign in to comment.