startbrick 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -29,7 +29,11 @@ Install the gem with
29
29
 
30
30
  Startbrick works with Rails 3.
31
31
 
32
- To use startbrick, start your Rails app with this command:
32
+ To use startbrick, puts this line in your Gemfile
33
+
34
+ gem 'startbrick'
35
+
36
+ and start your Rails app with this command:
33
37
 
34
38
  startbrick
35
39
 
data/bin/startbrick CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- rails = `which rails`.chomp
3
- cmd = "ruby -rstartbrick #{rails} s #{ARGV.join(' ')} Startbrick"
2
+ cmd = "rails s #{ARGV.join(' ').strip} Startbrick"
4
3
  puts cmd
5
4
  `#{cmd}`
@@ -1,3 +1,3 @@
1
1
  module Startbrick
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: startbrick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: