Skip to content

Commit

Permalink
Bump version to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jul 9, 2012
1 parent 06ff279 commit dcb8d6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog # Changelog


## 0.1.3 — Unreleased ## 0.1.3 — July 9, 2012


* Ensure the server returns a valid JSON response. (Marko Anastasov) * Ensure the server returns a valid JSON response. (Marko Anastasov)
* Handle channels not being defined when attempting to remove a connection. (Tristan Dunn) * Handle channels not being defined when attempting to remove a connection. (Tristan Dunn)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
pusher-fake (0.1.2) pusher-fake (0.1.3)
em-websocket (= 0.3.6) em-websocket (= 0.3.6)
ruby-hmac (= 0.4.0) ruby-hmac (= 0.4.0)
thin (= 1.4.1) thin (= 1.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/pusher-fake.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


module PusherFake module PusherFake
# The current version string. # The current version string.
VERSION = "0.1.2" VERSION = "0.1.3"


# Call this method to modify the defaults. # Call this method to modify the defaults.
# #
Expand Down
2 changes: 1 addition & 1 deletion pusher-fake.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "pusher-fake" s.name = "pusher-fake"
s.version = "0.1.2" s.version = "0.1.3"
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["Tristan Dunn"] s.authors = ["Tristan Dunn"]
s.email = "hello@tristandunn.com" s.email = "hello@tristandunn.com"
Expand Down

0 comments on commit dcb8d6d

Please sign in to comment.