Skip to content

Commit

Permalink
renamed to motion-callback because callback was taken
Browse files Browse the repository at this point in the history
  • Loading branch information
sxross committed Jun 16, 2014
1 parent a181e69 commit 6b9ff58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
callback (0.1)
motion-callback (0.1)

GEM
remote: https://rubygems.org/
Expand All @@ -12,5 +12,5 @@ PLATFORMS
ruby

DEPENDENCIES
callback!
motion-callback!
rake
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# callback
# motion-callback

Allows for multi-branch callbacks from a single method. This allows for blocks of code
to be invoked in response to asynchronous events triggered in the called method.
Expand All @@ -15,7 +15,7 @@ And then execute:

Or install it yourself as:

$ gem install callback
$ gem install motion-callback

## Usage

Expand Down
2 changes: 1 addition & 1 deletion callback.gemspec → motion-callback.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION = "0.1"

Gem::Specification.new do |spec|
spec.name = "callback"
spec.name = "motion-callback"
spec.version = VERSION
spec.authors = ["Steve Ross"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit 6b9ff58

Please sign in to comment.