Skip to content

Commit

Permalink
Remove dependency on hub gem
Browse files Browse the repository at this point in the history
Note in `--github` flag section of the README that the standalone
version of `hub` is required for it to work.
  • Loading branch information
Dan Croak committed Aug 3, 2013
1 parent 937459a commit 4bfcc13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs: specs:
suspenders (1.4.0) suspenders (1.4.0)
bundler (~> 1.3) bundler (~> 1.3)
hub (~> 1.10)
rails (= 4.0.0) rails (= 4.0.0)


GEM GEM
Expand Down Expand Up @@ -57,7 +56,6 @@ GEM
gherkin (2.12.0-x86-mingw32) gherkin (2.12.0-x86-mingw32)
multi_json (~> 1.3) multi_json (~> 1.3)
hike (1.2.3) hike (1.2.3)
hub (1.10.6)
i18n (0.6.4) i18n (0.6.4)
mail (2.5.4) mail (2.5.4)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand Down Expand Up @@ -96,7 +94,7 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
thor (0.18.1) thor (0.18.1)
thread_safe (0.1.0) thread_safe (0.1.2)
atomic atomic
tilt (1.4.1) tilt (1.4.1)
treetop (1.4.14) treetop (1.4.14)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ This has the same effect as running:
Github Github
------ ------


You can optionally create a Github repository: You can optionally create a Github repository for the suspended Rails app. It
requires that you have [Hub](https://github.com/github/hub) on your system:


curl http://hub.github.com/standalone -sLo ~/bin/hub && chmod +x ~/bin/hub
suspenders app --github organization/project suspenders app --github organization/project


This has the same effect as running: This has the same effect as running:
Expand Down
1 change: 0 additions & 1 deletion suspenders.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require 'date'
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2' s.required_ruby_version = '>= 1.9.2'
s.add_dependency 'bundler', '~> 1.3' s.add_dependency 'bundler', '~> 1.3'
s.add_dependency 'hub', '~> 1.10'
s.add_dependency 'rails', '4.0.0' s.add_dependency 'rails', '4.0.0'
s.add_development_dependency 'aruba', '~> 0.5.2' s.add_development_dependency 'aruba', '~> 0.5.2'
s.add_development_dependency 'cucumber', '~> 1.2' s.add_development_dependency 'cucumber', '~> 1.2'
Expand Down

0 comments on commit 4bfcc13

Please sign in to comment.