rails_mongo_backbone_bootstrap_tmpl 0.0.3 → 0.0.3.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -1
- data/bin/rmbb_generator +0 -1
- data/lib/rails_mongo_backbone_bootstrap_tmpl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56d35df30116c72c333a128428e846135387722c
|
|
4
|
+
data.tar.gz: b871cbcaa241b74843fc01199cbda560ec820e52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 329fa4dd684c1cdd414655d68d6ac41b0c08fea9030bda935f74860f9151304f48cfc1ad47a3cb0a43ca50defb538c60e0d27b0aa72b8ba21b915fd0b04f818f
|
|
7
|
+
data.tar.gz: 1ba23a05b649f14a01ed8fd3c466e6992766c2a548e448c50ea0edb0126885b8229576134a513cadfe8b637beca3fbc3342b26da4945dd6efe93819a688d8899
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -39,7 +39,8 @@ Or install it yourself as:
|
|
|
39
39
|
rmbb_generator new YOUR_APP_NAME -p "~/" -d "YOUR_DB_NAME" -r "rvm use YOUR_RUBY_VERSION_xxx@GEM_SET_NAME"
|
|
40
40
|
|
|
41
41
|
Last:
|
|
42
|
-
1. cd to new app path.
|
|
42
|
+
1. cd to new app path.
|
|
43
|
+
(Before do this, I suggest you to create a independent gemset(http://rvm.io/gemsets) use rvm(https://rvm.io/) for this new app, then add a .rvmrc file to this app directory.)
|
|
43
44
|
2. run 'bundle install' and install all gems. (You can go to a cup of coffee)
|
|
44
45
|
3. run 'rails s' to start your professional rails journey.
|
|
45
46
|
|
data/bin/rmbb_generator
CHANGED
|
@@ -14,7 +14,6 @@ module RailsMongoBackboneBootstrapTmpl
|
|
|
14
14
|
|
|
15
15
|
def new(app_name)
|
|
16
16
|
app_name = app_name.gsub(/[\s]+/,'_').capitalize
|
|
17
|
-
say "Your app name will be : #{app_name} \n"
|
|
18
17
|
|
|
19
18
|
app_path = options[:app_path] || "./"
|
|
20
19
|
app_whole_path = "#{File.expand_path(app_path,__FILE__)}/#{app_name}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_mongo_backbone_bootstrap_tmpl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.3
|
|
4
|
+
version: 0.0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robot Jiang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|