Skip to content

Commit 50300bc

Browse files
committed
gemspec update
1 parent ae8da84 commit 50300bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rails_script.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
77
spec.name = 'rails_script'
88
spec.version = RailsScript::VERSION
99
spec.authors = ['Kevin Pheasey']
10-
spec.email = ['kevin.pheasey@gmail.com']
10+
spec.email = ['kevin@kpheasey.com']
1111
spec.summary = %q{A Rails-centric, object oriented, featherweight framework for writting CoffeeScript}
1212
spec.description = %q{Rails Script is a Rails-centric, object oriented, featherweight framework for writting CoffeeScript. It is optomized for the Rails Asset Pipeline and is compatible with TurboLinks. Using Rails controller names and actions to call JavaScript, it has never been easier to write clean, concise, and maintanable page specific JavaScript.}
13-
spec.homepage = 'https://github.com/gemgento/rails_script'
13+
spec.homepage = 'https://github.com/kpheasey/rails_script'
1414
spec.license = 'MIT'
1515

1616
spec.files = `git ls-files -z`.split("\u0000")

0 commit comments

Comments
 (0)