Skip to content

Commit cdac530

Browse files
committed
mod gemspec
1 parent 92c324c commit cdac530

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css_splitter.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ require "css_splitter/version"
55

66
# Describe your gem and declare its dependencies:
77
Gem::Specification.new do |s|
8-
s.name = "css_splitter"
8+
s.name = "css_splitter_opp_fork"
99
s.version = CssSplitter::VERSION
10-
s.authors = ["Christian Peters", "Jakob Hilden"]
11-
s.email = ["christian.peters@zweitag.de", "jakobhilden@gmail.com"]
12-
s.homepage = "https://github.com/zweilove/css_splitter"
13-
s.summary = "CSS stylesheet splitter for Rails"
10+
s.authors = ["Bob Firestone"]
11+
s.email = ["rbfirestone@me.com"]
12+
s.homepage = "https://github.com/bobfirestone/css_splitter"
13+
s.summary = "A fork of CSS stylesheet splitter for Rails"
1414
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."
1515
s.license = 'MIT'
1616

0 commit comments

Comments
 (0)