diff --git a/css_splitter.gemspec b/css_splitter.gemspec index 4a19196..f96dd16 100644 --- a/css_splitter.gemspec +++ b/css_splitter.gemspec @@ -5,12 +5,12 @@ require "css_splitter/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| - s.name = "css_splitter" + s.name = "css_splitter_opp_fork" s.version = CssSplitter::VERSION - s.authors = ["Christian Peters", "Jakob Hilden"] - s.email = ["christian.peters@zweitag.de", "jakobhilden@gmail.com"] - s.homepage = "https://github.com/zweilove/css_splitter" - s.summary = "CSS stylesheet splitter for Rails" + s.authors = ["Bob Firestone"] + s.email = ["rbfirestone@me.com"] + s.homepage = "https://github.com/bobfirestone/css_splitter" + s.summary = "A fork of CSS stylesheet splitter for Rails" s.description = "Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline." s.license = 'MIT'