motion-dryclean 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -27,7 +27,7 @@ Add it to your Gemfile (inside development group):
27
27
  gem 'motion-dryclean'
28
28
  ```
29
29
 
30
- Make sure Guard::Motion is loaded in your project Rakefile:
30
+ Make sure motion-dryclean is loaded in your project Rakefile:
31
31
 
32
32
  ```ruby
33
33
  require 'motion-dryclean'
@@ -36,6 +36,6 @@ require 'motion-dryclean'
36
36
 
37
37
  ## Development
38
38
 
39
- * Source hosted at [GitHub](https://github.com/bensheldon/guard-dryclean)
40
- * Report issues/Questions/Feature requests on [GitHub Issues](https://github.com/bensheldon/guard-dryclean/issues)
39
+ * Source hosted at [GitHub](https://github.com/bensheldon/motion-dryclean)
40
+ * Report issues/Questions/Feature requests on [GitHub Issues](https://github.com/bensheldon/motion-dryclean/issues)
41
41
 
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module Dryclean
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["bensheldon@gmail.com"]
11
11
  gem.description = %q{Rake tasks for cleaning the RubyMotion environment}
12
12
  gem.summary = %q{Rake tasks for cleaning the RubyMotion environment}
13
- gem.homepage = "https://github.com/bensheldon/guard-dryclean"
13
+ gem.homepage = "https://github.com/bensheldon/motion-dryclean"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-dryclean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -28,7 +28,7 @@ files:
28
28
  - lib/motion-dryclean/tasks.rb
29
29
  - lib/motion-dryclean/version.rb
30
30
  - motion-dryclean.gemspec
31
- homepage: https://github.com/bensheldon/guard-dryclean
31
+ homepage: https://github.com/bensheldon/motion-dryclean
32
32
  licenses: []
33
33
  post_install_message:
34
34
  rdoc_options: []