inline_forms 1.3.24 → 1.3.25

Sign up to get free protection for your applications and to get access to all the features.
data/bin/inline_forms CHANGED
@@ -108,7 +108,7 @@ end
108
108
  File.open( 'Gemfile', 'w') {|f| f.write(gemfile_sources + gemfile_gems + gemfile_development_group + gemfile_production_group ) }
109
109
 
110
110
  puts "\nCreating and trusting rvmrc...\n"
111
- system("echo `rvm current`@#{app_name} --create > .rvmrc")
111
+ system("echo rvm use `rvm current`@#{app_name} --create > .rvmrc")
112
112
  system("rvm rvmrc trust .rvmrc")
113
113
  system("rvm use `rvm current`@#{app_name} --create")
114
114
 
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.3.24"
3
+ VERSION = "1.3.25"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.24
4
+ version: 1.3.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: