railsbricks.gemspec in phoenixbricks-3.2.6 vs railsbricks.gemspec in phoenixbricks-3.2.7

- old
+ new

@@ -6,11 +6,11 @@ s.required_ruby_version = '>= 2.0' s.executables << 'rbricks' s.date = Version.current_date s.summary = "Create Rails apps. Faster." s.description = "RailsBricks enables you to create Rails apps much faster by automating mundane setup tasks and configuring useful common gems for you. " - s.authors = ["Nico Schuele"] - s.email = 'nicoschuele@gmail.com' + s.authors = ["Nico Schuele", "Karthikeyan A K"] + s.email = ['nicoschuele@gmail.com', '77minds@gmail.com'] s.files = `git ls-files`.split($/) - s.homepage = 'http://www.railsbricks.net' + s.homepage = 'https://github.com/mindaslab/pheonixbricks' s.license = 'GNU GPL-3' end