Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 20, 2008
1 parent 31b5844 commit e59887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yehuda Katz"]
s.date = %q{2008-05-18}
s.date = %q{2008-05-19}
s.description = %q{A gem that maps options to a class}
s.email = %q{wycats@gmail.com}
s.executables = ["thor", "rake2thor"]
Expand Down

6 comments on commit e59887c

@Soleone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I still can’t install the Gem. It is not in this list:
" gem list -r —source=http://gems.github.com".

Has it worked for anyone yet?

@eventualbuddha
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Soleone: This worked for me:

sudo gem install wycats-thor —source=http://gems.github.com

@edwinmoss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This worked for me as well, though copy and paste from the previous comment did not, I had to type it in manually (note the space before —source):

sudo gem install wycats-thor —source=http://gems.github.com

@cypher
Copy link
Contributor

@cypher cypher commented on e59887c May 20, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is GitHubs text formatting interfering, merging the two dashes in front of source, and removing the preceding space.
I’ll try it with textile formatting:
sudo gem install wycats-thor --source=http://gems.github.com

@Soleone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sudo gem install wycats-thor --source=http://gems.github.com


Updating metadata for 239 gems from http://gems.github.com/ ............................................................................................................................................................................................................................................... complete ERROR: could not find wycats-thor locally or in a repository

I don’t get it…

@Soleone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for breaking the formating, I propably should’ve left all the dots out there…

I wonder why it does not work on my system (Ubuntu 8.04, Rubygems 1.1.0)

Please sign in to comment.