Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 11, 2017
1 parent c861e59 commit fe151a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.1

**General**

* [#22](https://github.com/NullVoxPopuli/action_cable_client/pull/22) Removed ActiveSupport Dependency (@srabuini)

## 2.0

**General**
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ EventMachine.run do
puts message
end

# adds to a queue that is purged upon receiving of
# a ping from the server
# Sends a message to the sever, with the 'action', 'speak'
client.perform('speak', { message: 'hello from amc' })
end
```
Expand Down
1 change: 0 additions & 1 deletion action_cable_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.2.2'

s.add_runtime_dependency 'activesupport', '>= 5.0.0.beta4'
s.add_runtime_dependency 'websocket-eventmachine-client', '>= 1.2.0'

s.add_development_dependency 'rspec'
Expand Down
2 changes: 1 addition & 1 deletion lib/action_cable_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class ActionCableClient
VERSION = '2.0.0'
VERSION = '3.0.1'
end

0 comments on commit fe151a1

Please sign in to comment.