Skip to content

Commit

Permalink
Trying to set up for RubyForge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 20, 2009
1 parent 790722c commit a71312d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -8,7 +8,7 @@ Installation

You can include TwitterAuth as a gem in your project like so:

config.gem 'mbleigh-twitter-auth', :source => 'http://gems.github.com', :lib => 'twitter_auth'
config.gem 'twitter-auth', :lib => 'twitter_auth'

Or you can install it as a traditional Rails plugin:

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -24,6 +24,7 @@ s.files = FileList["[A-Z]*", "{bin,generators,lib,spec,config,app,rails}/**/*"]
s.authors = ["Michael Bleigh"]
s.add_dependency('oauth', '>= 0.3.1')
s.add_dependency('ezcrypto', '>= 0.7.2')
s.rubyforge_project = 'twitter-auth'
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down
4 changes: 2 additions & 2 deletions VERSION.yml
@@ -1,4 +1,4 @@
---
:minor: 0
:patch: 0
:minor: 1
:patch: 4
:major: 0
3 changes: 2 additions & 1 deletion twitter-auth.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{twitter-auth}
s.version = "0.1.3"
s.version = "0.1.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
Expand All @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/mbleigh/twitter-auth}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{twitter-auth}
s.rubygems_version = %q{1.3.1}
s.summary = %q{TwitterAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via Twitter.}

Expand Down

0 comments on commit a71312d

Please sign in to comment.