Skip to content

Commit

Permalink
Revert "Update README to point to GitHub instead of RubyGems for now"
Browse files Browse the repository at this point in the history
This reverts commit 96a52d9.
  • Loading branch information
gladtocode committed Sep 22, 2015
1 parent 96a52d9 commit 0050794
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ A thin layer on top of OpenStruct that raises an exception when you access undef
Add this line to your application's Gemfile:

```ruby
gem 'strict_open_struct', github: 'Preferral/strict_open_struct'
gem 'strict_open_struct'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install strict_open_struct

## Usage

Use it just like you would use OpenStruct, but if you try to access a key that has not been defined, an exception will be raised.
Expand Down

0 comments on commit 0050794

Please sign in to comment.