magic_recipes 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/magic_recipes/rvm.rb +0 -1
- metadata +4 -3
data/lib/magic_recipes/rvm.rb
CHANGED
@@ -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.
|
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-
|
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:
|