magic_recipes 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. data/lib/magic_recipes/rvm.rb +0 -1
  2. metadata +4 -3
@@ -39,7 +39,6 @@ module MagicRecipes
39
39
  # set :rvm_type, :system
40
40
  set :rvm_type, :user
41
41
  set :rvm_ruby_string, "ruby-#{rvm_ruby}-#{rvm_patch}@#{rvm_gemset}"
42
- set :rvm_path, "/usr/local/rvm"
43
42
  set :rvm_bin_path, "#{rvm_path}/bin"
44
43
  set :rvm_lib_path, "#{rvm_path}/lib"
45
44
  set :remote_bin_path, "#{rvm_path}/gems/ruby-#{rvm_ruby}-#{rvm_patch}/bin/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-25 00:00:00.000000000 Z
12
+ date: 2013-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -151,7 +151,8 @@ files:
151
151
  - Rakefile
152
152
  - README.markdown
153
153
  homepage: http://berlinmagic.com
154
- licenses: []
154
+ licenses:
155
+ - MIT
155
156
  post_install_message:
156
157
  rdoc_options: []
157
158
  require_paths: