Skip to content

Commit

Permalink
Updated README and removed include from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
richhollis committed Apr 10, 2013
1 parent 335f7df commit ebd834f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TwitterWebIntents Ruby Gem
# Twitter Web Intents Ruby Gem

[![Gem Version](https://badge.fury.io/rb/twitter_web_intents.png)][gem]
[![Build Status](https://secure.travis-ci.org/richhollis/twitter_web_intents.png?branch=master)][travis]
Expand All @@ -12,6 +12,9 @@

Twitter Web Intents provides simple helper methods that return Twitter Web Intent URLs. The parameters that are passed are verified to ensure they are valid.

You can read more about Twitter Web Intents on Twitter's site:
https://dev.twitter.com/docs/intents

## Installation

Add this line to your application's Gemfile:
Expand All @@ -26,6 +29,7 @@ Or install it yourself as:

$ gem install twitter_web_intents


## Methods

### get_search_url(query)
Expand Down
2 changes: 0 additions & 2 deletions spec/twitter_web_intents_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

describe TwitterWebIntents do

include TwitterWebIntents

subject { TwitterWebIntents }

describe "#get_search_url" do
Expand Down

0 comments on commit ebd834f

Please sign in to comment.