Skip to content

Commit

Permalink
Better install instructions. Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Oct 18, 2015
1 parent 1f1f3d1 commit 3ef0f62
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem('httpclient', '2.6.0.1')
gem('string-utility', '>= 2.4.0')

ruby '2.2.3'
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
httpclient (2.6.0.1)
string-utility (2.4.1)

PLATFORMS
ruby

DEPENDENCIES
httpclient (= 2.6.0.1)
string-utility (>= 2.4.0)

BUNDLED WITH
1.10.6
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,23 @@ This gem is very easy to use, with adaptability to the user's needs.
Some other gems have methods that do not work at all, but are critical to using a Wiki, such as getting wiki text and getting page's backlinks.

## Installation
### RubyGems
```
gem install mediawiki-butt
```

### Bundler
Add this line to application's Gemfile:

``` ruby
gem('mediawiki-butt')
```

And then execute:
```
$ bundle
```

## Dependencies
* [HTTPClient](https://github.com/nahi/httpclient)
* [StringUtility](https://github.com/elifoster/string-utility-ruby)
Expand Down

0 comments on commit 3ef0f62

Please sign in to comment.