suspenders 0.1.0.beta.3 → 0.1.0.beta.4

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.
data/suspenders.gemspec CHANGED
@@ -4,8 +4,8 @@ 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.3'
8
- s.date = '2010-10-04'
7
+ s.version = '0.1.0.beta.4'
8
+ s.date = '2010-10-06'
9
9
 
10
10
  s.summary = "Generate a Rails app using thoughtbot's best practices."
11
11
  s.description = <<-HERE
@@ -39,7 +39,7 @@ def download_file(uri_string, destination)
39
39
  end
40
40
 
41
41
  def origin
42
- "git@github.com:thoughtbot/suspenders-gem.git"
42
+ "git://github.com/thoughtbot/suspenders-gem.git"
43
43
  end
44
44
 
45
45
  def trout(destination_path)
@@ -16,7 +16,7 @@ gem "dynamic_form"
16
16
 
17
17
  # http://blog.davidchelimsky.net/2010/07/11/rspec-rails-2-generators-and-rake-tasks/
18
18
  group :development, :test, :cucumber do
19
- gem "rspec-rails", "~> 2.0.0.beta"
19
+ gem "rspec-rails", "~> 2.0.0.rc"
20
20
  gem "ruby-debug"
21
21
  end
22
22
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suspenders
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196405
4
+ hash: 62196411
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
10
  - beta
11
- - 3
12
- version: 0.1.0.beta.3
11
+ - 4
12
+ version: 0.1.0.beta.4
13
13
  platform: ruby
14
14
  authors:
15
15
  - thoughtbot
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-10-04 00:00:00 -04:00
20
+ date: 2010-10-06 00:00:00 -04:00
21
21
  default_executable: suspenders
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency