Skip to content

Commit

Permalink
Date issue fixed and now moved to 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwinn committed Sep 16, 2015
1 parent 833165c commit 4e7f2d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This gem provides you with the latest market data avalable, pulling from Yahoo F
## Install
Add the following to your Gemfile
```ruby
gem "ystock", "~> 0.4.12"
gem "ystock", "~> 0.4.13"

# Or simply install it
gem install ystock -v=0.4.12
gem install ystock -v=0.4.13
```

## Bundle
Expand Down
Binary file removed ystock-0.4.12.gem
Binary file not shown.
Binary file added ystock-0.4.13.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion ystock.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ystock'
s.version = "0.4.12"
s.version = "0.4.13"
s.authors = ["Greg Winn"]
s.date = '2015-09-16'
s.description = %q{Grab stock information from Yahoo}
Expand Down

0 comments on commit 4e7f2d1

Please sign in to comment.