lib/templates/new_blog/Gemfile in schnitzelpress-0.0.12 vs lib/templates/new_blog/Gemfile in schnitzelpress-0.0.13
- old
+ new
@@ -7,11 +7,11 @@
# For now, we're going to be using the development versions of
# schnitzelstyle and schnitzelpress. I told you you were about
# to live dangerously!
#
-gem 'schnitzelstyle', git: 'git://github.com/teamschnitzel/schnitzelstyle.git'
-gem 'schnitzelpress', git: 'git://github.com/teamschnitzel/schnitzelpress.git'
+gem 'schnitzelstyle', :git => 'git://github.com/hmans/schnitzelstyle.git'
+gem 'schnitzelpress', :git => 'git://github.com/hmans/schnitzelpress.git'
# If you'd prefer to use the officially released versions,
# use these instead:
#
# gem 'schnitzelstyle'