diff --git a/Gemfile.lock b/Gemfile.lock index 42f06f4..45daf53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - callback (0.1) + motion-callback (0.1) GEM remote: https://rubygems.org/ @@ -12,5 +12,5 @@ PLATFORMS ruby DEPENDENCIES - callback! + motion-callback! rake diff --git a/README.md b/README.md index 67cb0e1..f570d82 100644 --- a/README.md +++ b/README.md @@ -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. @@ -15,7 +15,7 @@ And then execute: Or install it yourself as: - $ gem install callback + $ gem install motion-callback ## Usage diff --git a/callback.gemspec b/motion-callback.gemspec similarity index 95% rename from callback.gemspec rename to motion-callback.gemspec index addbbc2..a0dad3c 100644 --- a/callback.gemspec +++ b/motion-callback.gemspec @@ -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 = ["sxross@gmail.com"]