Skip to content

Commit

Permalink
[BUGFIX] Fixed the 'source' in the app generator to use 'https' expli…
Browse files Browse the repository at this point in the history
…citly
  • Loading branch information
srushti committed Mar 18, 2013
1 parent c3609cb commit d888b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/app_generator.feature
Expand Up @@ -42,7 +42,7 @@ Feature: Adhearsion App Generator
And the file "Rakefile" should contain "adhearsion/tasks"
And the file "Gemfile" should contain each of these content parts:
"""
source :rubygems
source 'https://rubygems.org
gem 'adhearsion-asterisk'
"""
And the file "lib/simon_game.rb" should contain "class SimonGame"
Expand Down
2 changes: 1 addition & 1 deletion lib/adhearsion/generators/app/templates/Gemfile.erb
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

gem "adhearsion", "~> <%= Adhearsion::VERSION.split('.')[0,2].join('.') %>"

Expand Down

0 comments on commit d888b05

Please sign in to comment.