tanjun 0.0.1.alpha2 → 0.0.1.alpha3

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 (3) hide show
  1. data/bin/bootstrap +4 -4
  2. data/lib/tanjun/version.rb +1 -1
  3. metadata +1 -1
data/bin/bootstrap CHANGED
@@ -7,7 +7,7 @@ dependencies="build-essential openssl libreadline6 libreadline6-dev "\
7
7
  "zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev "\
8
8
  "sqlite3 libxml2-dev libxslt1-dev autoconf libc6-dev "\
9
9
  "libncurses-dev automake libtool bison subversion"
10
- gems="bundler passenger hub rails tanjun"
10
+ gems="bundler passenger hub rails"
11
11
 
12
12
  # Install package repositories
13
13
  wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
@@ -18,8 +18,8 @@ sudo apt-get update
18
18
  sudo apt-get install --force-yes --yes $dependencies $applications
19
19
 
20
20
  # Install RVM
21
- tr_gems=`echo "$gems" | tr ' ' ','`
22
- curl -L get.rvm.io | bash -s stable --gems=$tr_gems
21
+ curl -L get.rvm.io | bash -s stable --ruby
23
22
  source "$HOME/.rvm/scripts/rvm"
24
-
23
+ gem install $gems
24
+ gem install tanjun --pre
25
25
  tanjun install
@@ -1,3 +1,3 @@
1
1
  module Tanjun
2
- VERSION = "0.0.1.alpha2"
2
+ VERSION = "0.0.1.alpha3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tanjun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha2
4
+ version: 0.0.1.alpha3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: