suspenders 0.1.0.beta.5 → 0.1.0.beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'suspenders'
7
- s.version = '0.1.0.beta.5'
7
+ s.version = '0.1.0.beta.6'
8
8
  s.date = '2010-11-9'
9
9
 
10
10
  s.summary = "Generate a Rails app using thoughtbot's best practices."
@@ -71,7 +71,7 @@ say "Let's use jQuery"
71
71
  trout "public/javascripts/#{file}.js"
72
72
  end
73
73
 
74
- download_file "http://github.com/rails/jquery-ujs/raw/master/src/rails.js",
74
+ download_file "https://github.com/rails/jquery-ujs/raw/master/src/rails.js",
75
75
  "public/javascripts/rails.js"
76
76
 
77
77
  say "Pulling in some common javascripts"
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 1
8
8
  - 0
9
9
  - beta
10
- - 5
11
- version: 0.1.0.beta.5
10
+ - 6
11
+ version: 0.1.0.beta.6
12
12
  platform: ruby
13
13
  authors:
14
14
  - thoughtbot