Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
releasing gem 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Aug 20, 2012
1 parent 122cb84 commit 6b38471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.3 (August 20, 2012)

* fixed Faye startup error (thanks gitt) - issue #40


## 1.0.2 (August 20, 2012)

* added HTTPS support (thanks vanne)
Expand Down
2 changes: 1 addition & 1 deletion private_pub.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "private_pub"
s.version = "1.0.2"
s.version = "1.0.3"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/private_pub"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rubygems'
require 'bundler/setup'
require 'json'
require 'faye'
Bundler.require(:default)

Expand Down

0 comments on commit 6b38471

Please sign in to comment.