rails_mongo_backbone_bootstrap_tmpl 0.0.3 → 0.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0be3c549a9e5c9142f21834d307daf7395990c60
4
- data.tar.gz: 87e1a422866f4f80a694413546b216389da0ef55
3
+ metadata.gz: 56d35df30116c72c333a128428e846135387722c
4
+ data.tar.gz: b871cbcaa241b74843fc01199cbda560ec820e52
5
5
  SHA512:
6
- metadata.gz: 814ad6bdd87396f7028783330c1b9fa0f70ab727837806d81d99ce73170c2755ff9b42516f87c604b6b0439fb4f88cc774a64e645c5bb6ec3f9bad8a7a2ac727
7
- data.tar.gz: f5636ddf4dc56f463ff921787fdf8d48856c69a8b4d3822bc30e3fea969b1671a3a81297e4cd6e9654bf2abcf1e6c94153c63717a2e06866e8d880ebf92a7bac
6
+ metadata.gz: 329fa4dd684c1cdd414655d68d6ac41b0c08fea9030bda935f74860f9151304f48cfc1ad47a3cb0a43ca50defb538c60e0d27b0aa72b8ba21b915fd0b04f818f
7
+ data.tar.gz: 1ba23a05b649f14a01ed8fd3c466e6992766c2a548e448c50ea0edb0126885b8229576134a513cadfe8b637beca3fbc3342b26da4945dd6efe93819a688d8899
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_mongo_backbone_bootstrap_tmpl (0.0.3)
4
+ rails_mongo_backbone_bootstrap_tmpl (0.0.3.1)
5
5
  thor
6
6
 
7
7
  GEM
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. (Before do this, i suggest you to create a independent gemset for this new app, then add a .rvmrc file to this 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}"
@@ -1,3 +1,3 @@
1
1
  module RailsMongoBackboneBootstrapTmpl
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.3.1"
3
3
  end
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-21 00:00:00.000000000 Z
11
+ date: 2013-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler