remoting 0.3.2 → 0.3.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.4
@@ -1,5 +1,5 @@
1
1
  module Remoting
2
- class Recipe < Rails::Generators::Base
2
+ class RecipeGenerator < Rails::Generators::Base
3
3
  source_root File.expand_path('../../../../recipes', __FILE__)
4
4
 
5
5
  argument :names, :as => :array, :required => true, :banner => "RECIPE1 RECIPE2 ..."
data/remoting.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "remoting"
8
- s.version = "0.3.2"
8
+ s.version = "0.3.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "examples/remote.rake",
27
27
  "examples/remote.yml",
28
28
  "lib/generators/remoting/install_generator.rb",
29
- "lib/generators/remoting/recipe.rb",
29
+ "lib/generators/remoting/recipe_generator.rb",
30
30
  "lib/remoting.rb",
31
31
  "lib/remoting/commander.rb",
32
32
  "lib/remoting/config.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remoting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ files:
78
78
  - examples/remote.rake
79
79
  - examples/remote.yml
80
80
  - lib/generators/remoting/install_generator.rb
81
- - lib/generators/remoting/recipe.rb
81
+ - lib/generators/remoting/recipe_generator.rb
82
82
  - lib/remoting.rb
83
83
  - lib/remoting/commander.rb
84
84
  - lib/remoting/config.rb
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  segments:
116
116
  - 0
117
- hash: -4021652142999167177
117
+ hash: -2116580318910913265
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  none: false
120
120
  requirements: