Skip to content

Commit

Permalink
let's call that 2
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Oct 11, 2011
1 parent b58090d commit 7a3a022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@ An extension to Radiant that will automatically tweet the publication of new pag

sudo gem install radiant-twitter-extension

add this to your environment.rb
add this to your Gemfile

config.gem 'radiant-twitter-extension', :version => '~> 2.0.0.rc1'
gem 'radiant-twitter-extension', '~> 2.0.0'

and then:

rake radiant:extensions:update_all
rake radiant:extensions:twitter:migrate

You can also vendor the extension in the old-fashioned way:

git submodule add git://github.com/radiant/radiant-twitter-extension.git vendor/extensions/twitter
rake radiant:extensions:twitter:update
rake radiant:extensions:twitter:migrate

Expand Down
4 changes: 2 additions & 2 deletions lib/radiant-twitter-extension.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module RadiantTwitterExtension
VERSION = '2.0.0.rc1'
VERSION = '2.0.0'
SUMMARY = %q{Twitter posting and radius tags for twitter feeds.}
DESCRIPTION = %q{Posts notification of pages to Twitter and provides radiius tags to display the results of twitter searches.}
URL = "http://github.com/ehaselwanter/radiant-twitter-extension"
URL = "http://github.com/radiant/radiant-twitter-extension"
AUTHORS = ["Sean Cribbs", "Edmund Haselwanter", "Jim Gay", "William Ross"]
EMAIL = ["radiant@radiantcms.org"]
end

0 comments on commit 7a3a022

Please sign in to comment.