Skip to content

Commit

Permalink
Renamed to egg-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Evans committed Feb 24, 2012
1 parent 0ff1139 commit b655e00
Show file tree
Hide file tree
Showing 24 changed files with 84 additions and 1,196 deletions.
6 changes: 3 additions & 3 deletions egg.gemspec → egg-rails.gemspec
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "egg/version"
require "egg-rails/version"

Gem::Specification.new do |s|
s.name = "egg"
s.version = Egg::VERSION
s.name = "egg-rails"
s.version = Egg::Rails::VERSION
s.authors = ["Mark Evans"]
s.email = ["mark@new-bamboo.co.uk"]
s.homepage = ""
Expand Down

0 comments on commit b655e00

Please sign in to comment.